summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-22Fix GCC 3.4+: label at end of compound statement.joerg2-1/+14
2006-03-22Add DragonFly support. Add explicit rpath for /usr/pkg/lib.joerg5-10/+40
2006-03-22Note update of lang/ruby18-base pacakge to 1.8.4nb1.taca1-1/+2
2006-03-22- Fix rpath problem with SunPro Compiler on Solaris. No other platformtaca5-12/+57
should not be affected by this change. - Some white space clean up. Bump PKGREVISION.
2006-03-22Remove an unsed script -- print-la-libnames was replaced withjlam1-77/+0
plist/libtool-expand after the plist module was committed.
2006-03-22Add DragonFly support. Fix compilation with GCC 3.4: Publically declaringjoerg3-2/+43
a private type doesn't work.
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv35-72/+71
PR-responsible person (such as I am ;) a little easier.
2006-03-22Override all config.guess and config.sub scripts. Remove patchesjoerg9-89/+25
which have been useless anyway due to the former. Add DragonFly support.
2006-03-22crypt(3) is *tatata* in libcrypt on DragonFly.joerg2-1/+17
2006-03-22Add DragonFly support.joerg4-1/+43
2006-03-22mail/sendmail812 -> 8.12.11nb2, security fix for US-CERT 834865.tv1-1/+2
2006-03-22Disable the OS X hack for re_comp and friends on DragonFly, where itjoerg4-1/+51
breaks unistd.h. *sigh* Fix errno.
2006-03-22Update sendmail (with vendor patch) to address the current security issue:tv3-4/+10
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-22Fix patch-aa sha1 sum. [hi minskim!]rpaulo1-2/+2
2006-03-22Use libtool PLIST handling, it works now. Add some missing symlinksjoerg9-134/+98
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-22Updated mail/sendmail to 8.13.5nb2adrianp1-1/+2
2006-03-22Update sendmail to address the current security issueadrianp3-4/+10
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-22Make this package build on a case-insensitive filesystem.minskim2-123/+128
2006-03-22* Remove outdates texinfo.tex file from doc directory that was breakingjlam2-6/+11
modern etex by forcing it to output pdf instead of dvi. * List the info files directly in the PLIST.
2006-03-22Add DragonFly and FreeBSD (the latter untested) support.joerg8-2/+92
2006-03-22Include sys/types.h and sys/time.h before net/bpf.h for DragonFly.joerg2-5/+7
2006-03-22Add DragonFly support.joerg2-1/+15
2006-03-22If TEX_DEFAULT=teTeX3, set PKG_SKIP_REASON instead of PKG_FAIL_REASONminskim1-2/+9
because this package is included in teTeX3.
2006-03-22+ fox-1.6.0, libetpan-0.44, libprelude-0.9.7.1.wiz1-2/+4
2006-03-22Add DragonFly support.joerg3-6/+53
2006-03-22Workaround undefined prototype in net-snmp.joerg2-1/+15
2006-03-22Add DragonFly support.joerg2-1/+24
2006-03-22No mlockall on DragonFly as well.joerg2-4/+4
2006-03-22Fix pthread usage.joerg3-8/+18
2006-03-22We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards sojlam3-8/+10
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-22Fix typo which resulted in a failed install.adrianp1-2/+3
Issue found by Wolfgang Solfrank.
2006-03-21Updated net/freeradius to 1.1.1adrianp1-1/+2
2006-03-21Remove some old hacks that are no longer neededadrianp6-131/+123
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-21Include ../../mk/bsd.prefs.mk to ensure that MACHINE_PLATFORM is definedkristerw1-1/+3
before it is used.
2006-03-21note update of curl to 7.15.3recht2-3/+3
2006-03-21update to curl 7.15.3recht4-22/+8
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-21Pick a bunch of updates that I'm doing as a result of GNOME 2.14.0.jmmv1-36/+36
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-21Add a check for whether maildrop is invoked by courier or not beforejlam3-3/+32
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-21Add the pa_IN locale directory, initially used by the iso-codes 0.50jmmv13-13/+65
package (coming after the freeze).
2006-03-21Compensate for lossage I've caused by not explicitely linking againstdrochner4-6/+18
libpthread: link against a stub lib on systems which need it (NetBSD<=2). Thanks to mlh@goathill.org for testing and reports.
2006-03-21Add build dependency on kdelibs3, because configure tests for kde-config.wiz24-24/+72
2006-03-21Add a library to catch calls to pthread_mutex* and *specific* functionsdrochner6-0/+118
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-21Remove BROKEN_IN because this package is not broken in recent bulk buildsminskim1-3/+1
on i386.
2006-03-21Make patches general so that the package builds on more platforms.minskim4-9/+41
2006-03-21Remove BROKEN_IN because this is not broken in recent bulk builds on i386.minskim1-3/+1
2006-03-21Include the static definition of strlcpy() only when it is not availableminskim5-6/+65
on the system. This makes the package build with gcc-4.
2006-03-21+ aspell-danish-1.4.53, aspell-faroese-0.2.25, fceu-0.98.15,wiz1-1/+5
libstatgrab-0.13.
2006-03-21Make this build on Darwin.yyamano5-1/+66
2006-03-21Make this build on Darwin.yyamano2-11/+18
2006-03-21Fix install problem on Darwin.yyamano1-2/+2