summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2005-03-10Fix security vulnerability in dissector for CDMA2000 A11 packets.tron3-3/+23
Bump package revision.
2005-03-09This package needs perl to build.minskim1-1/+2
2005-03-09Add missing blank line at top of patch file.jmmv2-3/+4
2005-03-09Get rid of the ORBIT_{MAJOR,MINOR} variables and instead directly put thejmmv1-7/+3
version number where appropriate. They are useless.
2005-03-08Add a note as to the purpose of this script.lukem1-1/+7
2005-03-07Fix quoting.uebayasi3-6/+6
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca3-3/+6
2005-03-06Make DEPENDS to ruby-dbm and ruby-digest packages and cosmetic changetaca2-8/+15
to package name patterns. Also sort PLIST. Bump PKGREVISION.
2005-03-06make compilation with gcc 2.95.* work (mostly by rolling back includesspz25-33/+506
changes from IRRToolSet 4.8.1 within #if (__GNUC__ > 2) .. #else) also incidentially fixes a bug in rusage.cc
2005-03-06Disable pkgviews installation until devel/automake is converted.minskim1-2/+3
Closes PR pkg/29602.
2005-03-04Update wol to 0.7.1.uebayasi2-7/+6
* fix --disable-gettext bug * fix documentation * fix prerequisite-headers bug * add swedish translation
2005-03-04again, patches to make the software compile on amd64, but not the finalspz6-0/+81
solution to that probably. And this time to HEAD where it belongs. No wrongful Tag file in the CVS directory this time.
2005-03-04new patches on account of the previous au-az having gone to the wrongspz1-3/+3
place (branch instead of head)
2005-03-04added patches au-azspz1-1/+7
2005-03-02- Grab maintainershipadrianp1-2/+2
2005-03-02- Whitespace policeadrianp4-25/+10
- Better handling of OpenSSL using USE_OLD_DES_API - Fix builds on 1.6.2 - Bump to nb1
2005-03-02Fix build problems in "gftp-gtk1" package caused by update totron4-3/+48
version 2.0.18.
2005-03-02Update to 0.98.2. This is from riz AT boogers.sf.ca.usreed15-254/+118
via PR #29518 with some slight modifications. Also some review by Greg Troxel (who is a quagga developer). This is based on the pkgsrc-wip version. This has many changes. But ChangeLog is incomplete. This uses USE_LIBTOOL. Uses rcd scripts provide from quagga distribution (are pkgsrc/NetBSD style). Adds USE_ZEBRA_OSPF_OPAQUELSA build definition for --enable-opaque-lsa. All patches removed.
2005-03-02Update "gftp" package to version 2.0.18. Changes since version 2.0.17:tron2-0/+28
- Added support for the FSP protocol (http://fsp.sourceforge.net/) - SSH2: Fixed segfault that could occur when renaming a file (bug introduced in 2.0.18rc1) - SSH2: Fixes for parsing the directory listing from the commercial SSH server - FTP: added pasv_behind_router option. If this is enabled, then the IP address that is in the PASV response will be ignored. Instead the IP address of the remote host will be used - FTP: removed the quote filename functionality in the SITE CHMOD and SITE UTIME commands - Chmod: Fixes for setting the group execute bit (bug introduced in 2.0.18rc1) - Fixes so that the text port will prompt you for your password when a URL is entered on the command line - In the text port, convert the string from UTF8 to the users' current locale before it is displayed - Fixes for when the host system does not have getaddrinfo() (bug introduced in 2.0.18rc1) - Rewrote and improved the URL parser so that the :, @ characters are allowed in directories and passwords - Security Fix: Ignore the file paths that are returned by the remote server - FreeBSD and HP/UX fixes - GNOME HIG fixes - Many other small changes and improvements. See the ChangeLog file in the distribution for a detailed list of changes. - Updated language translations (cs de en_CA en_GB es hu nl zh_CN)
2005-03-02Update "gftp" and "gftp-gtk1" package to version 2.0.18. Changes sincetron5-16/+21
version 2.0.17: - Added support for the FSP protocol (http://fsp.sourceforge.net/) - SSH2: Fixed segfault that could occur when renaming a file (bug introduced in 2.0.18rc1) - SSH2: Fixes for parsing the directory listing from the commercial SSH server - FTP: added pasv_behind_router option. If this is enabled, then the IP address that is in the PASV response will be ignored. Instead the IP address of the remote host will be used - FTP: removed the quote filename functionality in the SITE CHMOD and SITE UTIME commands - Chmod: Fixes for setting the group execute bit (bug introduced in 2.0.18rc1) - Fixes so that the text port will prompt you for your password when a URL is entered on the command line - In the text port, convert the string from UTF8 to the users' current locale before it is displayed - Fixes for when the host system does not have getaddrinfo() (bug introduced in 2.0.18rc1) - Rewrote and improved the URL parser so that the :, @ characters are allowed in directories and passwords - Security Fix: Ignore the file paths that are returned by the remote server - FreeBSD and HP/UX fixes - GNOME HIG fixes - Many other small changes and improvements. See the ChangeLog file in the distribution for a detailed list of changes. - Updated language translations (cs de en_CA en_GB es hu nl zh_CN)
2005-03-02Backquoted command in CFLAGS do not work (anymore?) -- work around it.wiz1-2/+4
2005-03-02Fix build -- `foo` in CFLAGS does not seem to work anymore.wiz1-5/+5
2005-03-02Fix CPPFLAGS argument quoting.wiz1-2/+2
2005-03-01Apply patch from Rainer Schoepf inwiz3-3/+17
http://marc.theaimsgroup.com/?l=bugtraq&m=110960890901497&w=2 to fix http://www.idefense.com/application/poi/display?id=207&type=vulnerabilities Bump PKGREVISION.
2005-02-28update tor to 0.0.9.5:jschauma2-7/+6
- Fix an assert race at exit nodes when resolve requests fail. - Stop picking unverified dir mirrors--it only leads to misery. - Patch from Dmitry Bely so Tor runs better as a service under the win32 SYSTEM account. Service support is still not compiled into the executable by default. - Make tor-resolve actually work (?) on Win32. - Fix a sign bug when getrlimit claims to have 4+ billion file descriptors available. - Stop refusing to start when bandwidthburst == bandwidthrate. - When create cells have been on the onion queue more than five seconds, just send back a destroy and take them off the list.
2005-02-28Update nam to 1.11.minskim4-15/+14
Changes: Added changes from mac802.15.4 contributed code from Jianliang Zheng and Myung J. Lee. Also updated the otcl and tclcl version numbers in files under conf and VERSION to match newer versions.
2005-02-28Update to 1.10.wiz4-23/+8
Changes in 1.10: quick bugfix release, for non-Python install, and to add some minor updates to the Python module. Changes in 1.9: this long overdue libdnet release includes the following changes: - Tru64 now fully supported - new tun(3) tunnel device interface - improved Python module support - win32 MinGW and VC++ developer's pack
2005-02-28added SUBDIR irrtoolset-nox11spz1-1/+2
2005-02-28IRRToolSet is a suite of policy analysis tools to operate withspz24-0/+934
routing policies in RPSL [RFC 2622] format, registered in an Internet Routing Registry(IRR). The main goal of the project is to make routing information more convenient and useful for network engineers, by providing tools for automated router configuration, routing policies analysis, and maintenance.
2005-02-27Update to 0.69:wiz10-76/+78
v0.69 make distclean should now also remove "rej" files. Antonio Querubin: update getopt.h . More cleanups using new infrastructure. rcw: Fixed IPV6 support: When compiled in an IPV6-supporting environment, but when the kernel doesn't support IPV6, mtr would fail to start. v0.68 included some old patches. included patch from Antonio Querubin for better IPV6 support restructured some more whitespace. added mtr.h where "global" things should go. Not finished moving things around, but now that the infrastructure is there, it should be easy.
2005-02-27make this work on IRIXjschauma3-17/+79
ok jmmv@
2005-02-27"nuke trailing whitespace".cube1-4/+4
2005-02-27From -current: nuke trailing whitespace.cube2-7/+7
2005-02-25Changes 1.43:adam5-109/+28
* healed the win32 code fork: ngrep now builds from the same source tree for all platforms including Windows * re-wrote the privilege revocation logic after problems were reported with the SPC version, and removed non-root drop_privs capability altogether * fix off-by-one bug which caused ngrep to exit 1 packet early when ``-A'' as invoked * Fixed problematic configtest for old broken-redhat-glibc UDP header * ngrep now sets a pcap filter "ip" by default, if one is not specified * header offset fix to 802.11 processing * support IGMP and Raw (unknown IP protocol) type packets * support for latest versions of libpcap (0.8.3) and winpcap (3.1 beta 4) * updated configure to autoconf 2.59, and config.guess and config.sub to latest versions * updated PCRE from 3.4 to 5.0 * and various minor changes and updates to improve ngrep
2005-02-24Fix lookup of TCP IPv6 connections on NetBSD 1.6Y and newer. Based on atron3-15/+91
patch supplied by Hans Rosenfeld in PR pkg/29517. Bump package revision.
2005-02-24Update MASTER_SITES, from Florence HENRY in PR 29522.wiz1-2/+2
2005-02-24Add RMD160 digests.agc395-396/+813
2005-02-22Update to 2.2.2:jmmv3-11/+13
* The SSL validation fix from 2.2.1 [64414] is now completely fixed. (Part of the fix didn't actually make it into 2.2.1) * HTTPS certificate validation now works when using an HTTP proxy. [68583] * HTTP proxy code deals better with proxies that try to make the user do HTML-form-based authentication. [68531] * 64-bit fixes for NTLM auth code. [70323, from Michael Zucchi]
2005-02-22Take over as maintainer of this.cjs1-2/+2
2005-02-21Update openvpn to 1.6.0.bad5-6/+106
While here port it properly so that the route statements in the configuration file work. Also add patches so that der Mouse's if_tap driver can be used. Changes since 1.5.0: 2004.05.09 -- Version 1.6.0 * Unchanged from 1.6-rc4 except for version number upgrade. 2004.04.01 -- Version 1.6-rc4 * Made minor customizations to devcon and renamed as tapinstall.exe for Windows version. * Fixed "storage size of `iv' isn't known" build problem on FreeBSD. * OpenSSL 0.9.7d bundled with Windows self-install. 2004.03.13 -- Version 1.6-rc3 * Minor Windows fixes for --ip-win32 dynamic, relating to the way the TAP-Win32 driver responds to a DHCP request from the Windows DHCP client. * The net_gateway environmental variable wasn't being set correctly for called scripts (Paul Zuber). * Added code to determine the default gateway on FreeBSD, allowing the --redirect-gateway option to work (Juan Rodriguez Hervella). 2004.03.04 -- Version 1.6-rc2 * Fixed bug in Windows version where the NetBIOS node-type DHCP option might have been passed even if it was not specified. * Fixed bug in Windows version introduced in 1.6-rc1, where DHCP timeout would be set to 0 seconds if --ifconfig option was used and --ip-win32 option was not explicitly specified. * Added some new --dhcp-option types for Windows version. 2004.03.02 -- Version 1.6-rc1 * For Windows, make "--ip-win32 dynamic" the default. * For Windows, make "--route-delay 10" the default unless --ip-win32 dynamic is not used or --route-delay is explicitly specified. * L_TLS mutex could have been left in a locked state for certain kinds of TLS errors. 2004.02.22 -- Version 1.6-beta7 * Allow scheduling priority increase (--nice) together with UID/GID downgrade (--user/--group). * Code that causes SIGUSR1 restart on TLS errors in TCP mode was not activated in pthread builds. * Save the certificate serial number in an environmental variable called tls_serial_{n} prior to calling the --tls-verify script. n is the current cert chain level. * Added NetBSD IPv6 tunnel capability (also requires a kernel patch) (Horst Laschinsky). * Fixed bug in checking the return value of the nice() function (Ian Pilcher). * Bug fix in new FreeBSD IPv6 over TUN code which was originally added in 1.6-beta5 (Nathanael Rensen). * More Socks5 fixes -- extended the struct frame infrastructure to accomodate proxy-based encapsulation overhead. * Added --dhcp-option to Windows version for setting adapter properties such as WINS & DNS servers. * Use a default route-delay of 5 seconds when --ip-win32 dynamic is specified (only applicable when --route-delay is not explicitly specified). * Added "log_append" registry variable to control whether the OpenVPN service wrapper on Windows opens log files in append (log_append="1") or truncate (log_append="0") mode. The default is truncate. 2004.02.05 -- Version 1.6-beta6 * UDP over Socks5 fix to accomodate Socks5 encapsulation overhead (Christof Meerwald). * Minor --ip-win32 dynamic tweaks (use long lease time, invalidate existing lease with DHCPNAK). 2004.02.01 -- Version 1.6-beta5 * Added Socks5 proxy support (Christof Meerwald). * IPv6 tun support for FreeBSD (Thomas Glanzmann). * Special TAP-Win32 debug mode for Windows self-install that was enabled in beta4 is now turned off. * Added some new Solaris notes to INSTALL (Koen Maris). * More work on --ip-win32 dynamic. 2004.01.27 -- Version 1.6-beta4 * For this beta, the Windows self-install is a debug version and will run slower -- use only for testing. * Reverted the --ip-win32 default back to 'ipapi' from 'dynamic'. * Added the offset parameter to '--ip-win32 dynamic' which can be used to control the address of the masqueraded DHCP server which replies to Windows DHCP requests. * Added a wait/nowait option to --inetd (nowait can only be used with TCP sockets, TLS authentication, and over a bridged configuration -- see FAQ for more info) (Stefan `Sec` Zehl). * Added a build-time capability where TAP-Win32 driver debug messages can be output by OpenVPN at --verb 6 or higher. 2004.01.20 -- Version 1.6-beta2 * Added ./configure --enable-iproute2 flag which uses iproute2 instead of route + ifconfig -- this is necessary for the LEAF Linux distro (Martin Hejl). * Added renewal-time and rebind-time to set of DHCP options returned by the TAP-Win32 driver when "--ip-win32 dynamic" is used. 2004.01.14 -- Version 1.6-beta1 * Fixed --proxy bug that sometimes caused plaintext control info generated by the proxy prior to http CONNECT method establishment to be incorrectly parsed as OpenVPN data. * For Windows version, implemented the "--ip-win32 dynamic" method and made it the default. This method sets the TAP-Win32 adapter IP address and netmask by replying to the kernel's DHCP queries. See the man page for more detailed info. * Added --connect-retry parameter which controls the time interval (in seconds) between connect() retries when --proto tcp-client is used. Previously, this value was hardcoded to 5 seconds, and still defaults as such. * --resolv-retry can now be used with a parameter of "infinite" to retry indefinitely. * Added SSL_CTX_use_certificate_chain_file() to ssl.c for support of multi-level certificate chains (Sten Kalenda). * Fixed --tls-auth incompatibility with 1.4.x and earlier versions of OpenVPN when the passphrase file is an OpenVPN static key file (as generated by --genkey). * Added shell-escape support in config files using the backslash character ("\") so that (for example) double quotes can be passed to the shell. * Added "contrib" subdirectory on tarball, source zip, and CVS containing user-submitted contributions. * Added an optional patch to the Redhat init script to allow the configuration file directory to be a multi-level directory hierarchy (Farkas Levente). See contrib/multilevel-init.patch * Added some scripts and documentation on using Linux "fwmark" iptables rules to enable fine-grained routing control over the VPN (Sean Reifschneider, <jafo@tummy.com>). See contrib/openvpn-fwmarkroute-1.00
2005-02-21take maintainershipheinz1-2/+2
2005-02-21Use the extended PLIST_SRC support which now also reads:veego3-7/+3
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21Sign over maintainership to tech-pkg@hubertf13-26/+26
2005-02-21Remove dependency to ruby-dbm and ruby-digest package since they aretaca1-4/+2
included in ruby (base) package. Bump PKGREVISION.
2005-02-21Added support for Darwin.hamajima1-2/+8
2005-02-20o Add a way to pass special definitions to the compilation, to match kernelcube5-6/+21
environment, and document it in DESCR by lack of a better place. o Fix a reference to local in (yet unused) bl3.mk file. Both issues reported by Hubert Feyrer.
2005-02-20whitespace fixesgrant1-9/+9
2005-02-20Workaround missing hobbit user and www group at build timemanu3-5/+19
2005-02-20ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-*hamajima1-1/+3
2005-02-20Remove very outdated "gnubile" package.tron6-45/+1