summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-10Russ Nelson, Charles Cazabon, Dave Sill, Peter Samuel, and Henningschmonz22-41/+500
Brauer have prepared a distribution of qmail, called "netqmail": "We have done this because in our opinion, too many new users are confused by the out-of-date INSTALL file, and too much time is spent arguing on the mailing list over bugs. We have tried to stick to the barest minimum number of changes. We have fixed only those things which are out-and-out wrong, or which have been approved by djb (specifically QMAILQUEUE)." This package already includes the QMAILQUEUE patch. Add netqmail 1.05's other patches, with the exception that patches to documentation files which are not installed have been lovingly omitted. This package also already includes a patch to handle oversized DNS packets. It's still here, too. pkgsrc changes: * Add qmail-smtpd rc.d script (and ensuing dependency on net/ucspi-tcp). * Update qmail rc.d script: respect $qmail_flags, treating it as the default delivery instruction. * Remove non-working MASTER_SITES. From the netqmail changelog: 20040121 code: qmail-smtpd is protected from exceedingly long (eg 2GB) header lines 20040121 code: qmail_lspawn, qmail-newmrh, qmail-newu, and qmail-rspawn are protected from misbehaving on hosts where the size of an integer is not the same as the size of a character pointer (eg 64 bit hosts with 32 bit ints) 20031027 doc: qmail.7 identifies installation as netqmail and points to http://qmail.org/ 20031027 doc: qmail-queue.8 adds explanation of $QMAILQUEUE 20031027 doc: qmail-log.5 adds reference to errors from $QMAILQUEUE script 20031027 code: qmail-smtpd identifies itself as netqmail 20031027 code: if $QMAILQUEUE is set, it's invoked instead of qmail-queue 20031024 code: changed errno from int to #include. 20031024 code: fixed .qmail parsing bug. 20031024 code: recognize 0.0.0.0 as a local address. 20031024 code: sendmail's -f flag now overrides environment variables. And for all this, bump PKGREVISION. Pre-flight checks by snj@.
2004-04-10Convert to buildlink3.snj1-4/+4
2004-04-10Honor BINOWN and BINGRP.minskim1-1/+2
2004-04-10Convert to buildlink3.snj2-6/+4
2004-04-10Updated snort to 2.1.2.snj2-3/+3
2004-04-10Update to snort-2.1.2. From Adrian Portelli in PR pkg/25029.snj3-9/+69
While here, convert to buildlink3. Changes: * Various portability fixes. * Fixed conversation parsing faults so users can operate this preprocessor * Detect non-rfc standard chunk encodings. Detect abnormal HTTP requests with newlines, spaces, etc. before the request method. * Fix negative stats output on snort exit or SIGUSR1. * Removed escaping of '%' and '_' characters in MySQL * Various documentation fixes/updates. * Added Flowbits detection functionality. * Added utility to parse out perfmon stats. * Tagged Packets no longer have NULL msg name. * Fixed http_inspect double alerting on pkts and rebuilt streams. * http_inspect proxy_alert now supports normal proxy networks setups. http_inspect default server only valid if specified in config. * Close Socket when Snort receives SIGHUP. * Added GID, SID, and Rev to csv output. * config chroot readded. * Added additional error checking for custom rules. * Flow now honors -q (quiet). * Removed non_rfc_chars from default profiles. * Added suppression negation. * Better support for ODBC. Better memory management. Improved escaping of SQL strings. * Other miscellaneous bugfixes.
2004-04-10bl3ify and enable pkgviews installation.minskim1-3/+5
2004-04-10Disable gnome support explicitly. Otherwise this package installsminskim1-1/+3
more files on platforms where /usr/share/mime-info exists.
2004-04-09Fix up some Makefile logic that got broken by the libtool patches (anddanw6-99/+116
prevented it from building on some platforms). Ensure that the built library is named libtk84 (as opposed to libtk8.4) on all platforms.
2004-04-09Fix up some Makefile logic that got broken by the libtool patches (anddanw7-126/+114
prevented it from building on some platforms). Ensure that the built library is named libtcl84 (as opposed to libtcl8.4) on all platforms.
2004-04-09Updated smlnj to 110.45.snj2-3/+3
2004-04-09Update to smlnj-110.45.snj5-243/+243
"The latest working version (110.45) fixes some installation problems caused by incompatibilities with GCC 3.3. Earlier, 110.44 brought our implementation of the Basis library closer to the specification, fixed several important bugs, and provided support for Mac OS X 10.3 (Panther). The previous working release (110.43) offered an operational win32 port, added IntInf support to compiler and Basis library, and also updated many interfaces of the Basis according to the latest draft of the specification." Provided by Jesper Louis Andersen in PR pkg/24586. Also fixes PR pkg/23480.
2004-04-09Improve and correct a few definitions.jschauma1-17/+12
(For example: use shell builtins if we know they are good 'nuff)
2004-04-09Also add python23's cursesmodule fix (patch-aa) here. It's named patch-barecht2-1/+88
here since patch-aa already exists.
2004-04-09Set EGREP to an actual egrep, not plain old grep.jschauma1-2/+2
This fixed my own PR pkg/25109, as using a proper egrep will allow buildlink to work.
2004-04-09As we can get the maximun command line length safely using sysctl, set it injmmv1-1/+8
configure's environment (only when GNU configure and libtool are used) to avoid a check that takes a very long time (and which gives a wrong result, anyway, according to comments in libtool sources).
2004-04-09Note update of libxklavier to 1.01.jmmv1-1/+2
2004-04-09Update to 1.01:jmmv2-5/+5
* configure.in, libxklavier/xklavier_config_xkb.c: I suppose now libxklavier should be able to live in xorg world - the name of the rules files is customizable at build-time.
2004-04-09Comment out a most likely allready redundant compilation time check thatreinoud2-1/+16
made it bomb out during compilation. Propably Linux paranoia/ignorance? The problem occured on NetBSD/shark 1.5ZG and with the patch compiles without any warnings.
2004-04-09Do not override LIBOWN and LIBGRP.minskim1-1/+2
2004-04-09Use subst.mk instead of sed and patches.minskim6-65/+8
2004-04-09Use pkgsrc intltool.minskim1-1/+2
2004-04-09Commentary cleanup:jschauma6-70/+79
- If it's a full sentence, start capitalize first letter and end with a period. - Break comments at ~80 chars so it fits into a terminal.[*] (* This should be done for the code as well, but then it'll need testing. I'll do this at another point in time.)
2004-04-09Merge 20040409: Parameterize the umask calls so that defs.*.mk can changetv6-13/+20
it on a per-opsys basis (and so that mk.conf can override it to match what the pkgsrc builder is using).
2004-04-09On some systems, bootstrap also installs ${LOCALBASE}/bin/install-sh --jschauma1-2/+2
if that is removed, the bulk-build will fail immediately. So tar it up, too. (Note that this will give a warning on systems that don't have it.)
2004-04-09Style nits: use tabs to indent and get rid of a variable that was only usedjmmv1-12/+10
once.
2004-04-09Do this the right way: regen audit-packages.0 and then substitute asjschauma2-16/+15
regular
2004-04-09Add a pre-formatted catman page which is only used (copied into place)jschauma2-1/+108
under IRIX. Other OS regen the catman page. This addresses PR pkg/23452. Since just depending on textproc/groff would pull in a large number of packages (such as perl, ghostscript, tiff etc.), and since this is a very important package that should NOT depend on all this gunk, Jeremy C. Reed suggested this solution. Ok agc.
2004-04-09Update xchm to 0.9.1 and take maintainership.minskim5-11/+15
Changes since 0.9: - fixed an index bug. - added translations for Italian, German, Portuguese and Russian
2004-04-09Update ed2k-gtk-gui to 0.6.2.minskim4-8/+86
Changes in 0.6.2: * Fixed toolbar in non-green mode with themes that have a radiant background in the toolbar (no more artifacts around the labels and the '?' button) (sorry it took so long until it got fixed) * 'transfered' value is shown again as in previous versions, ie. the (often inflated) value by the core is displayed, and only if 'transfered' is greater than the filesize we calculate a better value from the gaplist. * remember (again) which columns in the download view are supposed to be hidden and which are supposed to be shown. * Fixed erratic GUI freeze on selecting 'shutdown core' * Fixed crash that would happen in certain rare conditions while sorting the download list * Fixed problem with insensitive Go! button in connect dialog when core is on remote host (hopefully; #853664) * Wait a couple of seconds after auto-spawning the core, to give the core opportunity to get going. Otherwise auto-connect on startup would fail after auto-spawning the core (thanks to MrMario64 for pointing this out). * added --noob-wants-to-run-as-root command line switch for those noobs who insist they must absolutely run the GUI as root *sigh*. Must be first command line switch if multiple ones are used. * added --enable-static-gnet2 switch to ./configure, mainly to be able to build packages that are statically linked with gnet2. However, if no gnet2 headers are found, the shipped gnet2 will automatically be used instead now. * for MacOSX: poll-emulator (no need for libpoll - it's just one source file) Use with ./configure --enable-static-poll to force it (otherwise it will automatically be enabled if no poll.h include files are found) * ed2k-link handler now allows you to add downloads in paused state * fixed 'status window clear interval' and 'server rotate interval' (amount configured was taken to be in seconds and not in minutes as it should be) (#866410, #859741) * new icon theme: bluecore (submitted by Anonymous) * mingw and win32 patches by Hazeman * misc. other minor fixes
2004-04-09Updated Mesa[*] to 6.0.1, wine to 20040408adam1-1/+7
2004-04-09Changes 6.0.1:adam13-75/+64
New: - upgraded glext.h to version 22 - new build targets (Dan Schikore) - new linux-x86-opteron build target (Heath Feather) Bug fixes: - glBindProgramARB didn't update all necessary state - fixed build problems on OpenBSD - omit CVS directories from tarballs - glGetTexImage(GL_COLOR_INDEX) was broken - fixed an infinite loop in t&l module - silenced some valgrind warnings about using unitialized memory - fixed some compilation/link glitches on IRIX (Mike Stephens) - glBindProgram wasn't getting compiled into display lists - GLX_FBCONFIG_ID wasn't recognized in glXChooseFBConfig() (bug 888079) - two-sided lighting and vertex program didn't work (bug 887330) - stores to program parameter registers in vertex state programs didn't work. - fixed glOrtho bug found with gcc 3.2.2 (RH9) - glXCreateWindow() wasn't fully implemented (bug 890894) - generic vertex attribute arrays didn't work in display lists - vertex buffer objects' default usage and access fields were wrong - glDrawArrays with start!=0 was broken - fragment program PK2H, UP2H, UP4B and UP4UB instructions were broken - linux-osmesa16-static config didn't work - fixed a few color index rendering problems (bug 910687) - glInterleavedArrays didn't respect GL_CLIENT_ACTIVE_TEXTURE - OSMesa RGB and BGR modes were broken - glProgramStringARB mistakenly required a null-terminated string - fragment program XPD instruction was incorrect - glGetMaterial() didn't work reliably
2004-04-09remove a redundant comment about old versions.grant1-4/+1
2004-04-09+ xine-1rc3c.wiz1-1/+2
2004-04-09Changes 20040408:adam6-16/+42
* DOS devices and drives are now configured through symlinks. * Many shell32 improvements. * New task manager merged from ReactOS. * First version of wineprefixcreate tool for initial setup. * Lots of bug fixes.
2004-04-09note import of p5-Net-DNSServer.grant1-1/+2
2004-04-09+p5-Net-DNSServergrant1-1/+2
2004-04-09Initial import of p5-Net-DNSServer 0.11 into the NetBSD packages collection.grant4-0/+28
Net::DNSServer is a secure and extensible name server module for Perl.
2004-04-09whitespace tweakgrant1-3/+3
2004-04-09this module requires p5-DBI>=1.39 so reflect this ingrant1-1/+3
BUILDLINK_DEPENDS.p5-DBI.
2004-04-09add LICENSE=no-commercial-use. noted by Bruce J.A. Nourish ingrant1-1/+3
PR pkg/24510.
2004-04-09note update of ap-perl to 1.29.grant1-1/+2
2004-04-09Updated ap-perl to 1.29.grant2-7/+6
among other things, this fixes a problem on at least Solaris and Linux which causes apache children to SEGV on startup. I've tested this version on Darwin and Linux. changes since 1.25: 1.29 - Oct 7, 2003 Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with either -DUSE_HASH_SEED or -DUSE_HASH_SEED_EXPLICIT, which is the default), causing all forked procs to produce the same rand sequence. [Stas] Fix t/net/perl/sym.pl (called by modules/symbol) not to affect other tests (internal/http-get and internal/http-post, which were failing to call exit) [Stas] Fix Apache::ExtUtils to work with blead perl (it was breaking the build) http://rt.perl.org/rt2/Ticket/Display.html?id=23803 [Stas] 1.28 - July 2, 2003 Apache::FakeRequest now isa Apache so code that is carefull about $r and checks that $r->isa('Apache') will not fail [David Wheeler <david@kineticode.com] Add Mac OS X support to Apache::SizeLimit [David Wheeler <david@kineticode.com>] Change Apache::SizeLimit to not push a cleanup handler if already in the cleanup handler phase, and adjust docs to show that cleanup handler is the preferred phase to use [Perrin Harkins <perrin@elem.com>] Rename Apache::test to Apache::testold because Apache::test on case-insensitive systems will collide with Apache::Test which supercedes Apache::test. So if you want to keep on using Apache::test, either bundle it with your project (putting it under inc/ or t/ so it won't be installed) or require mod_perl 1.28 and use Apache::testold instead. Of course the best route is to port your test suite to use a much better Apache::Test which work with mod_perl 1.0 and 2.0. [Philippe M. Chiasson, Stas Bekman] Tweak mod_perl.h to defined _INCLUDE_APACHE_FIRST only after apache headers were included [Stas Bekman] avoid various warnings under src/modules/perl/: - declare bufsiz to be STRLEN in Apache.xs, and add STRLEN to Apache/typemap - add I32 typecast in Constants.xs - avoid use of unregistered local variables for Win32 in mod_perl.c and perl_config.c - s/I32/U8/ in mod_perl.h, perl_config.c, and perl_util.c - declare i and http_code to be STRLEN in perl_util.c [Stas Bekman, Randy Kobes] don't use $r variable in Apache::PerlRun::compile(), so the script won't use use inherited $r by mistake [Stas Bekman] use touch() from ExtUtils::Command, rather than a system touch(), for the benefit of platforms without touch(). [Randy Kobes <randy@theoryx5.uwinnipeg.ca>] can't let the default typemap rule to convert sv into char* in unescape_url, since it doesn't handle correctly undefs (returns an unallocated "" string, which then causes a segfault in ap_unescape_url. use SvPV_force, instead, which does the right thing. [Stas Bekman] Make sure to start perl, if it's not running, before processing Perl* directives, with threaded perl and PERL_STACKED_HANDLERS=0 [Stas Bekman] Add Apache::Module to Bundle::Apache [Stas Bekman] use $Config{'installstyle'} instead of hardcoded 'lib', to handle Makefile.PL's PREFIX option correctly [Philippe M. Chiasson <gozer@cpan.org>] prevent segfaults in mod_perl_mark_where() when a sub can't get resolved [Gerald Richter <richter@ecos.de>] Apache::Status: Need to load B::Terse/TerseSize if it wasn't loaded yet in that child before using it. [Dan Sully <daniel@electricrain.com>] document the server_root_relative() method [Stas Bekman <stas@stason.org>] eliminate warnings when flushing functions with empty () prototypes in Apache::PerlRun::flush_namespace [Yair Lenga <yair.lenga@citigroup.com>] fix Apache::Status to not use :: in filenames, which is not allowed on certain OSs [DH <crazyinsomniac@yahoo.com>] various cygwin fixes [Per Einar Ellefsen <per.einar@skynet.be>] Document the possible misuses of the Apache::Constant constants [Per Einar Ellefsen <per.einar@skynet.be>] 1.27 - June 1, 2002 workaround Cwd bug in 5.8.0-RC1 that breaks apache configuration on solaris fix get_set_PVp() to properly set NULL values when passing in undef thanks to Lyle Brooks for the spot [Stephen Clouse <stephenc@theiqgroup.com>] Apache::Registry/PerlRun/RegistryNG errors are now saved in $r->notes('error-notes') [Jesse Erlbaum <jesse@vm.com>] make sure DynaLoader is loaded before XSLoader to workaround possible segv when using mod_perl as a dso with perl 5.6.1 autoset PERL_USELARGEFILES=0 if needed fix taint issues with bleedperl fix bug in modules/util test [Tatsuhiko Miyagawa <miyagawa@edge.co.jp>] Adjust the mailling list addresses 's|\@apache\.org|\@perl.apache.org|' [Stas Bekman <stas@stason.org>] Apache::PerlRun will now localize $SIG{__{DIE,WARN}__} thanks to Jon Coulter for the spot PERL5LIB support now properly unshifts paths into @INC rather than push [Tatsuhiko Miyagawa <miyagawa@edge.co.jp>] do not clear symbol tables within a package in perl_clear_symtab() used by directive handler extensions [Stephen Clouse <stephenc@theiqgroup.com>] properly deal with $r->status codes (e.g. redirect) in Apache::RegistryNG [Geoff Young <geoff@modperlcookbook.org>] fix multiple %LocationMatch in <Perl> sections bug [Salvador Ortiz Garcia <sog@msg.com.mx>] rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't need and apache won't compile with [Stas Bekman <stas@stason.org>] make sure PerlSetEnv variables are visible after first access to each child [Geoff Young <geoff@modperlcookbook.org>] workaround Apache::Constants::AUTOLOAD problem with bleedperl the first flag argument to perl cannot start with space, since perl tries to open the " -spi.bak" as a file. fix that in the win32 case. [Stas Bekman <stas@stason.org>] starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE macro to work properly under 5.7.3+. [Charles Jardine <cj10@cam.ac.uk>, Stas Bekman <stas@stason.org>] added perl_perl_merge_dir_config and array_header2avrv symbols to mod_perl.def for win32 and mod_perl.exp for aix. [Randy Kobes <randy@theoryx5.uwinnipeg.ca>] INSTALL.apaci: added an explanation of how perl has to be built in order to use DSO without problems (copied from the guide) based on email from Doug. [Stas Bekman <stas@stason.org>] warn if Perl is configured with -Duseshrplib and a libperl.so is found in a place where it should not be, example: /lib /usr/lib or /usr/local/lib fix potential segv in Apache::URI->rpath [Vyacheslav Zamyatin <slawa@w-m.ru>] require URI::URL to work with newer libwww-perl allow overriding of container directive handlers using the func parameter [Geoffrey Young <gyoung@laserlink.net>] enable directive handler support for TAKE13 [Geoffrey Young <gyoung@laserlink.net>] 1.26 - July 11, 2001 fix 'make test' problem seen with Perl 5.005_03 remove $r->finfo usage from Apache::PerlRun, clearly finfo isn't as stable as it should be [Surat Singh Bhati <surat@indiamart.com>] Apache->server will now point the current VirtualHost when inside a <Perl> section, thanks to Robin Berjon for the spot allow per-server and per-location PerlSetEnv to be properly merged when a per-server handler is configured, thanks to Michael Barry for the spot 1.25_01 - July 6, 2001 add symbols to mod_perl.exp for aix/axkit add Apache::add_version_component() function make sure Apache::ExtUtils can be found when building inside of the apache source tree, thanks to Jonathan Swartz for the spot fix -[TB] file tests against $r->finfo, thanks to Geoffrey Young for the spot Apache::SizeLimit enhancements [Perrin Harkins <perrin@elem.com>]: - Added support for minimum shared memory and maximum unshared memory settings. - Added extra diagnostics to tell how many requests a process served, how long it lived, and how much shared memory it was using when SizeLimit killed it. perl_destruct_level must always be 2 for DSO builds to prevent leaking on restarts, thanks to Paul G. Weiss for the spot make sure file to be reloaded can be found in @INC, adjusting based on %INC value if needed [Ilya Konstantinov <modperl@future.galanet.net>] croak if the filehandle passed to $r->send_fd is NULL, otherwise apache will segfault if PREFIX is given to Makefile.PL add it to @INC at startup [Philippe M . Chiasson <gozer@cpan.org>] add %Apache::MyConfig aliases for Apache::src backwards compat [Philippe M . Chiasson <gozer@cpan.org>] $r->custom_response($code, undef) will now unset the current CustomResponse [Geoffrey Young <gyoung@laserlink.net>] fix to compile with sfio+ithreads, thanks to Joe Schaefer for the spot adjust perl_clear_symtab() to deal properly bleedperl's version of cv_undef() (which broke modules with directive handlers) thanks to Geoffrey Young for the spot add $r->allowed method [Philippe Troin <phil@fifi.org>] fix 'make offsite-tar' [Geoffrey Young <gyoung@laserlink.net>] fix double-loading bug of Perl{Require,Module}s at startup time improve Apache::MyConfig [Stas Bekman <stas@stason.org>] $r->no_cache(0) will unset cache headers [Geoffrey Young <gyoung@laserlink.net>] export hvrv2table (needed by Apache::Request) for aix and win32 [Jens-Uwe Mager <jum@helios.de>, Randy Kobes <randy@theoryx5.uwinnipeg.ca>] fix 'make tar_Apache' [Geoffrey Young <gyoung@laserlink.net>] make sure global for Apache->request is reset after configuring %ENV [Gerald Richter <richter@ecos.de>] adjust 'U' magic functions to Perl 5.7.x-dev prototype change Put Apache's CFLAGS into AP_CFLAGS instead of CFLAGS, so that people who like to override CFLAGS from the make line (make CFLAGS='-arch ppc -arch i386') can do so without stomping the Apache flags. [ Wilfredo Sanchez <wsanchez@KnowNow.com> ]
2004-04-09fix misimport into net/grant4-25/+0
2004-04-09import p5-DBD-Google into databases/ (net/ was a misimport).grant4-0/+25
2004-04-09note import of p5-Net-Google and p5-DBD-Google.grant1-1/+3
2004-04-09+p5-DBD-Googlegrant1-1/+2
2004-04-09+p5-Net-Googlegrant1-1/+2
2004-04-09Initial import of p5-DBD-Google 0.11 into the NetBSD packages collection.grant4-0/+25
DBD::Google provides a Perl DBI interface to the Google search engine.
2004-04-09Initial import of p5-Net-Google 0.61 into the NetBSD packages collection.grant5-0/+40
Net::Google provides a simple OOP-ish interface to the Google SOAP API.