summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-10-28Forgotten patch needed by tidy update in previous commit.cube1-0/+72
2003-10-28Update tidy to 20031002, and docs to 20030610. No ChangeLog available,cube6-66/+141
unfortunately. Tidy now comes with a (static) library, thus a buildlink2.mk file is now provided. There's no need to set PRESERVE_FILE_TIMES in CFLAGS anymore, thus PR pkg/20489 is fixed.
2003-10-28For some reason patch-aa had a reject with gnu diff 2.8.1. So I remadereed2-9/+7
patch and updated distinfo. (Okay'd by wiz.)
2003-10-28upgrade to 2.0.48itojun5-18/+32
Changes with Apache 2.0.48 *) SECURITY [CAN-2003-0789]: mod_cgid: Resolve some mishandling of the AF_UNIX socket used to communicate with the cgid daemon and the CGI script. [Jeff Trawick] *) SECURITY [CAN-2003-0542]: Fix buffer overflows in mod_alias and mod_rewrite which occurred if one configured a regular expression with more than 9 captures. [André Malo] *) mod_include: fix segfault which occured if the filename was not set, for example, when processing some error conditions. PR 23836. [Brian Akins <bakins@web.turner.com>, André Malo] *) fix the config parser to support <Foo>..</Foo> containers (no arguments in the opening tag) supported by httpd 1.3. Without this change mod_perl 2.0's <Perl> sections are broken. ["Philippe M. Chiasson" <gozer@cpan.org>] *) mod_cgid: fix a hash table corruption problem which could result in the wrong script being cleaned up at the end of a request. [Jeff Trawick] *) Update httpd-*.conf to be clearer in describing the connection between AddType and AddEncoding for defining the meaning of compressed file extensions. [Roy Fielding] *) mod_rewrite: Don't die silently when failing to open RewriteLogs. PR 23416. [André Malo] *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send rewritten request using "proxy:". The code was adding multiple "proxy:" fields in the rewritten URI. PR: 13946. [Eider Oliveira <eider@bol.com.br>] *) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr] *) Ensure that ssl-std.conf is generated at configure time, and switch to using the expanded config variables to work the same as httpd-std.conf PR: 19611 [Thom May] *) mod_ssl: Fix segfaults after renegotiation failure. PR 21370 [Hartmut Keil <Hartmut.Keil@adnovum.ch>] *) mod_autoindex: If a directory contains a file listed in the DirectoryIndex directive, the folder icon is no longer replaced by the icon of that file. PR 9587. [David Shane Holden <dpejesh@yahoo.com>] *) Fixed mod_usertrack to not get false positive matches on the user-tracking cookie's name. PR 16661. [Manni Wood <manniwood@planet-save.com>] *) mod_cache: Fix the cache code so that responses can be cached if they have an Expires header but no Etag or Last-Modified headers. PR 23130. [bjorn@exoweb.net] *) mod_log_config: Fix %b log format to write really "-" when 0 bytes were sent (e.g. with 304 or 204 response codes). [Astrid Keßler] *) Modify ap_get_client_block() to note if it has seen EOS. [Justin Erenkrantz] *) Fix a bug, where mod_deflate sometimes unconditionally compressed the content if the Accept-Encoding header contained only other tokens than "gzip" (such as "deflate"). PR 21523. [Joe Orton, André Malo] *) Avoid an infinite recursion, which occured if the name of an included config file or directory contained a wildcard character. PR 22194. [André Malo] *) mod_ssl: Fix a problem setting variables that represent the client certificate chain. PR 21371 [Jeff Trawick] *) Unix: Handle permissions settings for flock-based mutexes in unixd_set_global|proc_mutex_perms(). Allow the functions to be called for any type of mutex. PR 20312 [Jeff Trawick] *) ab: Work over non-loopback on Unix again. PR 21495. [Jeff Trawick] *) Fix a misleading message from the some of the threaded MPMs when MaxClients has to be lowered due to the setting of ServerLimit. [Jeff Trawick] *) Lower the severity of the "listener thread didn't exit" message to debug, as it is of interest only to developers. PR 9011 [Jeff Trawick] *) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting. [Cliff Woolley, Jean-Jacques Clar] *) Install config.nice into the build/ directory to make minor version upgrades easier. [Joshua Slive] *) Fix mod_deflate so that it does not call deflate() without checking first whether it has something to deflate. (Currently this causes deflate to generate a fatal error according to the zlib spec.) PR 22259. [Stas Bekman] *) mod_ssl: Fix FakeBasicAuth for subrequest. Log an error when an identity spoof is encountered. [Sander Striker] *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory containing the .htaccess file is requested without a trailing slash. PR 20195. [André Malo] *) ab: Overlong credentials given via command line no longer clobber the buffer. [André Malo] *) mod_deflate: Don't attempt to hold all of the response until we're done. [Justin Erenkrantz] *) Assure that we block properly when reading input bodies with SSL. PR 19242. [David Deaves <David.Deaves@dd.id.au>, William Rowe] *) Update mime.types to include latest IANA and W3C types. [Roy Fielding] *) mod_ext_filter: Set additional environment variables for use by the external filter. PR 20944. [Andrew Ho, Jeff Trawick] *) Fix buildconf errors when libtool version changes. [Jeff Trawick] *) Remember an authenticated user during internal redirects if the redirection target is not access protected and pass it to scripts using the REDIRECT_REMOTE_USER environment variable. PR 10678, 11602. [André Malo] *) mod_include: Fix a trio of bugs that would cause various unusual sequences of parsed bytes to omit portions of the output stream. PR 21095. [Ron Park <ronald.park@cnet.com>, André Malo, Cliff Woolley] *) Update the header token parsing code to allow LWS between the token word and the ':' seperator. [PR 16520] [Kris Verbeeck <kris.verbeeck@advalvas.be>, Nicel KM <mnicel@yahoo.com>] *) Eliminate creation of a temporary table in ap_get_mime_headers_core() [Joe Schaefer <joe+gmane@sunstarsys.com>] *) Added FreeBSD directory layout. PR 21100. [Sander Holthaus <info@orangexl.com>, André Malo] *) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP response. PR 21085. [Glenn Nielsen <glenn@apache.org>, André Malo] *) mod_rewrite: Perform child initialization on the rewrite log lock. This fixes a log corruption issue when flock-based serialization is used (e.g., FreeBSD). [Jeff Trawick] *) Don't respect the Server header field as set by modules and CGIs. As with 1.3, for proxy requests any such field is from the origin server; otherwise it will have our server info as controlled by the ServerTokens directive. [Jeff Trawick]
2003-10-28note update of nas to 1.6nb3.grant1-1/+2
2003-10-28bump PKGREVISION (broken binary installation fix).grant1-2/+2
2003-10-28backout unnecessary patch.grant2-17/+1
this patch was unnecessarily causing the resulting binaries to be linked against libaudio, which couldn't be found at runtime, and contrary to the log message it had no effect on PR pkg/23081. fixes my PR pkg/23288.
2003-10-28Note vcdimager-devel update.wiz1-1/+2
2003-10-28Enable XML interface for advanced features, per Ben Collver's PR 23271.wiz5-5/+59
Bump PKGREVISION.
2003-10-28Fix some harmless compiler warnings on NetBSD current (since thiskristerw7-1/+122
package is built with -Wall)
2003-10-27Make SDL compile with gcc 3.3 too, by applying patches provided bykristerw3-1/+118
Marc Recht in response to PR pkg/23268.
2003-10-27OSnert's license: no redistribution.manu1-0/+51
2003-10-27Snert's license: no redistribution.manu2-2/+16
2003-10-27Note update of slrn to version 0.9.8.0.cube2-3/+3
2003-10-27Update to 0.9.8.0. Notably, brings in IPv6 support, thus closingcube4-76/+55
PR pkg/18081. Complete change log at http://slrn.sourceforge.net/docs/changes.html . Changes since slrn 0.9.7.4: -1. Changes when building on Un*x: [...] 0. Bug fixes include: [...] 1. Changes to the user interface: [...] 2. When used in combination with slrnpull, slrn now supports "true offline reading". [...] 3. slrnpull no longer completely rewrites the overview files when expiring articles. [...] 4. If your terminal supports it (and you are not using Win32 or OS/2), you can now use colors and attributes at the same time. [...] 5. Set use_recommended_msg_id to 1 in your config file if you want slrn to make use of server-proposed Message-IDs. [...] 6. Added intrinsic functions [...] 7. Custom sorting now allows you to use different criteria for sorting initial articles of threads and articles inside threads. [...] 9. When reading in spool mode with spool_check_up_on_nov set, slrn now finds out the number of bytes of each article, even if it is not included in the news overview file (based on a patch by Jurriaan W Kalkman). 10. Support Cancel-Locks using the canlock library (--with-canlock) that can be obtained from <http://cssri.meowing.net/> [...] 11. Support GNU TLS via its new OpenSSL compatibility layer (--with-gnutls). [...] 12. New command-line option "-w0" that waits on startup, but only if a warning or error is displayed. 13. Updated cleanscore, see contrib/NEWS.cleanscore (Felix Schueller) 14. Verbatim text can be hidden using toggle_verbatim_text (default binding '{') or hide_verbatim_text in the config file. (Arek Sochala) 15. The "BEGIN PGP SIGNED ARTICLE" line is displayed using the "pgpsignature" color and stripped on followups. (Emmanuele Bassi) 16. If query_read_group_cutoff is set to -n, slrn will automatically (without prompting) download n articles when more than n are present. 17. Support Turkish characters on Win32 - set charset to "ibm857" for this. With help from A. Alper ATICI 18. Re-structured the manual and added a chapter about slang's pre-processing facilities. (Matthias Friedrich) 19. The config variable cc_followup_string is obsolete [...] 20. New translations: [be, fi, tr] 21. Remove duplicates when browsing URLs (Ruediger Sonderfeld) 22. IPv6 support (requires getaddrinfo; patch by J.H.M. Dassen (Ray)) 23. A new, updated and more comprehensive FAQ (doc/FAQ) - it replaces the files FAQ, SCORE_FAQ and slrnpull/FAQ (written by Matthias Friedrich and me, based on John E. Davis' original files).
2003-10-27Note update of pkgtools/libkver to version 0.3 ["NetBSD 1.6.2 support"]seb1-1/+2
2003-10-27Update to version 0.3.seb3-4/+9
Add support for NetBSD 1.6.2. XXX The "release date" is fiction.
2003-10-27Note update of thttpd to version 2.24.cube1-1/+2
2003-10-27Update to 2.24. Closes PR pkg/22198 (fix was integratedin that version).cube4-23/+7
New in version 2.24: * Added a bunch of MIME types. * Fix minor problem with returning unknown protocol on some errors. * Changed the config-file option for diabling symlink checking from "nosymlink" to "nosymlinkcheck" to make its function clearer. * Allow blank lines in the config file. * Handle more than one SIGHUP and SIGUSR2 (Cameron Gregory). * Slight change to handle_newconnect() to better deal with unexpected errors from accept(), such as running out of file descriptors (Alex Keahan). * Added optional minimum rate to throttles. * Stats syslog messages downgraded from LOG_NOTICE to LOG_INFO. * Use unsigned short consistently for port number. * Prohibit slashes in the Host: header (Marcus Breiing). * Added a -dd data_dir flag and corresponding config-file option. * Got rid of the old timer-based zombie process reaper, replacing it with a SIGCHLD handler. * Changed the idle connection checking from using a separate timer for each connection to using a single timer that checks all active connections. * Correction to missing-slash directory redirect with query string. * Added a watchdog alarm handler that forces a core dump if thttpd stops running its timers for too long. * Don't send Content-Length header on 304 Not Modified responses. * Allow user-agent log entries to be up to 200 characters long, instead only of 80. * Fixed buffer overflow bug in defang(). * Re-arranged the order of calling de_dotdot() so that it doesn't get applied to query strings. * Some fixes for the syslogtocern script (paul fox). * Changed configure script to use "gcc -dumpversion" instead of "gcc --version" (Ed Goforth). * Changed most uses of \r and \n to \015 and \012 (Jens Bauer). * In ssi.c, lack of PATH_INFO is now non-fatal (David Phillips). * Some improvements to fdwatch (David Burgess).
2003-10-27Libsnert is a support library for milter-sender, which is iitself amanu2-2/+6
real-time sender address validation milter for sendmail
2003-10-27Milter-sender is a real-time sender address validation milter for sendmailmanu8-0/+168
2003-10-27Libsnert is a support library for milter-sender, a real-time sendermanu8-0/+176
address validation milter for sendmail
2003-10-27Update to 2.6nb1. Fixes a few security bugs. Patch contributed viahubertf3-3/+11
the OpenFortress project by Rick van Rein <rick@openfortress.nl> in private mail.
2003-10-27silc SHA1Transform() hacks no longer needed.salo1-3/+1
2003-10-27Note update of silc-client and PKGREVISION++ for silc-client-icb.salo1-1/+3
2003-10-27PKGREVISION++salo2-5/+5
Sync with silc-client update.
2003-10-27Updated to version 0.9.14.salo3-6/+7
Changes: - Fixed a crashbug that occurred frequently when joining and leaving channels. - Fixed a crashbug in secure file transfer. - Several other bugfixes were made. - Introduction of multimedia message sending and reception. A perl script silc-mime will introduce a new command MMSG, which can be used to send MIME messages. This enables users to send for example images and other messages. The SILC Client will automatically launch the application that is able to view the message. To start the script give command /script load silc-mime. It will try to find a mailcap file which defines the MIME types and applications that can show the MIME messages. If you want to receive MIME messages you will also need to load the script. To send a messages use /MMSG command. Give for example /MMSG -channel foobar /path/to/file.gif to send a GIF image to channel foobar. A shortcoming in the MMSG command makes it impossible to send private messages without first opening a window for the query. This will be fixed later.
2003-10-27Fix compikation with gcc3; still compiles with gcc2 too.wiz2-1/+15
From Harry Waddell in PR 23281.
2003-10-27And another patch to get Linux working... sigh ...reinoud2-1/+28
2003-10-27(AHUM) ... this time i hope it will work fine; my excuses... its late :(reinoud1-0/+12
2003-10-27net/bind9itojun1-2/+2
2003-10-27Argh! small patch added; thanks to Dave Huang it turned out thatreinoud1-3/+2
NetBSD/i386-currnet with gcc 3.3.2-nb1 was having trouble with two casts; they are harmless but need -fno-strict-aliasing to get it to compile.
2003-10-27upgrade to 9.2.3.itojun4-102/+17
If you have installed BIND 9.1.3-P1, BIND 9.1.3-P2, BIND 9.2.2-P1, BIND 9.2.2-P2, BIND 9.2.3rc2 or BIND 9.2.3rc3 it is recommended that you upgrade. These versions generate false positives when applying delegation-only tests. --- 9.2.3 released --- 1525. [bug] dns_cache_create() could trigger a REQUIRE failure in isc_mem_put() during error cleanup. 1524. [port] AIX needs to be able to resolve all symbols when creating shared libraries (--with-libtool). 1523. [bug] Fix race condition in rbtdb. [RT# 9189] 1522. [bug] dns_db_findnode() relax the requirements on 'name'. [RT# 9286] 1518. [bug] dns_nxt_buildrdata(), and hence dns_nxt_build(), contained a off-by-one error when working out the number of octets in the bitmap. 1514. [bug] named: isc_hash_destroy() was being called too early. [RT #9160] 1513. [doc] Add "US" to root-delegation-only exclude list. --- 9.2.3rc4 released --- 1512. [bug] Extend the delegation-only logging to return query type, class and responding nameserver. 1511. [bug] delegation-only was generating false positives on negative answers from subzones. --- 9.2.3rc3 released --- 1510. [func] New view option "root-delegation-only". Apply delegation-only check to all TLDs and root. Note there are some TLDs that are NOT delegation only (e.g. DE, LV, US and MUSEUM) these can be excluded from the checks by using exclude. root-delegation-only exclude { "DE"; "LV"; "US"; "MUSEUM"; }; 1509. [bug] Hint zones should accept delegation-only. Forward zone should not accept delegation-only. 1508. [bug] Don't apply delegation-only checks to answers from forwarders. 1507. [bug] Handle BIND 8 style returns to NS queries to parents when making delegation-only checks. 1506. [bug] Wrong return type for dns_view_isdelegationonly(). --- 9.2.3rc2 released --- 1505. [bug] Uninitialised rdataset in sdb. [RT #8750] 1504. [func] New zone type "delegation-only". 1503. [port] win32: install libeay32.dll outside of system32. (9.2.2-P2 is somewhere around here)
2003-10-27Patch udfclient so it will compile again under NetBSD-current wich hasreinoud1-1/+3
changed scsipi headers and incorporate patches. It also gives Linux SCSI access to the SCSI sense code! Esp. Linux users and NetBSD-current users will benefit.
2003-10-27Patch udfclient so it will compile again under NetBSD-current wich hasreinoud4-34/+6
changed scsipi headers and incorporating the submitted patches. It also gives Linux SCSI access to the SCSI sense code! Esp. Linux users and NetBSD-current users will benefit.
2003-10-27improve/sync with other firebird pkgs.grant1-3/+9
2003-10-26Make the pkg compile for arches where char is unsigned.kristerw3-1/+31
2003-10-26Remove PKGREVISION from the mplayer-share/Makefile.common, tokristerw3-4/+5
prevent it shadowing the one in gmplayer/Makefile.
2003-10-26Regen after the recent change of a patch in ../mplayer-share.kristerw1-2/+2
2003-10-26Regen after the recent change of a patch in ../mplayer-share.kristerw1-2/+2
2003-10-26The AlienMind skin has been updated on the master site. Update itkristerw2-5/+5
in the package too. From Todd Vierling in PR pkg/22990.
2003-10-26Override config.guess and config.sub to make the pkg recognize shark.kristerw1-1/+3
2003-10-26Regen.tron1-2/+2
2003-10-26Use the built-in routines so we pick up all variable settingsmrauch1-8/+4
(fixes missing -rpath link statement)
2003-10-26Regen.tron1-2/+2
2003-10-26Solve GCC version problem by patching the "configure" script because thetron2-6/+14
"--disable-gcc-checking" makes the build interactive.
2003-10-26Additional patches resolve gcc3 issues in cpp code & conf macro.rtr3-1/+46
Approved by jlam@netbsd.org
2003-10-26Remove configuration option "--disable-gcc-checking" which is now addedtron1-3/+3
by "pkgsrc/graphics/mplayer-share/Makefile.common".
2003-10-26Disable GCC version check. While it was added to reject GCC 2.96 (whichtron2-10/+10
was never used in "pkgsrc") it now also reject NetBSD-current's GCC 3.3.2-nb1.
2003-10-26Add buildlink2.mk (for pkgsrc-wip/boson).wiz1-0/+87