aboutsummaryrefslogtreecommitdiff
path: root/net/xmlrpc-c
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net/xmlrpc-c: Update to 1.51.07Renato Botelho2021-02-232-4/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC ("Netgate") Notes: svn path=/head/; revision=566391
* net/xmlrpc-c: Tarball rerolled with proper nameRenato Botelho2020-04-142-4/+4
| | | | | | | No functional changes Notes: svn path=/head/; revision=531675
* net/xmlrpc-c: Update to 1.51.06Renato Botelho2019-12-302-4/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=521565
* net/xmlrpc-c: Update to 1.51.05Renato Botelho2019-10-294-69/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=516031
* net/xmlrpc-c: Update to 1.51.04Renato Botelho2019-10-142-5/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=514471
* net/xmlrpc-c: Remove trace messages accidentally added on last super-stableRenato Botelho2019-04-193-0/+66
| | | | | | | | | | | | | version PR: 237194 Submitted by: raivo.hool@gmail.com Obtained from: https://sourceforge.net/p/xmlrpc-c/code/2981/ MFH: 2019Q2 Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=499350
* net/xmlrpc-cRenato Botelho2019-03-293-23/+23
| | | | | | | | | | | - Update to 1.51.03 - Fix build with OpenSSL 1.1.x [1] PR: 235763 [1] Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=497115
* Update net/xmlrpc to 1.43.08Renato Botelho2018-10-295-41/+47
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=483400
* net/xmlrpc-c: Update dependenciesDanilo G. Baio2018-07-051-2/+4
| | | | | | | | | | After r473964, expat source code is no longer present in the libwww tree. Reported by: Q/A tests Approved by: garga (maintainer) Notes: svn path=/head/; revision=473965
* www/libwww: Update to 5.4.2, Fix security vulnerabilitiesDanilo G. Baio2018-07-051-0/+1
| | | | | | | | | | | | | | | | | | | | | This a security release for libwww to take into account security advisories CVE-2016-9063 and CVE-2017-9233. In order to take into account current and future expat security advisories, the expat source code was removed from the libwww tree. The makefiles were modified so that libwww dynamically links against the system's expat library. Patches removed were incorporated upstream. Bump PORTREVISION of dependent ports due shlib change. Changes: https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog MFH: 2018Q3 Security: e375ff3f-7fec-11e8-8088-28d244aee256 Notes: svn path=/head/; revision=473964
* Update net/xmlrpc-c to 1.39.13Renato Botelho2018-06-262-4/+4
| | | | | | | Sponsored by: Rubicon Communications, LLC (Netgate) Notes: svn path=/head/; revision=473383
* net/xmlrpc-c: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-061-0/+18
| | | | | | | | | | | | server_abyss.cpp:88:14: error: assigning to 'int' from incompatible type '__bind<int &, sockaddr *, unsigned long>' rc = bind(this->fd, (struct sockaddr *)&sockAddr, sizeof(sockAddr)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458274
* Update net/xmlrpc-c to 1.39.12Renato Botelho2017-01-092-4/+4
| | | | Notes: svn path=/head/; revision=430986
* Update net/xmlrpc-c to 1.39.11Renato Botelho2016-12-092-4/+4
| | | | Notes: svn path=/head/; revision=428225
* Update net/xmlrpc to 1.39.10Renato Botelho2016-09-052-4/+4
| | | | | | | | | | | This version if a buffer overflow in STRSCAT PR: 211257 Submitted by: w.schwarzenfeld@utanet.at MFH: 2016Q3 Notes: svn path=/head/; revision=421381
* - Update net/xmlrpc-c to 1.39.08Renato Botelho2016-06-114-90/+100
| | | | | | | | | - Remove conflict with xmlrpc-c-devel since it's going to be removed Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=416744
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+1
| | | | | | | | | | | openafs did not pass check-plist (pre-existing) so fixed and bumped. Also, pkg-plist was sorted. mediatomb and spread also fail plist-checks but they weren't fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382278
* net/xmlrpc-c*: Respect CXXFLAGS (PHB 12.9)John Marino2015-02-191-0/+11
| | | | | | | | The main program did respect cflags, but the cpp example program did not. Approved by: blanket Notes: svn path=/head/; revision=379348
* Update to 1.25.30Renato Botelho2014-10-063-5/+4
| | | | Notes: svn path=/head/; revision=370155
* - Switch www/libwww to USES=libtool, drop .la filesDmitry Marakasov2014-08-181-0/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=365331
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* As pointed out by tijl@, this port doesn't need libtool at allRenato Botelho2014-05-161-3/+2
| | | | Notes: svn path=/head/; revision=354245
* Move to USES=libtoolRenato Botelho2014-05-161-2/+1
| | | | Notes: svn path=/head/; revision=354236
* . Update to 1.25.28Renato Botelho2014-04-152-4/+7
| | | | | | | | . Fix LICENSE . Strip libraries Notes: svn path=/head/; revision=351322
* Simplify MakefileRenato Botelho2013-10-311-14/+5
| | | | Notes: svn path=/head/; revision=332308
* - Update to 1.25.26Renato Botelho2013-10-222-5/+3
| | | | | | | - Support staging Notes: svn path=/head/; revision=331334
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=325961
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Update to 1.25.23Renato Botelho2013-04-234-33/+34
| | | | Notes: svn path=/head/; revision=316388
* Update to 1.16.44Renato Botelho2012-12-192-3/+3
| | | | Notes: svn path=/head/; revision=309253
* Update to 1.16.43Renato Botelho2012-11-202-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307586
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-6/+1
| | | | Notes: svn path=/head/; revision=305298
* Update to 1.16.42Renato Botelho2012-09-022-3/+3
| | | | Notes: svn path=/head/; revision=303566
* - Move to OPTIONSngRenato Botelho2012-06-291-12/+13
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=300228
* Update to 1.16.40Renato Botelho2012-04-082-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294376
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+4
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* Update to 1.16.39Renato Botelho2011-12-282-3/+3
| | | | Notes: svn path=/head/; revision=288182
* Update to 1.16.38Renato Botelho2011-11-012-3/+3
| | | | Notes: svn path=/head/; revision=284884
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Update to 1.16.36Renato Botelho2011-07-262-3/+3
| | | | Notes: svn path=/head/; revision=278383
* Update to 1.16.35, the newest "super-stable" versionRenato Botelho2011-06-305-55/+80
| | | | Notes: svn path=/head/; revision=276700
* Update to 1.06.42Renato Botelho2011-02-232-4/+3
| | | | | | | | PR: ports/154970 Submitted by: chinsan@ Notes: svn path=/head/; revision=269534
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 1.06.41Renato Botelho2010-09-162-4/+4
| | | | Notes: svn path=/head/; revision=261277
* Add LICENSE informationRenato Botelho2010-08-101-0/+2
| | | | Notes: svn path=/head/; revision=259072
* Update to 1.06.40Renato Botelho2010-08-102-4/+4
| | | | Notes: svn path=/head/; revision=259064
* - Update to 1.06.39Renato Botelho2010-05-042-5/+4
| | | | Notes: svn path=/head/; revision=253693