Commit graph

81 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
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
obache
e11d1839b5 Add patch-ar for CVE-2009-3720.
Bump PKGREVISION.
2009-11-08 08:38:54 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
tnn
882d3eb4fe Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
2008-03-11 18:47:40 +00:00
tnn
ad6ceadd25 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@
2008-01-18 05:06:18 +00:00
tnn
24d5b54409 Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead. 2007-10-16 23:48:58 +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
obache
13a7f66794 ftp.uni-hannover.de dosen't mirror now. 2007-04-21 06:03:44 +00:00
joerg
aa48c98240 DESTDIR support. 2006-11-05 17:31:09 +00:00
dmcmahill
90342f972e USE_TOOLS+=automake14
This package contained several Makefile.am patches but then proceeded to
ignore all of them by touching all of the Makefile.in's.  Unfortunately
those patches were there for a reason!

Correctly packages on solaris now.
2006-10-10 00:24:54 +00:00
rillig
e2ad4d05d3 Overwrite the configure script in the post-extract phase, so that it can
be patched. Noted by Andreas Gustafsson in private mail.
2006-10-05 10:05:41 +00:00
rillig
00d338852e Fixed some pkglint warnings. 2006-10-04 19:45:58 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
schwarz
f139fd3176 IRIX 5 does not have libregex 2006-01-29 16:57:31 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
wiz
f6210738c3 Convert to options framework.
While here, fix two pkglint warnings.
2005-12-02 17:05:04 +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
fd43abcdf8 delint. 2005-05-31 20:51:59 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
snj
8f103f05c8 Fix build on sparc64 with gcc2. 2004-03-21 07:41:57 +00:00
heinz
dcad0d5b43 Use find with "-print", noted by Georg Schwarz in pkg/24248 2004-03-14 09:21:25 +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
kristerw
e63ff4f2e8 Add build dependency on perl. 2004-02-17 22:28:47 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
minskim
171b39293c bl3ify 2004-02-12 21:22:35 +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
grant
e3d128293a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
jschauma
aef95fb58f Allow this to compile under Irix (and presumably other platforms using
a non-gcc compiler) by passing the '-i' flag to automake.
2003-09-15 00:51:48 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jschauma
6801ee7245 Make this compile and install on Linux. 2003-04-03 18:05:33 +00:00
jlam
e8a8275369 Remove "nb1" after recent update to 5.4.0. 2002-11-19 21:50:54 +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
wiz
6d2a91bdfe Complete conversion to buildlink2 (hi johnny!). 2002-10-12 10:17:04 +00:00
wiz
f99cd0ca20 Convert to use automake.mk. 2002-10-02 18:41:44 +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
jschauma
e10e2a05bb Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd.  Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
fredb
9700cf931e Remove the capability to link with static "socks":
1) Linking a shared library against a static "socks{4,5}" library
does not have the desired effect of eliminating the dependency on
"socks" (not as it does for binaries).

2) No package linked against "libwww" seems to actually utilize
"socks".

Also bump the PKGREVISION and buildlink DEPENDS to the current level,
and liberalize the (formal) dependency on "openssl", for the benefit
of pre-NetBSD-1.5 systems. From now on, we can have no more issues
with "openssl" or "socks{4,5}" versions, as only the libwwwssl.*
shared libraries carry a run-time dependency on "openssl", but no
package links against them, and no "libwww" shared libraries can carry
a run-time dependency on any "socks" libraries. [Previous versions, of
course, may have had issues -- see PR 17010, which this is a partial
fix for.]
2002-07-15 14:39:21 +00:00