Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
4fdcea7e
Commit
4fdcea7e
authored
11 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/xmlrpc-c: upgrade to 1.25.23
parent
41818743
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/xmlrpc-c/APKBUILD
+6
-6
6 additions, 6 deletions
main/xmlrpc-c/APKBUILD
main/xmlrpc-c/xmlrpc-c-curl.patch
+0
-36
0 additions, 36 deletions
main/xmlrpc-c/xmlrpc-c-curl.patch
with
6 additions
and
42 deletions
main/xmlrpc-c/APKBUILD
+
6
−
6
View file @
4fdcea7e
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xmlrpc-c
pkgver
=
1.
16.44
pkgrel
=
1
pkgver
=
1.
25.23
pkgrel
=
0
pkgdesc
=
"This library provides a modular implementation of XML-RPC for C and C++"
url
=
"http://xmlrpc-c.sourceforge.net/"
arch
=
"all"
...
...
@@ -10,8 +10,7 @@ depends=
makedepends
=
"libtool curl-dev libxml2-dev zlib-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-client
$pkgname
-client++:clientxx xmlrpc-c++:cxx"
source
=
"http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname
-
$pkgver
.tgz
xmlrpc-c-curl.patch"
source
=
"http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname
-
$pkgver
.tgz"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
...
...
@@ -71,5 +70,6 @@ cxx() {
"
$subpkgdir
"
/usr/lib/
}
md5sums
=
"de3197ef5e1a6dc3265ad407fb1651c6 xmlrpc-c-1.16.44.tgz
101c2224b2338247097f96b03e206261 xmlrpc-c-curl.patch"
md5sums
=
"64bcca4757a5d9c382264b2bbd6a1683 xmlrpc-c-1.25.23.tgz"
sha256sums
=
"d9e8f9dd7bb90d3e10f45754353a007cb58a0b54826aa1e0ed5a8e1b76b193bf xmlrpc-c-1.25.23.tgz"
sha512sums
=
"9df3fbdb3d03b00c84a48043183fd66041f3597e4988002bfe7c35840574e43e3b6d8b746846edadbdbbb346b9f891a6be97cc9056feb740a4d7d2cc92e2f997 xmlrpc-c-1.25.23.tgz"
This diff is collapsed.
Click to expand it.
main/xmlrpc-c/xmlrpc-c-curl.patch
deleted
100644 → 0
+
0
−
36
View file @
41818743
diff --git a/lib/curl_transport/curlmulti.c b/lib/curl_transport/curlmulti.c
index 526a4db..5503b9f 100644
--- a/lib/curl_transport/curlmulti.c
+++ b/lib/curl_transport/curlmulti.c
@@ -17,7 +17,6 @@
#endif
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <curl/multi.h>
diff --git a/lib/curl_transport/curltransaction.c b/lib/curl_transport/curltransaction.c
index 37ec02b..8fa4fb2 100644
--- a/lib/curl_transport/curltransaction.c
+++ b/lib/curl_transport/curltransaction.c
@@ -15,7 +15,6 @@
#include "version.h"
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include "curlversion.h"
diff --git a/lib/curl_transport/xmlrpc_curl_transport.c b/lib/curl_transport/xmlrpc_curl_transport.c
index 526381d..9b7b530 100644
--- a/lib/curl_transport/xmlrpc_curl_transport.c
+++ b/lib/curl_transport/xmlrpc_curl_transport.c
@@ -83,7 +83,6 @@
#include "xmlrpc-c/time_int.h"
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include <curl/multi.h>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment