summaryrefslogtreecommitdiff
path: root/www/libwww/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-01-26apply expat patch to bundled version:drochner1-1/+2
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-1/+2
Bump PKGREVISION.
2007-04-21Fix mis-detect netbsd/hp700 as HP-UX.obache1-4/+4
Patch provided by David H. Gutteridge in PR 35240. Ok by tnn@, no affect HP-UX.
2006-10-04Added a patch for the broken "test ==".rillig1-1/+2
2005-11-03Security fix for SA17119:salo1-1/+2
"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-2/+2
2005-02-24Add RMD160 checksums.wiz1-1/+3
2004-02-29Some shells don't like:markd1-4/+4
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-2/+3
Suggested by wiz@.
2004-02-12Replace configure with the one generated by newer autoconf, and adjustminskim1-2/+3
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/+2
the darwin build. PR 20507.
2003-04-03Make this compile and install on Linux.jschauma1-2/+4
2002-12-04Correct output filename: Extrnals.html, not Extnals.htmlrearnsha1-2/+2
2002-11-20BUGFIX: an glitch got into one if the patch files of the updated libwww ...reinoud1-2/+2
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 onreinoud1-5/+5
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 whichbouyer1-3/+4
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 havejlam1-1/+1
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-2/+2
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.
2001-08-28Make this build with autoconf 2.52skrll1-2/+3
2001-06-28Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+2
2001-04-20Regen.fredb1-0/+4
2001-04-20Rely on the fact that shared libraries can encode run-time dependenciesfredb1-7/+9
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.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo