Up to [cvs.netbsd.org] / pkgsrc / textproc / xmlrpc-c
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:09 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
HEAD
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
recursive bump from gettext-lib shlib bump.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 6 07:45:47 2011 UTC (13 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
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.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 15 09:18:10 2010 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Changes 1.06.40: * Bug fixes.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:47 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 29 17:39:11 2009 UTC (2 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
rename the pkg so that it doesn't share the namespace with the former version anymore, to avoid problems with binary pkgs
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 27 18:50:39 2009 UTC (2 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
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
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:34 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +6 -13
lines
Diff to previous 1.2 (colored)
Simply and speed up buildlink3.mk files and processing. This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 18 05:09:46 2008 UTC (4 years, 4 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
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@
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 24 18:59:46 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
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.