summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2012-02-09Update HOMEPAGE. Bump PKGREVISIONsborrill1-3/+3
2012-02-09Make package use PKG_SYSCONFBASE (has anybody actually ever used it?).hauke3-6/+12
While we are here, set LICENSE.
2012-02-09- sortjnemeth1-2/+3
- add and enable php-geoip
2012-02-09Drop trailing slash, it violates style and breaks making readme.asau1-4/+4
PR pkg/45950
2012-02-07Please pkglint.wiz1-2/+2
2012-02-07Update pure-ftpd to version 1.0.35 and add script to start pure-uploadscript.morr5-9/+58
Changes since 1.0.30: - An old-standing bug has been fixed: when a file was renamed and overwrote an existing file, the quota wasn't properly updated. - SITE UTIME now supports the 2-arguments syntax in addition to the 5-arguments syntax. - Support for the MFMT command has been implemented. - A default directory can now be specified when using the LDAP backend. - Support SHA1 password hashing in MySQL and PostgreSQL backends - Support for braces expansion in directory listings has been disabled - Cf. CVE-2011-0418 - The list of allowed ciphers for SSL/TLS connections can now be specified (--tlsciphersuite / -J). - Shell-like escaping is now partially handled when emulating the "ls" command in order to improve compatibility with legacy clients. - Linking issues with MySQL support on Fedora have been solved.
2012-02-07Update to 0.0.20110724ryoon2-7/+7
* Add the client information in User-Agent header. See also: https://twitter.com/koizuka/status/22784289203
2012-02-07Disable use of IP Filter support explicitly on NetBSD.taca1-1/+4
This is a little backward-looking handling for build breaks on NetBSD current, newer IP Filter. libdnet's firewall support seems not used on NetBSD from 4.0_STABLE at least. So, this change thins back to before to fix build breaks.
2012-02-06Import php53-geoip-1.0.8 as net/php-geoip.fhajny3-0/+28
This PHP extension allows you to find the location of an IP address - City, State, Country, Longitude, Latitude, and other information as all, such as ISP and connection type. For more info, please visit Maxmind's website.
2012-02-06Import dhcpcd-gtk-0.6.0 with the following changes:roy2-9/+8
Support RA's as a seperate interface, but don't allow config for them.
2012-02-06Import dhcpcd-dbus with the following change:roy3-109/+6
Support RA's as a different interface
2012-02-06Import dhcpcd-5.5.4 with the following changes:roy2-6/+6
* ArchLinux SERVICESTATUS override fixed * Shell portability fixes, including proper printf usage. * Detect a valid ntp.conf before adjusting it * Restart NTP correctly on Debian * reboot timeout changed to 5 seconds * When rebooting and not daemonized, reduce the discover timeout to allow for fallback or IPv4LL * Respect each kernel carrier message * Optimize some bitwise logic * On Linux, pretent a bridge interface does not exist until IFF_LOWER_UP is set * Don't remove interfaces for which commands have not been sent * Store the assigned metric to each route so that we can change metrics on the fly dhcpcd -n --metric 100 iwi0 * Add SixRD support, RFC5969 * Fix SIP server support * Only regen resolv.conf if it has changed * Fix --reconfigure from spinning * Add IPv6 Router Solicitation support we regards to RDNSS and DNSSL, RFC6016 * Add clang to the list of detected compilers * Allow dhcpcd to run on a read only filesystem * Don't attempt to tun the script if an empty string or /dev/null * Stop truncating the netmask sockaddr on routing messages for BSD * Prefer a DHCP lease over an IPv4LL one * Fix carrier handling on BSD * Fix arc4random detection on FreeBSD 7
2012-02-06Update to 1.9. Notable changes:shattered2-6/+6
1.9: - With the rollout of IPv6 for a.root-servers.net, it always took the IPv6 address even if you used the -4 option. - Fix false lame server issues with domains which have the higher domain in it (command.com for example). 1.8: - Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME) - Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for. - When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv4 address anyway.
2012-02-06Revbump forwiz100-190/+202
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-06Gah, I did not realize that there is net/py-s3cmd. Sorry for the noise.bsiegert4-86/+0
2012-02-06Import wip/s3cmd as net/s3cmd. While here, fix wording of DESCR and updatebsiegert4-0/+86
to the latest stable, 1.0.1. S3cmd lets you copy files from/to Amazon S3 (Simple Storage Service) using a simple to use command line client. It supports rsync-like backup, GPG encryption, and more. It also supports management of Amazon's CloudFront content delivery network. s3cmd 1.0.1 - 2011-06-10 =========== * Increased socket_timeout from 10 sec to 5 min * Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5 s3cmd 1.0.0 - 2011-01-18 =========== * [sync] now supports --no-check-md5 * Network connections now have 10s timeout * [sync] now supports bucket-to-bucket synchronisation * Added [accesslog] command. * Added access logging for CloudFront distributions using [cfmodify --log] * Added --acl-grant and --acl-revoke [Timothee Groleau] * Allow s3:// URI as well as cf:// URI as a distribution name for most CloudFront related commands. * Support for Reduced Redundancy Storage (--reduced-redundancy) * Follow symlinks in [put] and [sync] with --follow-symlinks * Support for CloudFront DefaultRootObject [Luke Andrew]
2012-02-06Update to s3cmd-1.0.1, with permission from ver.jakllsch3-7/+10
Changes since 0.9.9.91: s3cmd 1.0.1 - 2011-06-10 =========== * Increased socket_timeout from 10 sec to 5 min * Improved compatibility with Python 2.4 on RHEL 5 / CentOS 5 s3cmd 1.0.0 - 2011-01-18 =========== * [sync] now supports --no-check-md5 * Network connections now have 10s timeout * [sync] now supports bucket-to-bucket synchronisation * Added [accesslog] command. * Added access logging for CloudFront distributions using [cfmodify --log] * Added --acl-grant and --acl-revoke [Timothee Groleau] * Allow s3:// URI as well as cf:// URI as a distribution name for most CloudFront related commands. * Support for Reduced Redundancy Storage (--reduced-redundancy) * Follow symlinks in [put] and [sync] with --follow-symlinks * Support for CloudFront DefaultRootObject [Luke Andrew]
2012-02-05Update to 20120108bryoon2-6/+6
* Minor improvements. * Bugfixes.
2012-02-04The pattern part of DEPENDS lines must have a version pattern.sbd1-7/+7
2012-02-02Update smokeping from 2.4.2 to 2.6.7, fixing SA47678.bouyer12-302/+220
Major changes between 2.4 and 2.6: New in Version 2.6 Added automake support for easy "configure, make install" installation fixed strftime bug when sending alert mails New in Version 2.5 Switched from SpeedyCGI to FastCGI DismanPing probe by Bill Fenner OpenSSHJunOSPing (Sponsoerd by Juniper) SIP Ping Probe (Sponsored by ANI Networks) Support alert patterns with upper AND lower limit: (>a<b) SmokeTrace removed. Check out remOcular. Updated Prototype and scriptaculous libraries ExpLoss matcher by Konoplev V.Konoplev Improved slave update performance
2012-02-02Use ${RM} -f to avoid failure if no files are found to be removed.hans3-6/+6
2012-02-02- add and enable p5-Danga-Socketjnemeth1-1/+3
- add and enable perlbal
2012-02-01Update mikutter to 0.0.4.658.obache2-6/+6
* Support specification changes of Twitpic to be able to open images.
2012-02-01nss module install fix-ups .sbd3-11/+5
Now that samba-nss-winbind-install and samba-nss-wins-install work again. 1) Switch back to using the the above mentioned targets for installing nss-winbind and nss_wins. (These targets work on all platforms.) 2) Switch back to using ${NSS_WINBIND} and ${NSS_WINS} in the PLIST as these work on all platforms. Bump PKGREVISION
2012-02-01nss module install fix-ups.sbd4-14/+8
1) Correct the path to the nsswitch directory in the samba-nss-winbind-install and samba-nss-wins-install targets so they work again. 2) Switch back to using the the above mentioned targets for installing nss-winbind and nss_wins. (These targets work on all platforms.) 3) Switch back to using ${NSS_WINBIND} and ${NSS_WINS} in the PLIST as these work on all platforms. Bump PKGREVISION
2012-02-01Move the options.mk file for net/samba30 and net/samba33 from net/samba tosbd3-4/+187
net/samba33 because of up coming changes to net/samba/options.mk that are in-compatible with 30 and 33.
2012-01-31Update to dnsmasq-2.59roy4-25/+29
When building DBus support, install the config file for DBus Notable Changes from 2.55: IPv6 interface fixes Fixed an invalid server id of 0.0.0.0 being sent in some situations Correctly return NODATA for an AAAA query to a CNAME with only an A Fixed a bug with some truncated TFTP files Support IPv6 scope ids in resolv.conf
2012-01-31Add missing zlib buildlink.sbd1-2/+3
Bump PKGREVISION.
2012-01-31Add PLIST.Linuxsbd1-0/+4
2012-01-31Add PLIST.Linuxsbd2-1/+6
Bump PKGREVISION
2012-01-31Add missing zlib buildlink and on Linux only uuid buildlink.sbd1-2/+6
Bump PKGREVISION.
2012-01-31Fix the $NetBSD$ tagsbd1-1/+1
2012-01-31Add PLIST.Linuxsbd2-2/+6
2012-01-31perlbal is a proxy/load balancer written in perl.mspo3-0/+41
2012-01-31Danga::Socket is another support lib for perlbal.mspo4-0/+30
2012-01-30Third time's the charm:tron3-10/+19
Replace patch for SMBecho compatibility problem with patch provided by the Samba maintainers. Successfully tested with an Apple Time Capsule.
2012-01-30update to 2.36.1drochner3-12/+18
this switches to the 2.36 release branch (needs glib2-2.30)
2012-01-30update to 2.30.2drochner4-10/+32
this switches to the 2.30 release branch (needs glib2-2.30)
2012-01-30Fix botch in last patch which meant that we were ignoring almost alltron3-6/+6
errors in response to SMB echo packets. The new fix doesn't look particular nice but should at least do The Right Thing(TM).
2012-01-30Moved NetBSD files into PLIST.NetBSD; fixed couple pkglint issuesadam5-15/+16
2012-01-30Restore compatibility of "smbclient" with CIFS server on thetron3-2/+22
Apple Time Capsule.
2012-01-30Remove patch-al, its not actually a patch just a file with the wordssbd2-3/+1
"Changes were applied."
2012-01-29Revert accidently commited my trial local change.taca1-3/+3
2012-01-29Update samba package to 3.6.3. Quote from release notes:taca3-9/+9
Samba 3.6.3: This is a security release in order to address CVE-2012-0817 (Memory leak/Denial of service). o CVE-2012-0817: The Samba File Serving daemon (smbd) in Samba versions 3.6.0 to 3.6.2 is affected by a memory leak that can cause a server denial of service. Samba 3.6.2: Major enhancements in Samba 3.6.2 include: o Make Winbind receive user/group information (bug #8371). o Several SMB2 fixes. For complete changes, please refer http://www.samba.org/samba/history/samba-3.6.2.html and http://www.samba.org/samba/history/samba-3.6.3.html.
2012-01-29add patch from upstream to avoid excessive use of glib2 "cancellables",drochner3-2/+82
this is a problem with the glib2-2.30 implementation of the latter which runs out of file descriptors easily bump PKGREV
2012-01-29Copy the link options for NetBSD in mk/beforeauto.mk.in to the Linux sectionsbd2-5/+16
so that the library's get the rpath embedded.
2012-01-28Update to 1.2.8. Set LICENSE.wiz4-19/+22
1.2.8: Sam Lantinga - Sun Jan 15 01:39:35 EST 2012 * Added the definition for INADDR_LOOPBACK Sam Lantinga - Thu Jan 05 22:57:56 2012 -0500 * Added an Xcode project for iOS Sam Lantinga - Sat Dec 31 10:28:12 EST 2011 * SDL_net is now under the zlib license Sam Lantinga - Sun Nov 20 01:29:33 EST 2011 * Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss Sam Lantinga - Fri Nov 04 04:52:12 2011 -0400 * Added SDLNet_GetLocalAddresses() to query local interfaces Sam Lantinga - Fri Nov 4 04:05:03 EDT 2011 * Removed obsolete OpenTransport code Sam Lantinga - Tue Mar 08 16:52:59 2011 -0800 * Added Android.mk to build on the Android platform Sam Lantinga - Sun Feb 27 10:00:53 PST 2011 * Fixed to compile cleanly with g++ C.W. Betts - Thu Feb 17 12:52:47 PST 2011 * Fixed the code to use socklen_t where appropriate Evan Nemerson - Thu Feb 17 12:47:13 PST 2011 * Added pkg-config support esigra - Mon Feb 16 20:59:55 PST 2009 * Fixed C++ compilation with -Wold-style-cast Matthew Mondor - Fri Jan 4 08:44:22 PST 2008 * Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX)
2012-01-28add and enable py-zmqjnemeth1-1/+2
2012-01-27PLIST fix for other OSes other than NetBSDadam3-7/+8
2012-01-26Updated to 0.43rhaen2-7/+6
Changes: version 0.43 (2011/05/26): - added support for Net::Server by allowing the usage of distinct filehandles for input and output (patch by Alexei Znamensky)