summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-04add luma-2.1.3, a graphical LDAP admin tool consisting of LDAP browser,drochner5-0/+512
schema browser (similar to gq), and plugins eg for user management or address book entries still needs some polishing to DTRT in a NetBSD environment, but is already useful
2005-08-04ddd-3.3.11martti1-1/+2
2005-08-04Updated ddd 3.3.11martti2-6/+6
* New features and minor improvements - A bug in DBX mode introduced in release 3.3.10 has been fixed. - A bug which prevented DDD from properly displaying ISO-8859-1 characters (and probably other character sets too) under Motif has been fixed (1)
2005-08-04update to 2.0.9drochner3-10/+15
many feature additions and fixes since 2.0.2, see the CHANGES file in the distribution for details
2005-08-04update to 0.1.0.12drochner5-16/+37
This is a major update, too many improvements to list here, see the ChangeLog in the distribution for details. pkgsrc changes: -remove dependency on tsocks; this is just one possible way to make applications use SOCKS; add a hint to MESSAGE -use the pkgsrc libevent - the NetBSD builtin is old, and tor complains loudly if it doesn't like the libevent version -make the rc.d script executable
2005-08-04PLIST correctionadam1-2/+1
2005-08-04keychain-2.5.5martti2-3/+3
2005-08-04Updated keychain to 2.5.5martti2-6/+6
* lots of bug fixes
2005-08-04Updated games/zoom to 1.0.3adam1-1/+2
2005-08-04patch-ab no longer neededadam1-24/+0
2005-08-04Changes 1.0.3:adam3-26/+16
* Bug-fix release
2005-08-04Re-added the glib12 PKG_OPTION. Currently I need it for a SuSE 9.1 system.rillig2-5/+13
2005-08-04-update to 1.8beta5 (the last release existing, from 2002)drochner6-118/+128
this is a major rewrite changes: -much more flexible debug logging -support for non blocking sockets -addition of the tsocks shell script -TSOCKS_CONF_FILE environment variable -pkg changes: -libtoolized -changed redefinition of the crt0 _init into a __constructor__ attribute, to avoid link errors with jmmv's blessing
2005-08-04Removed the "largefile" PKG_OPTION. It is enabled by default, so why shouldrillig2-15/+4
anyone want to disable it?
2005-08-04Updated mc to 4.6.1.rillig5-27/+13
Changes: - many small bug fixes - improved syntax highlighting files for the internal editor - security fix for the urar virtual file system - updated German and Italian translations
2005-08-04Updated fonts/t1lib to 5.1.0adam1-1/+2
2005-08-04Changes t1lib-5.1.0:adam8-66/+50
- Check against MultipleMasterFonts somewhat more tolerant, so that Type 1 Fonts automatically created from Multiple Master Fonts (e.g. using Mmpfb) should now be acceptable. - The configure-machinery had been somewhat out of date and has been updated. The distributed configure script has been generated by AutoConf 2.59 and the redistributed libtool parts are taken from GNU libtool 1.5.10. - Top-Level TeX-file in the doc subdirectory adapted to recent TeX systems' requirements. - Added IsoLatin9.enc to distribution. - Subsetting extended so that it works for SEAC-constructed composites even if no AFM composite character information is available - Somewhat more intelligent defaults for subsetting when composite characters are included in the subset. - Reallocation had been broken by relocation of internal StandardEncoding vector. This problem turned out on systems where realloc() actually returned a different pointer. - Fix for outline code on 64bit systems. This involves a redefinition of the T1_PATHPOINT struct. This should be uncritical because for 32bit systems there is no difference, whereas on 64bit systems, this has never worked correctly before. - DESTDIR support in Makefile.in by Volker Zell - Support for XLFD font database format (in which the fonts' names appear in the first place on a line). - Further Bug Fixes
2005-08-04Automatic build of the cpp library is currently broken,wiz1-1/+3
build it manually.
2005-08-04Updated devel/p5-IO-Util to 1.48.hiramatsu1-1/+2
2005-08-04update to 1.48.hiramatsu2-6/+6
Changes from 1.43: Version 1.48 - Fixed incompatibility with perl version < 5.8x of the capture function; the fix excludes the usage of other tied class :-( Version 1.47 - Maintainance release. A few minor changes Version 1.46 - Fixed bug in nested capture, introduced with v1.45 - Simplified the capture implementation - Added a few tests Version 1.45 - Full reimplemention of the capture() function, greatly improved - Removed the Tie::Handle dependency - Improvement of the slurp() function - Added the 'markers' option in the load_mml function and tests. Version 1.44 - Fixed missing quotes in the slurp and _path_mtime function - Added the 'optional' option in the load_mml function
2005-08-04Fix BUILDLINK_PKGSRCDIR.qalculate.taca1-2/+2
2005-08-04jabberd can be found in chat/jabberd (hi xtraeme)jschauma1-2/+2
2005-08-04It seems that "sleepy.vwh.net" isn't exist anymore.taca1-3/+2
2005-08-04Fix previous entry.xtraeme1-2/+2
2005-08-03Updated chat/jabberd2 to 2.0s9xtraeme1-1/+2
2005-08-03Update to 2.0s9.xtraeme2-6/+6
The jabberd project team is pleased to announce the release of jabberd 2.0s9. This is a security release. There is a buffer overflow that could be used to perform a DoS attack and possible code execution. It is *HIGHLY* recommended that you upgrade! ChangeLog: * fixed only one user is loaded correctly for each router acl * fixed s2s segfault under particular connection timeout conditions * fixed id is being case sensitive * fixed Users cannot login after a long period of server inactivity * fixed handling of stream errors * fixed version attribute reply in stream * fixed c2s glibc abort and mysql option flags * fixed sx io mem leak * fixed Incorrect SASL error message defined in sx/sasl.c * fixed 3 buffer overflows in jid.c * fixed second log-in in with similar resource breaks routing for first login
2005-08-03doxygen-1.4.4recht2-3/+3
2005-08-03update to doxygen 1.4.4recht4-23/+17
New features Added support for parsing Python code. Special comment blocks in Python are of the ## # Some comment # or you can rely on Python docstrings. This code uses the new parser interface and was based on the work done by a group of students as part of a compiler design project. Added support for C# style XML tags in the comments. See the manual or the C# language specification for more details. Thanks to Talin for doing most of the work. Added support for the JavaDoc command {@inheritDoc}. And some bug fixes. For details see: http://www.stack.nl/~dimitri/doxygen/changelog.html
2005-08-03Use the correct LDAP type instead of the SASL type, which is onlyjlam4-11/+12
available if building with SASL support. Noted in private mail by Joerg Sonnenberger. Bump PKGREVISION to 1.
2005-08-03Updated lang/clisp to 2.33.2nb1wiz1-1/+2
2005-08-03Peter Schuller in PR 30890:wiz3-5/+15
clisp is not built with any extension modules; including the POSIX/SYSCALLS/OS module which is going to be needed for almost any "real" work with clisp. Enable some more modules and bump PKGREVISION. Shorten DESCR a bit while here.
2005-08-03Note msf update to 2.4nb2 - security updateadrianp1-1/+2
2005-08-03Add patch to address msfweb "refang" security updateadrianp3-9/+34
Bump to nb2 make pkglint happy
2005-08-03Updated x11/gtk2 to 2.6.9xtraeme2-3/+3
2005-08-03Update to 2.6.9.xtraeme3-7/+9
Overview of Changes from GTK+ 2.6.8 to GTK+ 2.6.9 ================================================= * GtkFileChooser - Don't leave a "trail" when then current folder is explicitly set [Jonathan Blandford] - Accept file drops on the file list [Sven Neumann] * Accept GTK+ 2.8 .gtk-bookmarks files [Matthias] * Make paragraph up/down keynav in GtkTextView symmetric [Behnam Esfahbod] * Win32 - Bug fixes [Tor Lillqvist, Kazuki Iwamoto, Peter Zelezny, Tim Evans, Hans Breuer] - Improve and simply line segment rendering [Tor] - Fix handling of Aiptek tablets [Robert Ã~Vgren] * Other bug fixes [Billy Biggs, Vincent Noel, Georg Schwarz, Markku Vire, Dan Winship, Morten Welinder, Matthias, Euan MacGregor, David Saxton, Padraig Brady, Paul Cornett, Mark McLoughlin, Hans Oesterholt, Arkady L. Shane, Tommi Komulainen, Peter S. Mazinger, Dan Winship, Peter Zelezny, Alex Graveley] * Documentation improvements [Steve Chaplin, Matthias] * New and updated translations (cs,cy,da,de,en_CA,es,et, fr,gl,gu,hu,hy,ja,ko,nl,sq,sr,sr@Latn,sv,zh_CN,zh_TW)
2005-08-03Fix typo.hira1-2/+2
2005-08-03Updated archivers/zip to 2.31wiz1-1/+2
2005-08-03Update to 2.31:wiz11-156/+20
New things in Zip 2.31 - Crypt now part of source distribution (see Readme.cr) - Bug fixes: - Debian patch 001 - Converted quoted strings - Debian patch 002 - Makefile changes - Debian patch 003 - Build changes - Debian patch 004 - Changes to unix/configure - Debian patch 005 - Fix for FNMAX path bug - Split VMS -V into -V and -VV (see Manual) - New VC6 project files thanks to Cosmin - AtheOS port (thanks to Ruslan Nickolaev) - Add api.c kluge for zip32.dll to support Visual Basic - Binary detection changed from 20% binary to new algorithm that should better detect word processing files as binary and should accept UTF-8 files as text. This flags the file in the archive as TEXT or BINARY for use by UnZip for line end conversion (see proginfo/txtvsbin.txt) - License update - DJGPP fixes - Many Makefile updates - Fixes to ZipSplit, ZipNotes, and ZipCloak
2005-08-03+ snd-7.14.1.wiz1-2/+2
2005-08-03Updated pcre to 6.2.wiz2-3/+3
2005-08-03Remove unneeded USE_PKGLOCALEDIR.wiz1-2/+1
2005-08-03pkglint cleanup.wiz1-3/+2
XXX: package obsolete after pcre-6.2 includes c++ interface?
2005-08-03Update to 6.2:wiz4-27/+16
Version 6.2 01-Aug-05 --------------------- 1. There was no test for integer overflow of quantifier values. A construction such as {1111111111111111} would give undefined results. What is worse, if a minimum quantifier for a parenthesized subpattern overflowed and became negative, the calculation of the memory size went wrong. This could have led to memory overwriting. 2. Building PCRE using VPATH was broken. Hopefully it is now fixed. 3. Added "b" to the 2nd argument of fopen() in dftables.c, for non-Unix-like operating environments where this matters. 4. Applied Giuseppe Maxia's patch to add additional features for controlling PCRE options from within the C++ wrapper. 5. Named capturing subpatterns were not being correctly counted when a pattern was compiled. This caused two problems: (a) If there were more than 100 such subpatterns, the calculation of the memory needed for the whole compiled pattern went wrong, leading to an overflow error. (b) Numerical back references of the form \12, where the number was greater than 9, were not recognized as back references, even though there were sufficient previous subpatterns. 6. Two minor patches to pcrecpp.cc in order to allow it to compile on older versions of gcc, e.g. 2.95.4. Version 6.1 21-Jun-05 --------------------- 1. There was one reference to the variable "posix" in pcretest.c that was not surrounded by "#if !defined NOPOSIX". 2. Make it possible to compile pcretest without DFA support, UTF8 support, or the cross-check on the old pcre_info() function, for the benefit of the cut-down version of PCRE that is currently imported into Exim. 3. A (silly) pattern starting with (?i)(?-i) caused an internal space allocation error. I've done the easy fix, which wastes 2 bytes for sensible patterns that start (?i) but I don't think that matters. The use of (?i) is just an example; this all applies to the other options as well. 4. Since libtool seems to echo the compile commands it is issuing, the output from "make" can be reduced a bit by putting "@" in front of each libtool compile command. 5. Patch from the folks at Google for configure.in to be a bit more thorough in checking for a suitable C++ installation before trying to compile the C++ stuff. This should fix a reported problem when a compiler was present, but no suitable headers. 6. The man pages all had just "PCRE" as their title. I have changed them to be the relevant file name. I have also arranged that these names are retained in the file doc/pcre.txt, which is a concatenation in text format of all the man pages except the little individual ones for each function. 7. The NON-UNIX-USE file had not been updated for the different set of source files that come with release 6. I also added a few comments about the C++ wrapper. Version 6.0 07-Jun-05 --------------------- 1. Some minor internal re-organization to help with my DFA experiments. 2. Some missing #ifdef SUPPORT_UCP conditionals in pcretest and printint that didn't matter for the library itself when fully configured, but did matter when compiling without UCP support, or within Exim, where the ucp files are not imported. 3. Refactoring of the library code to split up the various functions into different source modules. The addition of the new DFA matching code (see below) to a single monolithic source would have made it really too unwieldy, quite apart from causing all the code to be include in a statically linked application, when only some functions are used. This is relevant even without the DFA addition now that patterns can be compiled in one application and matched in another. The downside of splitting up is that there have to be some external functions and data tables that are used internally in different modules of the library but which are not part of the API. These have all had their names changed to start with "_pcre_" so that they are unlikely to clash with other external names. 4. Added an alternate matching function, pcre_dfa_exec(), which matches using a different (DFA) algorithm. Although it is slower than the original function, it does have some advantages for certain types of matching problem. 5. Upgrades to pcretest in order to test the features of pcre_dfa_exec(), including restarting after a partial match. 6. A patch for pcregrep that defines INVALID_FILE_ATTRIBUTES if it is not defined when compiling for Windows was sent to me. I have put it into the code, though I have no means of testing or verifying it. 7. Added the pcre_refcount() auxiliary function. 8. Added the PCRE_FIRSTLINE option. This constrains an unanchored pattern to match before or at the first newline in the subject string. In pcretest, the /f option on a pattern can be used to set this. 9. A repeated \w when used in UTF-8 mode with characters greater than 256 would behave wrongly. This has been present in PCRE since release 4.0. 10. A number of changes to the pcregrep command: (a) Refactored how -x works; insert ^(...)$ instead of setting PCRE_ANCHORED and checking the length, in preparation for adding something similar for -w. (b) Added the -w (match as a word) option. (c) Refactored the way lines are read and buffered so as to have more than one at a time available. (d) Implemented a pcregrep test script. (e) Added the -M (multiline match) option. This allows patterns to match over several lines of the subject. The buffering ensures that at least 8K, or the rest of the document (whichever is the shorter) is available for matching (and similarly the previous 8K for lookbehind assertions). (f) Changed the --help output so that it now says -w, --word-regex(p) instead of two lines, one with "regex" and the other with "regexp" because that confused at least one person since the short forms are the same. (This required a bit of code, as the output is generated automatically from a table. It wasn't just a text change.) (g) -- can be used to terminate pcregrep options if the next thing isn't an option but starts with a hyphen. Could be a pattern or a path name starting with a hyphen, for instance. (h) "-" can be given as a file name to represent stdin. (i) When file names are being printed, "(standard input)" is used for the standard input, for compatibility with GNU grep. Previously "<stdin>" was used. (j) The option --label=xxx can be used to supply a name to be used for stdin when file names are being printed. There is no short form. (k) Re-factored the options decoding logic because we are going to add two more options that take data. Such options can now be given in four different ways, e.g. "-fname", "-f name", "--file=name", "--file name". (l) Added the -A, -B, and -C options for requesting that lines of context around matches be printed. (m) Added the -L option to print the names of files that do not contain any matching lines, that is, the complement of -l. (n) The return code is 2 if any file cannot be opened, but pcregrep does continue to scan other files. (o) The -s option was incorrectly implemented. For compatibility with other greps, it now suppresses the error message for a non-existent or non- accessible file (but not the return code). There is a new option called -q that suppresses the output of matching lines, which was what -s was previously doing. (p) Added --include and --exclude options to specify files for inclusion and exclusion when recursing. 11. The Makefile was not using the Autoconf-supported LDFLAGS macro properly. Hopefully, it now does. 12. Missing cast in pcre_study(). 13. Added an "uninstall" target to the makefile. 14. Replaced "extern" in the function prototypes in Makefile.in with "PCRE_DATA_SCOPE", which defaults to 'extern' or 'extern "C"' in the Unix world, but is set differently for Windows. 15. Added a second compiling function called pcre_compile2(). The only difference is that it has an extra argument, which is a pointer to an integer error code. When there is a compile-time failure, this is set non-zero, in addition to the error test pointer being set to point to an error message. The new argument may be NULL if no error number is required (but then you may as well call pcre_compile(), which is now just a wrapper). This facility is provided because some applications need a numeric error indication, but it has also enabled me to tidy up the way compile-time errors are handled in the POSIX wrapper. 16. Added VPATH=.libs to the makefile; this should help when building with one prefix path and installing with another. (Or so I'm told by someone who knows more about this stuff than I do.) 17. Added a new option, REG_DOTALL, to the POSIX function regcomp(). This passes PCRE_DOTALL to the pcre_compile() function, making the "." character match everything, including newlines. This is not POSIX-compatible, but somebody wanted the feature. From pcretest it can be activated by using both the P and the s flags. 18. AC_PROG_LIBTOOL appeared twice in Makefile.in. Removed one. 19. libpcre.pc was being incorrectly installed as executable. 20. A couple of places in pcretest check for end-of-line by looking for '\n'; it now also looks for '\r' so that it will work unmodified on Windows. 21. Added Google's contributed C++ wrapper to the distribution. 22. Added some untidy missing memory free() calls in pcretest, to keep Electric Fence happy when testing.
2005-08-03Updated net/rsync to 2.6.6.wiz2-3/+3
2005-08-03Update to 2.6.6. Add TEST_TARGET.wiz2-6/+7
NEWS for rsync 2.6.6 (28 Jul 2005) Protocol: 29 (unchanged) Changes since 2.6.5: SECURITY FIXES: - The zlib code was upgraded to version 1.2.3 in order to make it more secure. While the widely-publicized security problem in zlib 1.2.2 did not affect rsync, another security problem surfaced that affects rsync's zlib 1.1.4. BUG FIXES: - The setting of flist->high in clean_flist() was wrong for an empty list. This could cause flist_find() to crash in certain rare circumstances (e.g. if just the right directory setup was around when --fuzzy was combined with --link-dest). - The outputting of hard-linked files when verbosity was > 1 was not right: without -i it would output the name of each hard-linked file as though it had been changed (it now outputs a "is hard linked" message for the file); with -i it would output all dots for the unchanged attributes of a hard-link (it now changes those dots to spaces, as is done for other totally unchanged items). - When backing up a changed symlink or device, get rid of any old backup item so that we don't get an "already exists" error. - A couple places that were comparing a local and a remote modification- time were not honoring the --modify-window option. - Fixed a bug where the 'p' (permissions) itemized-changes flag might get set too often (if some non-significant mode bits differed). - Fixed a really old, minor bug that could cause rsync to warn about being unable to mkdir() a path that ends in "/." because it just created the directory (required --relative, --no-implied-dirs, a source path that ended in either a trailing slash or a trailing "/.", and a non-existing destination dir to tickle the bug in a recent version). ENHANCEMENTS: - Made the "max verbosity" setting in the rsyncd.conf file settable on a per-module basis (which now matches the documentation). - The support/rrsync script has been upgraded to verify the args of options that take args (instead of rejecting any such options). The script was also changed to try to be more secure and to fix a problem in the parsing of a pull operation that has multiple sources. - Improved the documentation that explains the difference between a normal daemon transfer and a daemon-over remote-shell transfer. - Some of the diffs supplied in the patches dir were fixed and/or improved. BUILD CHANGES: - Made configure define NOBODY_USER (currently hard-wired to "nobody") and NOBODY_GROUP (set to either "nobody" or "nogroup" depending on what we find in the /etc/group file). - Added a test to the test suite, itemized.test, that tests the output of -i (log-format w/%i) and some double-verbose messages.
2005-08-03Note rss2email update (bugfix).schmonz1-1/+2
2005-08-03Update to rss2email 2.55 (fixed datetime parsing). While here,schmonz3-18/+18
update to html2text 2.23 (fix for Python 2.1).
2005-08-03Note update of "firefox" package to version 1.0.6.tron1-1/+2
2005-08-03Compile without optimization if GCC <4.0 (4.0 not tested) is used ontron2-1/+25
a powerpc architecture (e.g. NetBSD-mapcppc). This cures display glitches (e.g. text appearing at the wrong location). Bump package revision because of this change.
2005-08-03Updated devel/glib2 to 2.6.6xtraeme2-3/+3