Commit graph

25 commits

Author SHA1 Message Date
drochner
1663704235 apply expat patch to bundled version:
add patch from upstream CVS to fix CVE-2009-3560
(possible DOS due to crash on bad input)
bump PKGREVISION
2010-01-26 18:38:26 +00:00
obache
e11d1839b5 Add patch-ar for CVE-2009-3720.
Bump PKGREVISION.
2009-11-08 08:38:54 +00:00
obache
987b23da95 Fix mis-detect netbsd/hp700 as HP-UX.
Patch provided by David H. Gutteridge in PR 35240.
Ok by tnn@, no affect HP-UX.
2007-04-21 11:17:47 +00:00
rillig
77e2fd3088 Added a patch for the broken "test ==". 2006-10-04 19:45:21 +00:00
salo
ff648c14a8 Security fix for SA17119:
"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-11-03 15:51:59 +00:00
salo
827f66c040 Build on DragonFly. Patch from Joerg Sonnenberger. 2005-05-31 20:51:46 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
markd
406a640571 Some shells don't like:
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-29 11:49:54 +00:00
minskim
d1b09fb440 Download the new configure script rather than having a huge patch.
Suggested by wiz@.
2004-02-12 21:15:07 +00:00
minskim
5bcff36e02 Replace configure with the one generated by newer autoconf, and adjust
Makefile accordingly.  This makes libwww build again with
libtool-1.5.2.  The problem was reported by reed@ in PR pkg/24391.
2004-02-12 20:31:35 +00:00
danw
b22a79c3cb wrap an #ifdef __NeXT__ around some crufty old code that was breaking
the darwin build. PR 20507.
2003-10-08 03:24:17 +00:00
jschauma
6801ee7245 Make this compile and install on Linux. 2003-04-03 18:05:33 +00:00
rearnsha
73cbcb6fe9 Correct output filename: Extrnals.html, not Extnals.html 2002-12-04 11:34:13 +00:00
reinoud
391ae3cb6b BUGFIX: an glitch got into one if the patch files of the updated libwww ...
please update for gmake can get into an endless loop
2002-11-20 02:25:13 +00:00
reinoud
9eea2f8325 Update of the libwww package to the w3c-libwww-5.4.0 distro as found on
w3c.org. It features some bug fixes and new function calls that are used in
the new Amaya f.e.

Tested on Alpha
2002-11-19 20:54:11 +00:00
bouyer
5d340ed460 Don't compile/install libmd5 on solaris, there is one in /usr/lib which
seems good enouth, and using libwww's one breaks other system lib (librt).
2002-10-26 18:11:20 +00:00
markd
9da9d2f41f -Wl,-rpath -> -Wl,-R to also work on Solaris. 2002-09-23 13:52:15 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
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-25 18:38:05 +00:00
fredb
9a70ecd804 Add an explicit runpath for the libwwwssl.so.1.0 shared library, and
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-08-07 15:56:22 +00:00
skrll
e44d672728 Make this build with autoconf 2.52 2001-08-28 16:35:03 +00:00
jlam
ef606fa7a6 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-28 20:55:53 +00:00
fredb
7f9be18823 Regen. 2001-04-20 12:43:38 +00:00
fredb
fc188fc5fc Rely on the fact that shared libraries can encode run-time dependencies
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-20 12:33:52 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00