Commit graph

32 commits

Author SHA1 Message Date
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ryoon
0f34fb0b37 Fix build on OpenBSD/amd64 5.2.
Add config for OpenBSD.
2013-01-05 10:37:56 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
adam
4f7a7da174 Changes 1.16.44:
Server: fix method add failure when signature string contains "I" (for 64 bit integer).
2012-12-15 18:33:28 +00:00
adam
65e9dc66be Changes 1.16.43:
* Bug fixes.
2012-11-14 16:43:10 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
adam
491f33faba Changes 1.16.42:
Fix crash due to bogus memory free when xmlrpc_parse_value() fails.
Broken in 1.07
2012-07-25 20:08:16 +00:00
jperkin
ef1e3f3d4b Use correct linker flags on Solaris with GCC. Fixes relocation issues.
Bump PKGREVISION.
2012-07-25 15:49:34 +00:00
adam
b48d9ad6da Changes 1.16.41:
* xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable
  ASCII as \xHH: shows \xff where it should be something else.
2012-05-04 11:18:22 +00:00
adam
5a1794ea85 Changes 1.16.40:
Bug fixes.
2012-03-12 15:47:12 +00:00
adam
77402459b8 Changes 1.16.39: bug fixes 2012-02-06 17:43:18 +00:00
adam
bc959227f2 Changes 1.16.35:
* Fix build failure in examples on some platforms because of --rpath.
2011-05-09 13:39:16 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
adam
339cab9765 Changes 1.16.34:
* Fix compile bug with some compilers on 64 bit.

Changes 1.16.33:
* Build: Fix prototype/definition mismatch in libwww.cpp with some compilers
  (e.g. Solaris).
* Build: Fix linking of xml-rpc-api2cpp with some linkers (e.g. Solaris).

Changes 1.16.32:
* Windows Abyss server: properly handle wait for connection.

Changes 1.16.31:
* CGI XML-RPC server accepts (ignores) parameters after "text/xml" in
  Content-type header from client.
2011-04-06 07:45:47 +00:00
adam
a0ab3cff90 Changes 1.06.42:
* Fix prototype/definition mismatch in libwww.cpp with some compilers.
* Fix linking of xml-rpc-api2cpp with some linkers.
2011-02-22 14:23:24 +00:00
adam
c947b086be 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>.
2010-10-25 08:53:56 +00:00
adam
6895d7f319 Changes 1.06.40:
* Bug fixes.
2010-06-15 09:18:10 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
drochner
023a27cd89 restore linker search path which got lost in libtoolification, fixes
incomplete pkg installation w/o DESTDIR
(PR pkg/42297 by Brad Harder)
bump PKGREVISION
2009-11-10 21:25:57 +00:00
joerg
e8cd58c794 Make sure to install programs with libtool. Bump revision. 2009-11-09 13:29:53 +00:00
obache
fad3e507b7 Mark SUPRESEDES. 2009-10-30 06:14:54 +00:00
drochner
ffdf7fe8ed rename the pkg so that it doesn't share the namespace with the
former version anymore, to avoid problems with binary pkgs
2009-10-29 17:39:11 +00:00
adam
95e0de2ff5 Fix building on Darwin; allow custom compiler and linker flags; allow universal binary. 2009-10-28 09:25:23 +00:00
drochner
0574744f63 update to 1.06.38
this switches to the "super stable" branch which is the only one
where tarballs are distributed of,
too many changes to list here, the most notable recent one is that the
recent expat DOS vulnerability was fixed, as were some portability
issues which caused problems on NetBSD
2009-10-27 18:50:38 +00:00
ahoka
c56007a839 Requires a C99 compiler. 2008-10-02 17:57:39 +00:00
heinz
f48310aeb7 The package supports installation to DESTDIR. 2008-02-02 13:38:53 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
gdt
22a148e365 add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@ 2007-12-07 20:41:03 +00:00
wiz
fd102ec357 Fix *-config script to include rpath. Bump PKGREVISION. 2007-02-26 21:03:12 +00:00
joerg
ff2572083d Fix pthread usage. Fix a number of libtool and C issues, that made me
wonder how this ever compiled.
2007-02-26 14:56:30 +00:00
wiz
cd88d6913e Despite appearances to the opposite, xmlrpc-c does not need expat.
It comes with an own patched version.
Remove expat dependency and bump PKGREVISION.

Add buildlink3.mk file.
2007-02-24 18:59:46 +00:00
wiz
06365cd416 Initial import of xmlrpc-c-1.09.00:
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends
it to a remote server using HTTP, and gets back the response as
XML.

This library provides a modular implementation of XML-RPC for C
and C++.


XXX: build system is custom-made (i.e. not using libtool), PLIST
will be wrong for many OPSYS -- please fix!
2007-02-24 11:00:51 +00:00