diff options
author | adam <adam@pkgsrc.org> | 2010-10-25 08:53:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-25 08:53:56 +0000 |
commit | 4cb212531943749d081f6ba1fd38f2cc9d43490f (patch) | |
tree | 21177af494f831013ca6402a28e2d5d2bc20d295 /textproc | |
parent | f79815b8405f56645845a15efaf35f24735576ab (diff) | |
download | pkgsrc-4cb212531943749d081f6ba1fd38f2cc9d43490f.tar.gz |
Changes 1.06.41:
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
Content-type header from client.
* Build: replace <sys/signal.h> with <signal.h>.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 6 | ||||
-rw-r--r-- | textproc/xmlrpc-c/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile index 20bc8409a58..20598fa5a8f 100644 --- a/textproc/xmlrpc-c/Makefile +++ b/textproc/xmlrpc-c/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2010/06/15 09:18:10 adam Exp $ +# $NetBSD: Makefile,v 1.17 2010/10/25 08:53:56 adam Exp $ -DISTNAME= xmlrpc-c-1.06.40 +DISTNAME= xmlrpc-c-1.06.41 # the "super stable" branch -PKGNAME= xmlrpc-c-ss-1.06.40 +PKGNAME= xmlrpc-c-ss-1.06.41 CATEGORIES= textproc devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-c/} EXTRACT_SUFX= .tgz diff --git a/textproc/xmlrpc-c/distinfo b/textproc/xmlrpc-c/distinfo index 1895a7f8228..280c39004ef 100644 --- a/textproc/xmlrpc-c/distinfo +++ b/textproc/xmlrpc-c/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2010/06/15 09:18:10 adam Exp $ +$NetBSD: distinfo,v 1.13 2010/10/25 08:53:56 adam Exp $ -SHA1 (xmlrpc-c-1.06.40.tgz) = 3d91e10cdd3c3e706f231f2c8ad2625ad36e5f57 -RMD160 (xmlrpc-c-1.06.40.tgz) = 82d8209df40ce2f34d18d0837e52cd2fe6313668 -Size (xmlrpc-c-1.06.40.tgz) = 705569 bytes +SHA1 (xmlrpc-c-1.06.41.tgz) = 3021d352163838354d4083a88837924fdd28cb3a +RMD160 (xmlrpc-c-1.06.41.tgz) = cf25edebb054e8840f18560f9b616dc97938bd97 +Size (xmlrpc-c-1.06.41.tgz) = 712802 bytes SHA1 (patch-aa) = 54390ac4c2740997544cc3321aa031eff59cbf91 SHA1 (patch-ab) = 34dd91b43385fa4a4893375dc774e0865a79b8fa SHA1 (patch-ac) = e553e66662aca6d7c246acc24e960074213320c6 |