summaryrefslogtreecommitdiff
path: root/www/libwww/patches
AgeCommit message (Collapse)AuthorFilesLines
2010-01-26apply expat patch to bundled version:drochner1-0/+16
add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input) bump PKGREVISION
2009-11-08Add patch-ar for CVE-2009-3720.obache1-0/+15
Bump PKGREVISION.
2006-10-04Added a patch for the broken "test ==".rillig1-0/+13
2005-11-03Security fix for SA17119:salo1-0/+524
"A vulnerability was found in W3C Libwww, which potentially can be exploited by malicious people to cause a DoS (Denial of Service). The vulnerability is caused due to a boundary error in the "HTBoundary_put_block()" function when processing multipart MIME data. This may be exploited to cause an illegal memory access past the end of the input buffer via specially crafted multipart MIME data. Successful exploitation can potentially cause an application that uses Libwww to crash." http://secunia.com/advisories/17119/ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159597 Bump PKGREVISION. Patch from RedHat.
2005-05-31Build on DragonFly. Patch from Joerg Sonnenberger.salo1-4/+14
2004-02-29Some shells don't like:markd1-2/+2
if test -x /bin/true; then else so replace with: if test -x /bin/true; then : else From Roland Illig in a posting to "tech-pkg" Also add missing openssl/buildlink2.mk to buildlink2.mk.
2004-02-12Download the new configure script rather than having a huge patch.minskim1-40792/+0
Suggested by wiz@.
2004-02-12Replace configure with the one generated by newer autoconf, and adjustminskim2-10/+40797
Makefile accordingly. This makes libwww build again with libtool-1.5.2. The problem was reported by reed@ in PR pkg/24391.
2003-10-08wrap an #ifdef __NeXT__ around some crufty old code that was breakingdanw1-2/+18
the darwin build. PR 20507.
2003-04-03Make this compile and install on Linux.jschauma3-5/+37
2002-12-04Correct output filename: Extrnals.html, not Extnals.htmlrearnsha1-3/+3
2002-11-20BUGFIX: an glitch got into one if the patch files of the updated libwww ...reinoud1-3/+4
please update for gmake can get into an endless loop
2002-11-19Update of the libwww package to the w3c-libwww-5.4.0 distro as found onreinoud3-72/+52
w3c.org. It features some bug fixes and new function calls that are used in the new Amaya f.e. Tested on Alpha
2002-10-26Don't compile/install libmd5 on solaris, there is one in /usr/lib whichbouyer3-16/+76
seems good enouth, and using libwww's one breaks other system lib (librt).
2002-09-23-Wl,-rpath -> -Wl,-R to also work on Solaris.markd1-2/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-2/+2
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-07Add an explicit runpath for the libwwwssl.so.1.0 shared library, andfredb1-3/+3
partially revert Makefile, v1.32, so platforms without openssl-0.9.6e in base will be able to find libssl.so.300 and libcrypto.so.300 for binaries linked against libwwwwwl.so. Bump pkgrevision to reflect the change in dependencies on platforms without openssl-0.9.6e in base.
2002-05-20Add NetBSD tags.cjep2-0/+2
2001-08-28Make this build with autoconf 2.52skrll2-8/+74
2001-06-28Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+2
2001-04-20Rely on the fact that shared libraries can encode run-time dependenciesfredb9-217/+266
on other libraries, on both ELF and (NetBSD/)a.out, to make libwwwssl.so.?.? depend on the correct openssl shared libraries, as determined by the setting of ${SSLBASE} in bsd.pkg.mk. This closes PR pkg/12570, and has the additional advantage that programs that _do_ _not_ need to link in "-lwwwssl" won't get "-lssl" or "-lcrypto" at all. Also, make"w3c" and "www" build again with USE_SOCKS=4.
2000-12-27Drop "libwww" from the list of packages which need to befredb1-5/+110
grautiutiously reinstalled whenever "perl" is reinstalled. For the NetBSD package, the dependence on autoconf and automake has already been removed, so it remained only to patch the configure script.
2000-10-15Remove hidden dependency on "automake", and remove dependency onfredb1-1/+57
"autoconf", too, while we're at it.
2000-08-06Update to libwww-5.3.1. This is the first release since 5.2.8. Includesfredb3-26/+36
many bug fixes -- too many to list, full release history online at <http://www.w3.org/Library/User/ReleaseNotes.html> -- and a few new features. The most significant is integrated libwww-SSL. Also SOCKS "punching through firewalls" support is present now (but untested by me). Not sure when that appeared, exactly.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam1-29/+0
1999-10-14fix "libwww-config --libs" to work under ELFdeberg1-0/+13
1999-10-08update libwww to 5.2.8, which splits libwww.a into many componentdeberg4-38/+45
libraries.
1998-11-13Add missing rcs id.frueauf1-0/+2
1998-09-15Nasty nasty bug in libwww.so. This is a sample implementation, and thusgarbled1-0/+11
assumes the user is defining his own HText stuff. If they aren't, as often is the case with the shared lib use.. Then it breaks horribly. Welcome to the wonderful world of "ld resolves all external references at link time"
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-07-14Add and activate the W3C libwww pkg. This pkg makes use of the newtv2-21/+17
libtool pkg to create shared and static libraries automatically on all platforms.
1998-07-14Import of FreeBSD's W3C libwww port, patches to follow.tv4-0/+44