Age | Commit message (Collapse) | Author | Files | Lines |
|
Approved by maintainer, sommerfeld@
|
|
chat/zephyr).
|
|
Implicit approval by maintainer, mycroft@, deduced from a conversation
about 2 years ago ;)
|
|
|
|
|
|
Approved by maintainer, sommerfeld@
|
|
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
|
|
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
|
|
|
|
|
|
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.
|
|
in PR pkg/22375.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
PKGREVISION bump, and BROKEN= removed.
While there, fix Solaris short pkg name.
|
|
files to preserve in sync with reality.
|
|
mk files installed from bootstrap-pkgsrc. thanks, salo.
|
|
Peter Seebach
|
|
|
|
otherwise, pretend we don't have it. fixes build on some RedHat
systems where md5.h is incompatible with NetBSD's.
bump to 20030916.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
gcc3 pkg. Until we have a sane solution, delete it for now.
Addresses PR pkg/22773 by John R. Shannon.
|
|
|
|
|
|
Bump PKGREVISION to 1.
|
|
|
|
* corrupted messages can't make ekg disconnect any more
|
|
|
|
Bump PKGREVISION to 2.
|
|
|
|
|
|
Install files properly, so that a "make install; make deinstall; make
install" combination does the right thing.
Bump PKGREVISION.
|
|
|
|
|
|
add missing word; bump date.
|
|
|
|
Implement '-L logfile' which redirect the output of any commands run
into the logfile, displaying the tail end on any errors.
|
|
Implement '-L logfile' which redirect the output of any commands run
into the logfile, displaying the tail end on any errors.
|
|
|
|
if we're on a Linux machine.
Patch provided by Soren Jacobsen <snj@pobox.com> via PR pkg/22426.
|
|
patch is available, as OpenSSH-3.6.1p2 contains another buffer overflow.
|
|
FreeBSD. Closes my own PR pkg/22346.
|