Commit graph

94895 commits

Author SHA1 Message Date
tv
ae3489ec53 Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a
PR-responsible person (such as I am ;) a little easier.
2006-03-22 22:50:31 +00:00
joerg
b22ee86c2f Override all config.guess and config.sub scripts. Remove patches
which have been useless anyway due to the former. Add DragonFly support.
2006-03-22 22:36:13 +00:00
joerg
85f420b5f6 crypt(3) is *tatata* in libcrypt on DragonFly. 2006-03-22 22:14:43 +00:00
joerg
9c775724c6 Add DragonFly support. 2006-03-22 22:03:46 +00:00
tv
6f53fdfa7d mail/sendmail812 -> 8.12.11nb2, security fix for US-CERT 834865. 2006-03-22 21:23:36 +00:00
joerg
ecc724e3d1 Disable the OS X hack for re_comp and friends on DragonFly, where it
breaks unistd.h. *sigh* Fix errno.
2006-03-22 21:22:09 +00:00
tv
0ce2b03348 Update sendmail (with vendor patch) to address the current security issue:
http://www.kb.cert.org/vuls/id/834865

Bump to nb2.
This will change the internal version of sendmail to 8.12.11.20060308.

>       SECURITY: Replace unsafe use of setjmp(3)/longjmp(3) in the server
>               and client side of sendmail with timeouts in the libsm I/O
>               layer and fix problems in that code.  Also fix handling of
>               a buffer in sm_syslog() which could have been used as an
>               attack vector to exploit the unsafe handling of
>               setjmp(3)/longjmp(3) in combination with signals.
>               Problem detected by Mark Dowd of ISS X-Force.
>       Handle theoretical integer overflows that could triggered if
>               the server accepted headers larger than the maximum
>               (signed) integer value.  This is prevented in the default
>               configuration by restricting the size of a header, and on
>               most machines memory allocations would fail before reaching
>               those values.  Problems found by Phil Brass of ISS.
2006-03-22 21:19:06 +00:00
rpaulo
91009ff1cf Fix patch-aa sha1 sum. [hi minskim!] 2006-03-22 21:13:42 +00:00
joerg
fba5c2863b Use libtool PLIST handling, it works now. Add some missing symlinks
for libtool archives, remove the .a and .so entries. Bump revision.
Add DragonFly detection for shared libraries. Always try to find -lssl
with -lcrypto, unbreaking the test at least on DragonFly, but should
not harm elsewhere.
2006-03-22 20:53:41 +00:00
adrianp
92adb06e5f Updated mail/sendmail to 8.13.5nb2 2006-03-22 19:57:54 +00:00
adrianp
52c0a606d9 Update sendmail to address the current security issue
Bump to nb2
This will change the internal version of sendmail to 8.13.5.20060308
> 	SECURITY: Replace unsafe use of setjmp(3)/longjmp(3) in the server
> 		and client side of sendmail with timeouts in the libsm I/O
> 		layer and fix problems in that code.  Also fix handling of
> 		a buffer in sm_syslog() which could have been used as an
> 		attack vector to exploit the unsafe handling of
> 		setjmp(3)/longjmp(3) in combination with signals.
> 		Problem detected by Mark Dowd of ISS X-Force.
> 	Handle theoretical integer overflows that could triggered if
> 		the server accepted headers larger than the maximum
> 		(signed) integer value.  This is prevented in the default
> 		configuration by restricting the size of a header, and on
> 		most machines memory allocations would fail before reaching
> 		those values.  Problems found by Phil Brass of ISS.
2006-03-22 19:56:36 +00:00
minskim
def9d2aa06 Make this package build on a case-insensitive filesystem. 2006-03-22 19:31:14 +00:00
jlam
fe40e5bc4a * Remove outdates texinfo.tex file from doc directory that was breaking
modern etex by forcing it to output pdf instead of dvi.

* List the info files directly in the PLIST.
2006-03-22 18:41:09 +00:00
joerg
eaa264cc35 Add DragonFly and FreeBSD (the latter untested) support. 2006-03-22 18:33:57 +00:00
joerg
1c0f31d0e2 Include sys/types.h and sys/time.h before net/bpf.h for DragonFly. 2006-03-22 17:43:32 +00:00
joerg
4d40f2833f Add DragonFly support. 2006-03-22 17:07:10 +00:00
minskim
e631b2d14e If TEX_DEFAULT=teTeX3, set PKG_SKIP_REASON instead of PKG_FAIL_REASON
because this package is included in teTeX3.
2006-03-22 16:56:50 +00:00
wiz
532fe9ddd0 + fox-1.6.0, libetpan-0.44, libprelude-0.9.7.1. 2006-03-22 16:42:56 +00:00
joerg
f78e66add4 Add DragonFly support. 2006-03-22 16:40:08 +00:00
joerg
50733cdf60 Workaround undefined prototype in net-snmp. 2006-03-22 16:33:08 +00:00
joerg
e075251c7f Add DragonFly support. 2006-03-22 15:59:56 +00:00
joerg
2db15e8c1b No mlockall on DragonFly as well. 2006-03-22 15:26:30 +00:00
joerg
b3c81627db Fix pthread usage. 2006-03-22 15:17:01 +00:00
jlam
4dd4a66c0d We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards so
that "gmp" is registered as a direct dependency for any package that
includes ghc/buildlink3.mk to get ghc as a build dependency.  This is
needed since software built by ghc requires routines from the "gmp"
shared library.  This fixes PR pkg/33100.

Remove the workaround in devel/darcs and x11/wxhaskell.
2006-03-22 15:12:07 +00:00
adrianp
ba374271a4 Fix typo which resulted in a failed install.
Issue found by Wolfgang Solfrank.
2006-03-22 15:07:41 +00:00
adrianp
ac61d04fd0 Updated net/freeradius to 1.1.1 2006-03-21 23:09:40 +00:00
adrianp
3b80fce15a Remove some old hacks that are no longer needed
Use our libtool
Update to 1.1.1

Fixes security issue (DoS):
	http://secunia.com/advisories/19300/

>         Security fixes
>         * Additional state checking in the EAP-MSCHAPv2 module.
>           Bug found by Steffen Schuster.
>
>         Feature improvements
>         * More dictionary updates
>         * Additional tests and fixes for Digest module from Phillipe Sultan.
>         * Add new "phone" response mode to rlm_otp/cryptocard.
>         * Put the eap sessions into a tree, so that looking them up is very
>           fast, and no longer O(n) in the number of sessions.
>         * Install the schema examples for a set of backends with the rest
>           of the documentation.
>         * Add support for xlat expansion of attributes from LDAP.
>
>         Bug fixes
>         * Fix rlm_perl crash. (closes: #348)
>         * Fix handling of CoA-Request packets (close #344).  Also correct
>           name of CoA packets.
>         * Fix an error on x86_64 machines when reading dictionaries.
>           (closes: #312)
>         * Fix compilation errors on FreeBSD and NetBSD because of rlm_otp
>           module. (closes: #314 #328)
>         * Workaround Cisco bug in State attribute handling in rlm_otp.
>         * Support LP64 for async mode in rlm_otp.
>         * Fix libtool problems on Debian with rlm_eap_peap and rlm_eap_ttls
>           modules. (closes: #75)
>         * Make "use_tunneled_reply" work properly for PEAP.
>         * Copy the whole string when getting a one-to-one-mapped attribute
>           from LDAP (closes: #261)
>         * Fix net-snmp's ucd-snmp compatibility mode.
2006-03-21 23:08:08 +00:00
kristerw
faf5e0e678 Include ../../mk/bsd.prefs.mk to ensure that MACHINE_PLATFORM is defined
before it is used.
2006-03-21 22:18:55 +00:00
recht
2c6b0ebbbc note update of curl to 7.15.3 2006-03-21 21:52:38 +00:00
recht
4b51241df4 update to curl 7.15.3
Fixes a TFTP packet buffer overflow vulnerability.
See http://curl.haxx.se/docs/adv_20060320.html for details.

Changes:
- added docs for --ftp-method and CURLOPT_FTP_FILEMETHOD

Bugfixes:
- TFTP Packet Buffer Overflow Vulnerability
- properly detecting problems with sending the FTP command USER
- wrong error message shown when certificate verification failed
- multi-part formpost with multi interface crash
- the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL is acknowledged
- "SSL: couldn't set callback" is now treated as a less serious problem
- Interix build fix
- fixed curl "hang" when out of file handles at start
- prevent FTP uploads to URLs with trailing slash
2006-03-21 21:49:47 +00:00
jmmv
05b862d796 Pick a bunch of updates that I'm doing as a result of GNOME 2.14.0.
The list is not exhaustive: I have only picked the ones already listed,
but not added any new ones.  And I may have probably missed some of them
in this list anyway.

FYI: I already have a functional gnome-base 2.14.0 package; it's soooo
nice :-)
2006-03-21 20:22:56 +00:00
jlam
2f377c76b4 Add a check for whether maildrop is invoked by courier or not before
doing courier-specific things, like accepting the values of certain
environment variables for things like location of the mail folder for
local delivery.  This addresses PR pkg/32369 in a way that still allows
for a future courier-mta package that just uses the maildrop package.
2006-03-21 19:50:51 +00:00
jmmv
6bbe74362d Add the pa_IN locale directory, initially used by the iso-codes 0.50
package (coming after the freeze).
2006-03-21 19:35:44 +00:00
drochner
f1baa961da Compensate for lossage I've caused by not explicitely linking against
libpthread: link against a stub lib on systems which need it (NetBSD<=2).
Thanks to mlh@goathill.org for testing and reports.
2006-03-21 19:26:31 +00:00
wiz
ea4adc2c6a Add build dependency on kdelibs3, because configure tests for kde-config. 2006-03-21 19:24:45 +00:00
drochner
0c8b032218 Add a library to catch calls to pthread_mutex* and *specific* functions
where the base system doesn't provide stubs for non-threaded programs
(which is just NetBSD<=2 for now).
This is absolutely primitive and just sufficient to make MesaLib usable
with nonthreaded programs.
2006-03-21 19:23:08 +00:00
minskim
d57a93563a Remove BROKEN_IN because this package is not broken in recent bulk builds
on i386.
2006-03-21 18:53:59 +00:00
minskim
b885ba0aaf Make patches general so that the package builds on more platforms. 2006-03-21 18:48:45 +00:00
minskim
bedd4d7fb0 Remove BROKEN_IN because this is not broken in recent bulk builds on i386. 2006-03-21 18:26:21 +00:00
minskim
e65728eb0f Include the static definition of strlcpy() only when it is not available
on the system.  This makes the package build with gcc-4.
2006-03-21 18:18:15 +00:00
wiz
5fd70b7cdc + aspell-danish-1.4.53, aspell-faroese-0.2.25, fceu-0.98.15,
libstatgrab-0.13.
2006-03-21 17:46:11 +00:00
yyamano
7aea094124 Make this build on Darwin. 2006-03-21 17:30:00 +00:00
yyamano
134643ae69 Make this build on Darwin. 2006-03-21 16:45:25 +00:00
yyamano
f613935930 Fix install problem on Darwin. 2006-03-21 16:31:25 +00:00
joerg
2c38d13ebc Explicitly link against pthread, since libpython is multithreaded.
Bump revision.
2006-03-21 15:34:03 +00:00
joerg
1746b086be Fix build of OSS plugin on DragonFly. 2006-03-21 14:51:46 +00:00
minskim
0dd91f0b7f The libtoolize qmake generates a correct rpath, so it is unnecessary to
patch Makefile.  Instead, just define target.path in the .pro file.
2006-03-21 07:48:03 +00:00
minskim
d95d45b37d Note PKGREVISION bump of psi. 2006-03-21 07:33:13 +00:00
minskim
6ce11fbe20 Update DIST_SUBDIR to force to download new distfiles since one of the
language files was changed.  Bump PKGREVISION.
2006-03-21 07:32:41 +00:00
martti
503ac616df - remove unused file (pkg/33089)
- pkglint -Wall fixes
2006-03-21 07:22:05 +00:00