summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-15Updated apsfilter to 7.2.5martti6-38/+70
* bug fixes * new drivers
2003-04-15iozone-3.167 update done.wiz2-4/+3
2003-04-15Update to 3.167:wiz2-6/+6
Zero compute_val inside of loops. Add support for O_DIRECT for IRIX and IRIX64 Improve macros and add prototypes. Improve resolution of get_resolution().
2003-04-15popa3d-0.6.3 update done.wiz2-3/+3
2003-04-15Update to 0.6.3, changes:wiz3-11/+11
libpam_userpass support (with pam_userpass 0.9+). [not in pkg]
2003-04-15+ bogofilter-0.11.2, cyrus-sasl-2.1.13, gnet-2.0.0, gperiodic-2.0.4,wiz1-9/+14
gtetrinet-0.7.1, iozone-3.167, lua-5.0, openldap-2.1.17, openoffice-1.0.3 [skrll], opera-7.10, oroborus-2.0.12 [pkg/21145], popa3d-0.6.3, squirrelmail-1.4.0.
2003-04-15libtool 1.5 is (near enough) out. Mark me as the sucker^Wperson to updateskrll1-1/+2
it.
2003-04-15use ${WHOLE_ARCHIVE_FLAG} instead of -Wl,--whole-archive.grant2-4/+4
makes this work on Solaris.
2003-04-15add OPSYS_{,NO_}WHOLE_ARCHIVE_FLAG which defines the argument passedgrant9-9/+53
to the linker to (not) extract all symbols from static archives and export these variables to packages as {,NO_}WHOLE_ARCHIVE_FLAG. these are not currently set for IRIX.
2003-04-15Note the updates of emacs{,-nox11} to 21.3nb1.uebayasi1-1/+3
2003-04-15Update emacs-nox11 to 21.3nb1 too. 21.3 + the new ld problem fix. Shareuebayasi8-180/+8
files/directories common to editors/emacs{,.-nox11}.
2003-04-15Fix wrong install directory with perl 5.8.0 (and later).taca2-1/+13
2003-04-15Redo the last more elaborately.uebayasi1-2/+7
2003-04-15include lang/gcc/buildlink2.mk, so this can find libgcc from lang/gccgrant1-1/+2
if we're using it.
2003-04-15be quiet in all targets except post-install.grant2-17/+17
2003-04-15ugh, fix logic in last.grant1-2/+2
2003-04-15only create the wrappers for /opt/SUNWspro/bin/{CC,CXX} if we're notgrant1-1/+3
using gcc. fixes problem on Solaris where building pkgs would use the wrong CC (eg. CC=gcc) due to the wrappers being in the $PATH first.
2003-04-15note some infrastructure problems that need addressing (mainly gccgrant1-1/+14
at this stage).
2003-04-15use ${CC} -dumpversion instead of --version to avoid multiline outputgrant1-3/+3
from gcc3. XXX this needs to be better handled for non-gcc compilers.
2003-04-15don't fail if we can't remove share/lib/terminfo/s on deinstallation,grant1-2/+2
as this directory (also) belongs to ncurses.
2003-04-15work around differences in find options for depth-first traversalheinz1-2/+9
2003-04-15update spamasassin to 2.53heinz1-1/+2
2003-04-15 Update to version 2.53.heinz18-282/+1693
This also closes PR pkg/21114 (thanks to Todd Vierling for dynamic PLIST) Most serious bugs since release of SA 2.50 fixed (hence the 'long' delay for the Pkgsrc package). Dependence on procmail removed. You still need a mail delivery agent but procmail is only a recommendation, not a prerequisite. Runs on Solaris (somewhat tested on Solaris 8, feedback welcome). Includes some SSL support for spamc/spamd. Not yet recommended due to lurking bug(s) (SA bugzilla ID 1751). Uses Perl module DB_File now instead of NDBM_File. This changes the name and format of the auto-whitelist database ('auto-whitelist' instead of 'auto-whitelist.db' on NetBSD). ! This release adds/changes/removes configuration options, PLEASE use ! ! 'perldoc Mail::SpamAssassin::Conf' and make sure your mail ! ! configuration still works as expected. ! ========================================================================== Changes since 2.52: - corruption of Bayes db where nspam/nham was getting zeroed, fixed. - Bayes now has much lower lock timeouts for opportunistic expiry and auto-learning, to avoid overloading busy servers with an expiry run. (This may result in occasional "lock failed" messages in the syslog while you're doing manual sa-learn ops, but those are not serious; it just means that an auto-learn could not take place because the dbs were opened by you in another process.) - NDBM_File does not provide an EXISTS method, worked around. - BSMTP support (spamc -B) fixed. - Bayes allowed the user to 'forget' messages they hadn't learned. - sa-learn broken when installed in a non-standard location. - spamc was failing to dump message if out of memory. - add-all-addrs-to-blacklist was a no-op, fixed. - syslog-socket support was broken, fixed. - sslspamc compilation fixed. - SIGCHLD handling in spamd was causing an ugly warning on Red Hat 8. - user_prefs were left world-writable after auto-whitelist use. - Razor was zeroing %ENV; protected against this. - some test failures on 5.005 and with Razor fixed; some tests were also still using the user's Bayes dbs. - Windows portability fix in new Bayes journal code. - dialup_codes now a privileged setting. - clean PATH env variable immediately upon spamd start; fixed problem with taint mode failures when getting hostname in Perl 5.005. - NetBSD: fixed SSL support, spamd start script. - single-Received-header mails were not getting DNSBL checks. - some doco fixes. Changes since 2.51: - bug 1664: expiry imposed way too much load when a single site-wide Bayes db was used, fixed - bug 1672: a typo in a backported patch for 2.51 caused Bayes to sometimes not unlock the db, fixed - INSTALL now strongly recommends using DB_File - some NetBSD support fixes - bug 1601: option --syslog-socket wasn't implemented - bug 1260: corrected description of --nocreate-prefs option Changes since 2.50: - Bayes locking and concurrency issues fixed - Bayes expiration was not working; fixed - spamd was not enabling Bayes after auto-learning without restart; fixed - safer way to attach spams, for broken mail clients, using 'report_safe 2' - a few doco cleanups Main changes since 2.4x: - Bayesian filtering, using a Bayesian-style form of probability-analysis classification. This uses an algorithm based on the one detailed in Paul Graham's 'A Plan For Spam' paper, along with aspects taken from Graham Robinson's work, and the chi-combining technique developed by the SpamBayes project. - Auto-learning. This trains the Bayesian filter automatically, based on the results from traditional SpamAssassin diagnosis. It uses a set of heuristics and separate thresholds to ensure (as much as is possible) that it trains on guaranteed non-spam and spam. Old, unused tokens are automatically expired. - much-improved rule set. A whole new set of rules based on Message-Id analysis is now in place, which accurately detects forged headers from a wide range of spamware. Many inaccurate rules have been dropped. HTML tests much improved, with a set to detect image-only spam. - new default format for detected-spam messages; the message is encapsulated as a MIME part, with a preview and the spam report in the main part of the message. - Score sets. Based on whether you are using just SpamAssassin rules, adding network tests, and using a trained Bayesian database, SpamAssassin will use a set of scores appropriately to gain the maximum degree of accuracy. - Italian, Polish, Spanish, French and German rule sets and translations. - Much improved reliability with spamd. The problems with signals have been cleared up thanks to a pipe-based child tracking system, and all spamd-hanging bugs reported have proved unreproducable. - Unicode problems with Red Hat 8 and perl 5.8 fixed. Works on Perl 5.005, 5.6.x, and 5.8.x. - Taint-safe. SpamAssassin runs with perl's taint-checking enabled for better security. - Razor 1 support is now officially deprecated. - "spamc -c" was not working, fixed. This fix required increasing the revision of the spamd protocol; only difference is that now more than one protocol header can appear in the reply from spamd. - all fixes from 2.44 included.
2003-04-14set DISTNAME in the first block to appease pkglint (we redefine itgrant3-6/+6
later).
2003-04-14Don't descend into filesystems /usr/pkg/emul/linux/proc etc. as thishubertf1-3/+3
will lead to wrong PLISTs. Works around PR kern/21187.
2003-04-14Update e2fsprogs to 1.32. No list of changes available.hubertf7-23/+57
2003-04-14tidy up NetBSD/Linux support, ala phoenix-bin-nightly.grant5-15/+26
2003-04-14remove solaris checksum which mistakenly got in here..grant1-3/+1
2003-04-14tidy up NetBSD/Linux support, ala phoenix-bin-nightly.grant6-17/+29
2003-04-14add support for the Solaris/sparc binary package, tested on Solaris 9.grant6-19/+58
tidy up NetBSD/Linux support while I'm here - no functional changes, so no PKGREVISION bump.
2003-04-14update depends for mozilla-linux rename.grant1-2/+2
2003-04-14rename of mozilla-linux.grant2-3/+5
2003-04-14rename mozilla-linux to mozilla-bin.grant9-10/+12
2003-04-14note rename of phoenix-linux-nightly.grant1-1/+4
2003-04-14whitespacegrant1-2/+2
2003-04-14phoenix-linux{,-nightly} renames.grant1-3/+3
2003-04-14rename phoenix-linux-nightly to phoenix-bin-nightly.grant8-9/+11
2003-04-14rename of phoenix-linux to phoenix-bin.grant1-1/+3
2003-04-14rename phoenix-linux to phoenix-bin.grant9-10/+12
2003-04-14Initial import of qADSL 1.2 into the NetBSD packages collection ascjep1-1/+2
net/qadsl. qADSL is an auto-login client and connection keeper for Telia AB ADSL and Comhem broadband. From pkgsrc-wip. Supplied by Ola Eriksson in PR#18480. Thanks!
2003-04-14Add and enable qadslcjep1-1/+2
2003-04-14Initial import of qADSL 1.2 into the NetBSD packages collection ascjep9-0/+121
net/qadsl. qADSL is an auto-login client and connection keeper for Telia AB ADSL and Comhem broadband. From pkgsrc-wip. Supplied by Ola Eriksson in PR#18480. Thanks!
2003-04-14Initial import of mozilla-flash-6.0.69 into the NetBSD packages collection.grant1-1/+2
This is the official Flash Player 6 from Macromedia. This plugin enables you to see .swf and .spl files on the 'net using the mozilla-linux package. provided by zuntum@ with some cleanup by me.
2003-04-14expands with an extra slash by default - incorrectmason1-2/+2
2003-04-14add mozilla-flash-bingrant1-1/+2
2003-04-14Initial import of mozilla-flash-6.0.69 into the NetBSD packages collection.grant4-0/+46
This is the official Flash Player 6 from Macromedia. This plugin enables you to see .swf and .spl files on the 'net using the mozilla-linux package. provided by zuntum@ with some cleanup by me.
2003-04-14Note converters/xlreader addition (version 0.9.0)zuntum1-1/+2
Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. Demo interface converts data to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java version by Andrew Khan. Provided by David Forrai <david.forrai@gemair.com> in PR#21103, slightly modified by me. Thanks!
2003-04-14add & enable xlreaderzuntum1-1/+2
2003-04-14Initial import of converters/xlreader (version 0.9.0)zuntum5-0/+40
Read data from Excel spread sheets without Microsoft! Provides an API to allow any application to read Excel documents. Demo interface converts data to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java version by Andrew Khan. Provided by David Forrai <david.forrai@gemair.com> in PR#21103, slightly modified by me. Thanks!
2003-04-14Note cvsync-0.19.3gehenna1-1/+2