summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-16chat/zephyr-current was reimported as chat/zephyr.seb18-369/+2
Approved by maintainer, sommerfeld@
2003-09-16net/zephyr is no more: it was superseded by chat/zephyr-current (nowseb1-2/+1
chat/zephyr).
2003-09-16Remove net/zephyr: it was superseded by chat/zephyr-current (now chat/zephyr).seb33-769/+0
Implicit approval by maintainer, mycroft@, deduced from a conversation about 2 years ago ;)
2003-09-16Use chat/zephyr/... not chat/zephyr-current/...seb1-2/+2
2003-09-16This is now chat/zephyr not chat/zephyr-current.seb1-2/+2
2003-09-16Reimport chat/zephyr-current as chat/zephyr.seb17-0/+367
Approved by maintainer, sommerfeld@
2003-09-16Note update of sysutils/cfengine2 and sysutils/cfengine2-doc toseb1-1/+3
version 2.0.8p1. Provided in PR pkg/22816 by Michael Santos <mike at ethmoid dot org>. Changes since last packaged version: 2.0.8 - released this far as a 2.0.x patch Check for illegal characters in classes. Able to bind to a specific IP addressed interface in cfservd. BindToInterface = ( 10.10.43.6 ) Security fix to transaction lengths in remote copying. Suspicious names now applies only to regular files
2003-09-16Update to cfengine version 2.0.8p1.seb3-8/+6
Provided in PR pkg/22816 by Michael Santos <mike at ethmoid dot org>. Changes since last packaged version: 2.0.8 - released this far as a 2.0.x patch Check for illegal characters in classes. Able to bind to a specific IP addressed interface in cfservd. BindToInterface = ( 10.10.43.6 ) Security fix to transaction lengths in remote copying. Suspicious names now applies only to regular files
2003-09-16oops, derive PKGNAME from DISTNAME, as usual.xtraeme1-2/+2
2003-09-16Note update of wm/evilwm to 0.99.15.xtraeme2-3/+3
2003-09-16Updated to 0.99.15.xtraeme3-26/+14
Patch provided by Jonathan Perkin <jonathan@perkin.org.uk> via PR pkg/22239. Changes: 2003-06-10 Warp mouse to topleft before bottomright for small viewport users. Fix the xpdf problem (started up in tiny window), hopefully doesn't break anything else (XSizeHints manpage suggests width/height hints are obsolete). 2003-06-27 Applied Larry's identifier shadowing changes, and malloc return value checks.
2003-09-16Add a minor note about SSL certificates in the MESSAGE file, as requestedjmmv2-2/+8
in PR pkg/22375.
2003-09-16lang/inform update done.jmmv1-3/+1
2003-09-16Note update of inform to 6.21.4.jmmv1-1/+2
2003-09-16Update to 6.21.4. Closes PR pkg/19298 and PR pkg/21934. Changes:jmmv6-34/+246
Version 6.21.4 (17 Jun 03): * Applied patches from www.inform-fiction.org to the source and library, as supplied by Dave Griffith <dgriffi@cs.csubak.edu>. * There's a new Ruins demo game, with more stuff implemented. The previous Ruins demos have been renamed: ruins -> ruins1, ruinsplus -> ruins2. The new one is called ruins3. * The Alice demo in the 'tutor' directory has been updated to the latest Inform version. * Included a more up-to-date inform-mode.el. Version 6.21.3 (6 Nov 02): * The Inform included here is now Andrew Plotkin's bi-platform version, which can compile for Glulx, following a suggestion by Marshall T. Vandegrift <vandem2.rpi.edu>. * Now includes HTML version of the Designer's Manual. * Several more library include files have been added.
2003-09-16Note update of devel/slib to 2.4.6.xtraeme2-3/+3
2003-09-16Updated to 2.4.6. Patch provided by David S. <davids@idiom.com>xtraeme3-9/+14
via PR pkg/22185. Changes: New in slib2d6: * phil-spc.scm: Added Hilbert Space-Filling Functions. * ncbi-dna.scm: Read and manipulate NCBI-format nucleotide sequences. * differ.scm (diff:edits): Improved speed by 27%. * solid.scm (scene:viewpoint): Simplified; fixed pitch. (solid:extract-colors): Fixed color/elevations alignment. (solid:extract-colors, solid:extract-elevations): Fixed row-major. * solid.scm (solid:basrelief): Added VRML ElevationGrid. (solid:bry): Added "solid FALSE" and missing alternative clause. * solid.scm (scene:viewpoints): Restored Up and Down views. * html4each.scm (html-for-each): Rewrote for full quote hair. Removed require string-search; uses own multi-char version. * html4each.scm (html-for-each): "unterminated HTML entity" warning infinitely looped; changed to error. (htm-fields): Recover from HTML errors. * html4each.scm (htm-fields): Parses markup string. (html-for-each): Handle comments as markups. * html4each.scm (html:read-title): Added optional LIMIT (word-count) argument. * html4each.scm (html:read-title): Added. (html-for-each): Accept input-port for FILE argument. (html:read-title): Added check for first char being '<'. * uri.scm (uri->tree, make-uri): Fixed confusion of #f and "". * uri.scm (absolute-uri?): Added. * uri.scm (uri->tree): Corrected documentation. * db2html.scm (command:make-editable-table, command:modify-table): Improved null-keys treatment to work with multiple primaries. * db2html.scm (command:make-editable-table): foreign-choice-lists now opens the table. * slib.texi: Fixed database examples. * dbutil.scm (solidify-database): Fixed lock handling. * dbutil.scm (mdbm:report): Show lock certificates. (create-database, write-database, syncify-database, close-database): Lock database file for writing. (create-database): Allow initial #f filename. * transact.scm (transact-file-replacement): Accept (string) path to backup file in place of backup-style symbol. * charplot.scm (histobins): Gracefully return when no data. * soundex.scm (SOUNDEX): Character lookups use ASSV and MEMV. * qp.scm (qp:qp): Distinguish #f and 0 values for *qp-width*. * array.scm (make-array): Removed legacy procedures. * arraymap.scm (array-for-each): Use set-car! instead of reverse. * fft.scm (fft:shuffle&scale): Use bit-reverse from 'logical. * logical.scm (logical:logcount, logical:integer-length): Made tail-recursive. (logical:logxor, logical:logior, logical:logand): Made tail-recursive. * logical.scm (logical:ones): Return 0 for 0 argument. (gray-code->integer): Improved running time from O(b^2) to O(b*log(b)). * strsrch.scm (substring?, substring-ci?): Bum simple cases. (subskip): Split out common code from substring?, substring-ci?. (subloop): Old non-table-driven code for short substring?s. (substring?, substring-ci?): Compared measurements of subskip vs subloop; set breakpoint at STRLEN < CHAR-CODE-LIMIT/2 + 2*PATLEN. (substring-ci?, substring?): Refined; subloop for PATLEN <= 4. * strsrch.scm (count-newlines): Added. * slib.texi (Lists as sets): Updated UNION examples. * comlist.scm (comlist:union): Optimized for list lengths. * comlist.scm (comlist:list*): Make letrec top-level. * batch.scm (*operating-system*): gnu-win32 renamed from cygwin32. * batch.scm (*operating-system*): Detect MINGW32 (gcc on MS-DOS) as CYGWIN. * random.scm (random): Streamlined. (seed->random-state, random:chunk): Replaced BYTE with ARRAY. * random.scm (random): Don't get extra chunk when modu is integer multiple of 256. * slib.texi (Getopt): Fixed double dashes. * slib.texi (Getopt, Getopt Parameter lists): * getparam.scm (getopt->arglist, getopt->parameter-list): * getopt.scm (getopt, getopt--): Global variable *argv* replaces argc, argv arguments. Not the best solution -- but at least its consistent. * slib.texi (Plotting): Updated examples. * slib.texi (String Search): State search order for string-subst. * slib.texi (Copyrights): Fixed TeX formatting. * slib.texi (Rule Types): Split from Precedence Parsing Overview. (Precedence Parsing Overview): Describe binding power concept.
2003-09-16Apply security patch for OpenSSH-3.6.1p2 recently released by openssh team.jwise3-5/+33
PKGREVISION bump, and BROKEN= removed. While there, fix Solaris short pkg name.
2003-09-16apply patch from Jonathan Perkin on tech-pkg@, bringing the list ofgrant1-8/+13
files to preserve in sync with reality.
2003-09-16mark this ONLY_FOR_PLATFORM NetBSD for now, as it destroys thegrant1-1/+3
mk files installed from bootstrap-pkgsrc. thanks, salo.
2003-09-16look for a CDROM also at /dev/cd?d; should fix PR pkg/22803 bydrochner2-1/+15
Peter Seebach
2003-09-16bump BUILDLINK_DEPENDS to 20030916.grant1-2/+2
2003-09-16test that md5.h can be compiled and that it provides MD5Init(),grant5-14/+251
otherwise, pretend we don't have it. fixes build on some RedHat systems where md5.h is incompatible with NetBSD's. bump to 20030916.
2003-09-16Note addition of databases/ruby-vapor 0.7.0 package.taca1-1/+2
2003-09-16Add and enable ruby-vapor.taca1-1/+2
2003-09-16Importing databases/ruby-vapor 0.7.0 pacakge, based on PR pkg/22296taca4-0/+157
by Rasputin <rasputin at idoru dot mine dot nu>. Vapor is a persistent Object-Repository for Ruby, providing transparent persistence of Ruby objects to a PostgreSQL database. It's goal is to provide developers with an easy-to-use persistence framework that does not interfere with the code of classes that are to be persistently stored. Vapor does not require any knowledge about relational databases, so developers can concentrate on the task of writing their application logic. Some of Vapor's general design was inspired by the JDO (Java Data Objects) standard.
2003-09-16Note update of www/squid package to 2.5.4.taca1-1/+2
2003-09-16Update squid package to 2.5.4. Most of changes are already intaca2-143/+8
squid 2.5.3nb4 package. Changes to squid-2.5.STABLE4 (15 Sep 2003): - Lithuanian error messages added to the distribution - Bug #660: segfauld if more than one custom deny_info line - cache_dir disd documentation cleanup - check open of /dev/null to avoid 100% CPU loop in badly configured chroot environments - documentation update on uri_whitespace to refer to the correct RFC - Bug #655: icmpRecv: recv: (11) Resource temporarily unavailable - Bug #683: external_acl does not wait for ident lookups to complete - aufs: Fix a minor use-after-free problem which could cause the count of opening filedescriptors to grow larger than it should - Syntax changes to make GCC-3.3 accept Squid without complaints - Warning if CARP server defined in incorrect load factor order - neighbor_type_domain documentation update - http_header_access now works when using cache peers - high_memory_warning now uses sbrk as fallback mechanism on platforms where neither mallinfo or mstats are available. - hosts_file now handles comments at the end of lines correcly - storeCheckCachable() Stats corrected for release_request and wrong_content_length. - cachePeerPingsSent MIB type corrected - unused minimum_retry_timeout directive removed - Bug #702: ERR_TO_BIG spanish translation - Bug #705: Memory leak on deny_info TCP_RESET - Code cleanup to fix compile error in httpHeaderDelById - Bug #699: Host header now forwarded exactly where it was in the original request to work around certain broken firewalls or load balancers which fail if this header is too far into the request headers. - Bug #704: Memory leak on reply_body_max_size - Bug #686: requests denied due to http_reply_access are now logged with TCP_DENIED (instead of TCP_MISS, etc). - Bug #708: ie_refresh now sends no-cache to have the reload request propagate properly in cache meshes - Bug #700: Crashes related to ftpTimeout: timeout in SENT_PASV state - Bug #709: cbdata.c:186: "c->valid" assertion due to peer digest not found - Bug #710: round-robin cache_dir selection incorrectly compares max-size. - Statistics corrections in HTTP header statitics - QUICKSTART cleanups - Bug #715: statCounter.syscalls.disk counters treated inconsistently. Now increment the counters in AUFS functions and for unlinkd. - Improvements to the (experimental) COSS storage scheme. - Bug #721: User name field in access.log sometimes blank - Bug #94: assertion failed: http.c: "-1 == cfd || FD_SOCKET == fd_table[cfd].type" - Bug #716: assertion failed: client_side.c:1478: "size > 0" - Bug #732: aufs calculates number of threads and limits wrongly - Bug #663: Username not logged into access.log in case of /407 - Bug #267: Form POSTing troubles with NTLM authentication and occationally in differen other error conditions. - Bug #736: ICP dynamic timeout algorithm ignores multicast. - Bug #733: No explicit error message when ncsa_auth can't access passwd file - Bug #267, #757: POST with NTLM stops after persistent connection timeout - Bug #742: Wrong status code on access denials if delay_access is used. Most notably 407 instead of 403 could be returned. - Bug #763: segfault if using ntlm in http_reply_access - Bug #638: assertion error if using proxy_auth in delay_access - Bug #756: segmentation fault if using ntlm proxy_auth in delay_access - The issue of reply_body_max_size limiting the size of error messages no longer applies. - external_acl_type concurrency= option renamed to children= to prepare for Squid-3 upgrades. Old syntax still accepted for the duration of the Squid-2.5 release. - number of filedescriptors rounded down to an even multiple of 64 to work around issues in certain libc implementations. - winbind helpers less noisy in cache.log on restarts/shutdown. - Squid now automatically restarts helpers if too many of them have crashed.
2003-09-16Sync PLIST with reality.agc1-5/+7
2003-09-16the USE_GCC3 make variable causes conflicts with the monolithicdrochner3-6/+3
gcc3 pkg. Until we have a sane solution, delete it for now. Addresses PR pkg/22773 by John R. Shannon.
2003-09-16Initial addition of buildlink2.mk.jmmv1-0/+28
2003-09-16Note update of gossip to 0.5nb1agc1-1/+2
2003-09-16Sync PLIST with reality.agc2-2/+4
Bump PKGREVISION to 1.
2003-09-16Updated ekg to 1.3adam1-1/+2
2003-09-16Changes 1.3:adam2-5/+5
* corrupted messages can't make ekg disconnect any more
2003-09-16Note update of mutt to 1.4.1nb2agc1-1/+2
2003-09-16Sync PLIST with realityagc2-3/+4
Bump PKGREVISION to 2.
2003-09-16Sync PLIST with reality.agc1-1/+4
2003-09-16Note update of ser to 0.8.10nb1agc1-2/+2
2003-09-16Sync PLIST with reality.agc4-7/+25
Install files properly, so that a "make install; make deinstall; make install" combination does the right thing. Bump PKGREVISION.
2003-09-16missed a pkg-vulnerabilities filenamegrant1-2/+2
2003-09-16netbsd.org -> NetBSD.org.grant1-2/+2
2003-09-16correct name of pkg-vulnerabilities file; netbsd.org -> NetBSD.org;grant1-7/+7
add missing word; bump date.
2003-09-16New sentence, new line; add -L to SYNOPSIS. Sort options.wiz1-45/+59
2003-09-16Update pkgchk to 1.41:abs1-1/+3
Implement '-L logfile' which redirect the output of any commands run into the logfile, displaying the tail end on any errors.
2003-09-16Update pkgchk to 1.41:abs3-6/+25
Implement '-L logfile' which redirect the output of any commands run into the logfile, displaying the tail end on any errors.
2003-09-16ftp.netbsd.org -> ftp.NetBSD.orggrant1-1/+1
2003-09-16Fix MASTER_SITES and don't try to depend on suse_* packagesxtraeme1-6/+13
if we're on a Linux machine. Patch provided by Soren Jacobsen <snj@pobox.com> via PR pkg/22426.
2003-09-16Mark this package as broken until an updated version of the openssh+gssapijwise1-1/+3
patch is available, as OpenSSH-3.6.1p2 contains another buffer overflow.
2003-09-16Don't try to link to -liconv in the install process, it fixes build inxtraeme2-1/+15
FreeBSD. Closes my own PR pkg/22346.