summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-22Initial import of dsniff-nox11, the tools from dsniff that don'twiz3-0/+45
need X11. Addresses PR 25703 by Jukka Salmi.
2005-03-22Update xlockmore to 5.16. Changes:hubertf3-7/+8
Bug in resource.c for DEF_FILESEARCHPATH fixed thanks to Michal Cihar <michal.cihar AT suse.cz>. (Broken since 5.14). Added 24 hour clock (alex(at)shark-linux(dot)de) toneclock with more nonstandard clock faces thanks to Jouk Jansen. Port of biof thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.
2005-03-22Note getmail and memtester updates.schmonz2-4/+4
2005-03-22Update to 4.0.5. From the changelog:schmonz2-6/+10
-change to the method of allocating and locking memory; if we get EPERM when trying to mlock(), reset the amount of memory desired to the original amount and try again without mlock(). The reason for this is that on many systems, mlock() won't return EPERM until after having returned ENOMEM for a larger amount. The new behaviour allows processes without mlock privileges to still test the fully-specified amount or as much memory as can be allocated. Thanks for the suggestion and testing to Dan Bradley.
2005-03-21Update to 4.3.4. From the changelog:schmonz2-6/+6
Version 4.3.4 14 March 2005 -documentation changes; getmail v4 cannot run natively on Windows. Use Cygwin if you must run on a Windows platform; this works. -remove some Windows-specific code. Version 4.3.3 19 February 2005 -previously, for safety, getmail would re-retrieve messages after a session that encountered errors. However, getmail had enough information to safely remember those messages that had been successfully delivered. This behaviour has been changed, to avoid delivering duplicate messages where it isn't necessary. Thanks: Thomas Schwinge. -in output/log files, getmailrc files are now specified only by filename, instead of by complete paths. This will prevent some overly-long output lines. -add Windows versions of functions to lock/unlock files, so mbox delivery can be used on Windows. Thanks: Felix Schwarz.
2005-03-21note tla-1.3.1recht1-1/+2
2005-03-21update to tla-1.3.1recht2-8/+9
Release 1.3.1 contains internal improvements, bug fixes, and minor feature enhancements. The bundled version of `libneon' has been replaced by a recent version.
2005-03-21note libxml2-2.6.18 and libxslt-1.1.13recht1-1/+3
2005-03-21update to libxslt-1.1.13recht3-19/+19
1.1.13: Mar 13 2005: - build fixes: 64bits cleanup (William Brack), python 2.4 test (William), LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel Reed), libgcrypt-devel requires for RPM spec. - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template should not change the current template rule (William Brack), evaluation of global variables (William Brack), RVT's in XPath predicates (William), namespace URI on template names (Mark Vakoc), stat() for Windows patch (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of memory detection misses (William), parserOptions propagation (William), exclude-result-prefixes fix (William), // patten fix (William). - extensions: module support (Joel Reed), dictionnary based speedups trying to get rid of xmlStrEqual as much as possible. - documentation: added Wiki (Joel Reed)
2005-03-21update to libxml2-2.6.18recht2-6/+6
2.6.18: Mar 13 2005: - build fixes: warnings (Peter Breitenlohner), testapi.c generation, Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed), some gcc4 fixes, HP-UX portability fixes (Rick Jones). - bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and xmlreader stopping on non-fatal errors, thread support for dictionnaries reference counting (Gary Coady), internal subset and push problem, URL saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python paths fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix (Mike Hommey), warning should not count as error (William Brack), xmlCreatePushParser empty chunk, XInclude parser flags (William), cleanup FTP and HTTP code to reuse the uri parsing and IPv6 (William), xmlTextWriterStartAttributeNS fix (Rob Richards), XMLLINT_INDENT being empty (William), xmlWriter bugs (Rob Richards), multithreading on Windows (Rich Salz), xmlSearchNsByHref fix (Kasimier), Python binding leak (Brent Hendricks), aliasing bug exposed by gcc4 on s390, xmlTextReaderNext bug (Rob Richards), Schemas decimal type fixes (William Brack), xmlByteConsumed static buffer (Ben Maurer). - improvement: speedup parsing comments and DTDs, dictionnary support for hash tables, Schemas Identity constraints (Kasimier), streaming XPath subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical values handling (Kasimier), add xmlTextReaderByteConsumed (Aron Stansvik), - Documentation: Wiki support (Joel Reed)
2005-03-21Updated libarchive to 1.02.016xtraeme2-3/+3
2005-03-21Update to 1.02.016.xtraeme2-8/+7
o archive_read_extract can now handle very long pathnames (tested with pathnames up to 1MB). o New dir-walk code now defaults to physical traversals. o fix a gzip decompression issue and add better error reporting for certain file I/O and decompression errors.
2005-03-21Note update of monotone and monotone-server to 0.17.jmmv1-1/+3
2005-03-21Update to 0.17: depend on monotone-0.17.jmmv1-3/+3
2005-03-21Update to 0.17:jmmv2-8/+8
0.17 release. bug fixes and features. - many, many robustness improvements - more careful checking everywhere - much more thorough test suite - all revisions subject to careful checks before entering database - not yet fully optimized; "pull" may be very slow and use lots of cpu - support for "epochs", to safely manage future rebuilds, hash migration, etc. - new "db check" command, thanks to Derek Scherger <derek@echologic.com>. - now uses sqlite3, thanks to Christof Petig <christof@petig-baender.de>. - removes most former size limitations - "restrictions" support, thanks to Derek Scherger <derek@echologic.com>. - most commands now take a list of files to limit their actions to - monotone can now be run from anywhere in the working directory (not just the root) - new command "monotone setup" required to create a working directory for a new project - important security fix -- don't use shell when calling external merge commands. - format change for "MT/options", ".mt-attrs"; you may have to edit these files - new command "attr" for managing .mt-attrs. - builds merkle tries in-memory -- netsync starts up many times faster - start of new "automate" interface, for shell scripts and others. - new command "cdiff": generates context diffs. - remove most of now-obsolete manifest/file cert support. - 60+ new integration tests. - many portability fixes - in particular, major win32 cleanups, thanks to Jon Bright <jon@siliconcircus.com>. win32 is once again fully and natively supported. - many bug fixes - several incompatible changes: see file UPGRADE for migration information
2005-03-21Note new p5-Carp-Clan, and updates for p5-Bit-Vector and p5-Term-ReadKey.wiz1-1/+4
2005-03-21Update to 2.30:wiz2-8/+7
Changes since 2.21 undocumented.
2005-03-21Add dependency on p5-Carp-Clan -- during build, package says itwiz1-2/+4
needs this. Bump PKGREVISION.
2005-03-21Add and enable p5-Carp-Clan.wiz1-1/+2
2005-03-21Initial import of p5-Carp-Clan:wiz4-0/+27
Report errors from perspective of caller of a "clan" of modules.
2005-03-21Updated url2pkg to 1.27wiz1-1/+2
2005-03-211.27: Do not add LIBTOOL_OVERRIDE to Makefiles by default -- the pkgsrcwiz2-7/+3
default is usable for nearly all cases.
2005-03-21+byacctv1-1/+2
2005-03-21Note the end of the pkgsrc freeze for the pkgsrc-2005Q1 branchagc1-1/+2
2005-03-21Document a .termcap string usable for Interix console windows.tv1-3/+9
2005-03-21+byacctv1-1/+2
2005-03-21A portable version of BSD's yacc(1), a lightweight alternative to bisontv4-0/+31
in some environments. From DESCR: Berkeley Yacc (byacc) is a LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input specification that conforms to the AT&T Yacc documentation.
2005-03-21Updated dspam to 3.4.1xtraeme2-3/+3
2005-03-21Update to 3.4.1.xtraeme6-41/+147
Changes: o Accuracy Enhancements o Bayesian Noise Reduction v2.0 o TUM-Mode Enhancements o Library Performance Enhancements o PostgreSQL Storage Driver Enhancements o SQLite3 Storage Driver Support o Daemonized LMTP Server o LMTP Delivery And more... more info in the RELEASE.NOTES file. pkgsrc changes: o Add a dspam rc.d script to start the daemon. o The cgi configuration files were modified to support CONF_FILES and PKG_SYSCONFDIR. When using a NetBSD system, mount_umap(8) will be useful to mount the cgi directory with www permissions, and you won't need to modify any file in there! yay.
2005-03-21Define BUILD_USES_MSGFMT because this package needs msgfmt to generateminskim1-1/+3
.mo files.
2005-03-21Add -*- sh -*- comment at top of file; from PR 22947.wiz2-2/+4
2005-03-21Fix build on 1.6, and make sure File::PathConvert is not installed.wiz3-3/+16
Closes PR 27024.
2005-03-21Updated cfs to 1.4.1nb5wiz1-1/+2
2005-03-21Do not open files opened for reading in RW mode. Helps in usingwiz3-3/+18
cfs over coda. From Greg Troxel in PR 28479. PKGREVISION++
2005-03-21simian, meet gcc3 (fix c++ code to work with gcc3)dmcmahill9-26/+197
2005-03-21add RMD160 checksum for solaris/sparc versiondmcmahill1-1/+2
2005-03-21fix this on systems without getopt_long (solaris)dmcmahill3-1/+36
2005-03-21Security fix for CAN-2001-0775:salo3-3/+26
"Buffer overflow in xli 1.17 allows remote attacker to execute arbitrary code via a FACES format image containing a long Firstname or Lastname field." Patch from Debian. Bump PKGREVISION.
2005-03-21Move "GNU replacements" block to the top.tv1-15/+13
Use gsort from coreutils instead of /bin/sort if coreutils is installed. Install coreutils in BULK_PREREQ to get gsort; /bin/sort can't handle the amazingly long lines produced by the dependency-tree printing script.
2005-03-21Make build and run on Interix:tv15-15/+315
* Add check for sync(2) and setgroups(3), and don't use these if they don't exist on the host. * Interix has a ... Special ... way of doing the "su" thing. * Implement Interix-specific portion of mountlist.c.
2005-03-21Restore previous revision of Makefile (without the glib buildlink3.mkagc1-2/+1
inclusion) for just now, and we'll work out IRIX support issues on the HEAD after the pkgsrc-2005Q1 branch, and pullup any necessary fixes to the branch.
2005-03-21Fixes from PR#24373 (little cosmetics)adam1-4/+11
2005-03-21Don't claim that the "gawk" bundled with Interix is really gawk. It'stv1-2/+3
old and buggy, and if a package wants USE_GNU_TOOLS+=awk, pull in lang/gawk instead for less problems.
2005-03-21Optionally disable threading; work around for PR#29323adam2-8/+10
2005-03-21+ awstats-6.4, bzflag-2.0.2, gaim-1.2.0 [pkg/29752], gramps-1.0.11,wiz1-7/+13
libidn-0.5.15, nail-11.22, snortsnarf-050314.1 [pkg/29753], vsftpd-2.0.3, xfce-4.2.1.1, xmule-1.10.0, xpaint-2.7.5, xscreensaver-4.21. - nano [development version]
2005-03-21Fix RCS Id.wiz1-1/+1
2005-03-21Fix typo in COMMENT.wiz1-2/+2
2005-03-21add RMD160 checksumdmcmahill1-1/+2
2005-03-21Re-added NetBSD signatureadam1-0/+1
2005-03-21Note djbdns PKGREVISION bump (sparc64 fix).schmonz1-1/+2