summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Unused.wiz2-80/+0
2004-04-25Static library only -> build dependency.wiz2-2/+4
2004-04-25Convert to bl3.wiz2-2/+20
2004-04-25Remove XXX.wiz1-11/+1
2004-04-25Convert to bl3.wiz2-2/+30
2004-04-25bl3ifyxtraeme4-10/+10
2004-04-24Convert to bl3.wiz1-4/+4
2004-04-24Unused.wiz1-77/+0
2004-04-24Convert to bl3.wiz1-4/+4
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam3-6/+6
2004-04-24add -DBIND_8_COMPAT on Darwindanw1-1/+3
2004-04-23Fix references to rc.d scripts. This package uses RCD_SCRIPTSreed3-6/+6
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although).
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed33-77/+33
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23upgrade to 2.0.2.itojun2-5/+5
2.0.2 ============= BUG FIXES: - Allow the use of a mnemonic for the algorithm field of a DNSKEY record. - Behavior of the zonec -v flag has been modified. By default zonec will only print a single line with a summary of the error count. - Bug #75: Fixed typo in previous "fix".
2004-04-22Enable pkgviews installation.minskim1-1/+3
2004-04-22Fix configure to look for des_cbc_encrypt in -ldes.christos3-3/+75
I did not commit all 7K lines of diff that autoconf produced because of the changed line numbers, just the relevant ones.
2004-04-22Update to version 0.67.seb10-183/+91
Package changes: bl3ify, record build options, remove obsolete AUTOMAKE_POST_PATTERNS, support new PostgreSQL feature. Changes since last packaged version: * 12-4-2003 flow-tools 0.67 released. * flow-export: pgsql support from wyu@ateneo.edu * docs: flow-report: Added description of reports. * ftlib: ftfil.c - match_end_time() broken - noted by "Joe Loiacono" <jloiacon@csc.com> * ftlib: fttag.c - better syntax checking for or-src/dst and set-src/dst * ftlib: ftlib.h FT_TAG_TYPE_MATCH_NEXTHOP duplicated - flow-tag crash with next-hop type noted by Maxim Grigoriev <maxim@fnal.gov> * ftlib: ftstat.c - broken ip-destination-address-source-count. patch from "Shigeki Taniguchi" <staniguchi@csc.com> * flow-fanout: filters not loaded - noted by RAR@syssrc.com * ftlib: missing function prototypes for ftstat_*, rename bind to binding to prevent shadowing bind(). patch from Bill Fumerola <billf@mu.org> * flow-fanout, flow-capture. Process SIGTERM like SIGQUIT so flow-tools will work better under daemontools - req by Bernhard Weisshuhn <bkw@weisshuhn.de> * docs: flow-nfilter and flow-cat TIME/DATE parsing section. * flow-dscan: drp->flags not updated when loading saved state - patch from Jon Snyder <jon@pdx.edu> * flow-dscan: allow concurrent -w and -W, patch from Dan Thorson <dan.thorson@seagate.com> * docs: flow-print -f24 - noted by noted by Christian Bauer <Christian.Bauer@NEFkom.de> * dist: tag.sym and tag.cfg example files reversed - noted by * ftlib: ftlib.h - FT_TAG_SET and FT_TAG_OR are broken - patch from Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net> * ftlib: ftrec.c - add 1005to5 translation - patch from Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net> * flow-stat -f0 will try to divide by 0 with an empty flow file - noted by Mike Hunter <mhunter@ack.Berkeley.EDU> * flow-capture: -u preserve unherited umask - patch from Everton da Silva Marques <everton@lab.ipaccess.diveo.net.br> * flow-receive: remove -m and -A. * flow-capture: remove -m and -A, functionality is now in xlate -x -X. * flow-xlate: - config file based now. * docs: flow-report: note which fields are sortable and what the key field is. * flow-capture: accept()'s 3rd arg should be casted to socklen_t*, noted by Alistair.McGlinchy@marks-and-spencer.com * docs: flow-nfilter, port is 0..65535 not 0..255 - noted by Mike Hunter <mhunter@ack.Berkeley.EDU> * ftlib: ftlib.h - set-{dst,src} and or-{dst,src} constants not correct - patch from Valtteri Vuorikoski <vuori@geo0-hel-fi.magenta.net> * ftlib: ftchash.c - ftchash_sort() should not try to sort 0 entry table - noted by "Shane D." <shane.dawalt@wright.edu> * flow-import: missing !HAVE_STRSEP compatability - patch from Alistair.McGlinchy@marks-and-spencer.com * ftlib: ftstat.c - output path not parsed correctly with leading whitespace -- noted by Maxim Grigoriev <maxim@fnal.gov> * ftlib: fttag.c - src->source dst->destination * ftlib: fttag.c - ip-address, exporter, interface tag actions, requested by Tim Irwin <tim@arch.bellsouth.net> * ftlib: ftsym.c - ftsym_new() should handle null filename - noted by Celso Alves Vieira <celso@telemar.com.br> * flow-dscan: buf len 64, not 54 - Anil Madhavapeddy <anil@recoil.org>
2004-04-22Bl3ify.minskim1-4/+4
2004-04-22Add build dependency on pkgconfig.minskim1-1/+2
2004-04-21Makefile update that got missed in the recent 3.2.2/bl3 update.markd1-7/+9
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube3-9/+10
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-04-21Reset package revision after update to 3.2.2.tron1-2/+1
2004-04-21Added UNLIMIT_RESOURCES+=datasizemartti1-1/+3
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek3-19/+2
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20bl3ify and update to kde3.2.2.markd4-13/+49
Changes: * kopete (Cryptography Plugin): Fix enable/disable encryption per message * kopete: Fix suppression of buddy notification on connection * kopete (Jabber Plugin): Fix resource identifiers truncated from Jabber "to" addresses * kopete (Jabber Plugin): Fix Packets from foreign clients are duplicated * kopete (Main Application): Fix isReachable() is not called when clicking on the contact icon * kopete (Jabber Plugin): Fix String bug in account editor * kopete (ICQ and AIM Plugins): Fix [PATCH] ICQ User Info for temporary contacts is not automatically loaded * kopete: Fix Refresh icon cache when KIconLoader settings change * kopete (MSN Plugin): Fix "This user has me on his contact list" is inaccurate * kopete (IRC Plugin): Fix can't log into ANY IRC server * kopete: Fix no mainWindow restore on exec kopete * kopete (Jabber Plugin): Fix Registering new Account dialog in Jabber does not update username * kopete (MSN Plugin): Fix Kopete logs into MSN, connects and pops up current contacts and mail, and then disconnects. It will not stay logged in. * kopete (Main Application): Fix Selecting several contacts and dragging them only moves one * kopete (SMS Plugin): Fix sms sending blocked by kopete determining user is 'offline' * kopete: Fix Type in Kopete handbook * kpf: Fix Incorrect mimetypes for css and other fileformats. * krdc: Fix KRDC does not send key clicks to the server until "special keys" is used * knewsticker: Fix SIGFPE crash when scrolling speed is set to 1 * configure: Fix Extraneous message in admin/Makefile.common using --prefix * kwifimanager: make it compile with libiw-dev (27+) * kwifimanager: auto-scaling statistics window, should now work for every chipset out there * kwifimanager: control center module saves settings * Make various scripts install with the executable bit set
2004-04-20Added p5-Net-Pcap.xtraeme1-1/+2
2004-04-20Initial import of p5-Net-Pcap, from pkgsrc-wip packaged by Adrianxtraeme4-0/+26
Portelli. perl interface to pcap(3) LBL packet capture library.
2004-04-20Added oinkmaster-0.8xtraeme1-1/+2
2004-04-20Initial import of oinkmaster-0.8, from pkgsrc-wip packaged by Adrianxtraeme5-0/+75
Portelli with minor changes by me. Oinkmaster is simple Perl script released under the BSD license to help you update/manage your Snort 2.0+ rules and comment out the unwanted ones after each update (among other things). It will tell you exactly what had changed since the last update, hence giving you good control of your rules. Oinkmaster can be used to manage the official rules from www.snort.org, but can just as well be used for managing your homemade rules and distribute them between sensors.
2004-04-20bl3ifyxtraeme2-2/+20
2004-04-18Update to version 8.4.4.seb2-7/+7
Too many of changes and bug fixes since last packaged version to list here, you would like to take a look at the enclosed CHANGES file.
2004-04-18Convert to buildlink3.snj4-18/+18
2004-04-18Convert to buildlink3.snj5-17/+17
2004-04-18Convert to buildlink3.snj3-10/+10
2004-04-17Update to 2.5.18:wiz3-11/+10
This version should be more stable than the experimental version 2.5.17, and represents a new important step towards the unification of the different network plugins. Compared to 2.5.16, the swarming engine and the sources management of the Edonkey plugin have been completely rewritten. Almost all patches from Savannah were applied.
2004-04-17regen to remove an unused entry.minskim1-2/+1
2004-04-17Fix build on sparc64 with gcc2.snj1-1/+4
2004-04-16Honor *OWN and *GRP.minskim2-1/+19
2004-04-16Enable pkgviews.reed1-1/+3
2004-04-16Update to 2.6.1:jmmv3-6/+19
* Fixes: - add scroll bar to description bug text box if needed (bug #137540). * Translations: - Updated Russian translation (Leonid Kanter) - Updated Basque translation (Iñaki Larrañaga) - Added Icelandic translation (Helgi Þormar Þorbjörnsson) - Updated Indonesian translation (Mohammad DAMT) - Added Gujurati translation (Guntupalli Karunakar) - Updated Hungarian translation (Andras Timar)
2004-04-16Updated to version 3.0.2.salo3-16/+11
Changes: - add more MASTER_SITES, the default one is way too slow. 3.0.2: ====== - support for ftp commands CLNT, HOST and OPTS MLST added. - ftp command MLSD disabled by default as it does not return symlink info. - added workaround for MLSD format bug in NcFTPd. - fixed spinning in cls when output stalls (e.g. cls|less). - fixed coredump when ftp:proxy was specified without protocol name. - fixed assertion failure when using ftp over http proxy with CONNECT method. - fixed timeout message in sftp when it is disconnected. - fixed compilation on systems lacking atoll function.
2004-04-15Remove unused buildlink2 files (before somebody starts to use them again).tron1-36/+0
2004-04-15Require version 9.2.3nb4 or newer of the "bind9" package because previoustron2-4/+4
versions were incomplete.
2004-04-15Bump package revision after recent package list changes because oldertron1-3/+2
version of the package miss an important shared library.
2004-04-15Set a correct value for CATEGORIES.jmmv1-1/+2
2004-04-15Fix ordering of package list entries, files should be listed beforetron1-6/+6
"@dirrm" commands.
2004-04-15Add and enable gnome-vfs2-smb.jmmv1-1/+2
2004-04-15Initial import of gnome-vfs2-smb, version 2.6.0:jmmv3-0/+28
GNOME VFS provides an abstraction layer of the file system; applications use this layer to access many different protocols and simulate that they are part of the local file system. This package provides the smb module for GNOME VFS, which allows it to surf networks using the SMB protocol (also known as Microsoft Networks).
2004-04-15Initial addition.jmmv1-0/+21
2004-04-15Install a libsmbclient.so.0 link for the library, to let programs that usejmmv2-2/+5
it find it properly. Bump PKGREVISION to 1.