summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2010-12-25* let to use selected PYTHONBIN and PYTHONCONFIG exactly.obache5-19/+43
* set TEST_TARGET * fixes for DragonFly.
2010-12-24Fix path to itself.wiz1-2/+2
2010-12-23Set LICENSE.wiz1-1/+2
2010-12-23Update "youtube-dl" package to version 20101209:tron2-8/+8
This release fixes support for YouTube after the recent site changes that broke the program. In addition, it adds support for depositfiles.com, fixes a few minor bugs, and adds a few minor features
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty7-14/+14
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-22Update pear-Net_Socket package to 1.0.10.taca2-6/+6
1.0.10 2010-10-15 14:52 UTC Changelog: QA release - Configurable newline sequence (PEAR Bug #14181) - Make $size parameter to gets() optional (PEAR Bug #14433) - Don't overwrite $errstr set by fsockopen (PEAR Bug #14448) - Avoid an infinite loop if fwrite() returns 0 (PEAR Bug #14619) - CS cleanup (PEAR Bug #14803)
2010-12-22Upadte pear-Net_SMTP package to 1.4.4.taca2-6/+6
1.4.4 2010-10-21 16:53 UTC Changelog: Corrected a problem with SMTP servers that don't support the SIZE feature. (Bug 17942) 1.4.3 2010-10-11 01:14 UTC Changelog: - Reduce peak memory usage when sending large files. (Request 17887) - Adding support for proxy authentication. (Request 17358)
2010-12-22Update pear-Net_IDNA2 package to 0.1.1.taca2-7/+6
0.1.1 2010-12-09 17:35 UTC * Added initial support for IDNA2008. This is needed for characters like the German "Eszett" which would otherwise be turned into "ss" during nameprep. Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default is still IDNA2003 for backwards-compatibility. Further aspects of IDNA2008-encoding (for example some checks) should be added later according to RFCs. * #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors; thanks to Daniel) * Unit tests (coverage, refactoring/cleanup, more tests) * #17542: URIs get mangled when decoding (UTF8-fix) * Codingstyle fixes * fixed handling of URLs with more than a domain-name (fixed opposite of parse_url()) * Added specialized and spl exceptions * #17533: Releases and roles do not seem to work.
2010-12-22Update pear-Net_DIME package to 1.0.2.taca2-6/+6
1.0.2 2010-10-25 14:11 UTC Changelog: Automatically built QA release
2010-12-22Fix divide-by-zero error in CPU performance statistics.sekiya3-3/+44
Inspired by Red Hat Bugzilla Bug #501210.
2010-12-21Update to 0.2.1.28, resolving CVE-2010-1676.gdt2-6/+6
Changes in version 0.2.1.28 - 2010-12-17 o Major bugfixes: - Fix a remotely exploitable bug that could be used to crash instances of Tor remotely by overflowing on the heap. Remote-code execution hasn't been confirmed, but can't be ruled out. Everyone should upgrade. Bugfix on the 0.1.1 series and later. o Directory authority changes: - Change IP address and ports for gabelmoo (v3 directory authority). o Minor features: - Update to the December 1 2010 Maxmind GeoLite Country database.
2010-12-20fix build on solaris per PR#43938tez1-1/+3
2010-12-17Bump PKGREVISION from icu shlib major bump.obache4-6/+8
2010-12-15Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6jmcneill3-10/+14
address; patch-ac changed the distribution source to not pull in netinet/in_var.h on NetBSD but that is where SIOCGIFNETMASK_IN6 comes from so bring it back in. Bump pkg revision.
2010-12-15Expand the information in the description and install messageheas2-4/+19
2010-12-13Add quviryoon1-1/+2
2010-12-13Import quvi-0.2.10 as net/quvi.ryoon5-0/+99
The quvi is a command line tool for parsing video download links. It supports Youtube and other similar video websites. libquvi is a library for parsing video download links with C API. It is written in C and intended to be a cross-platform library. You can see the list of supported sites from 'quvi --support'.
2010-12-132.2.19:wiz2-7/+6
2.2.19 Sat Dec 11 2010 Toni Gundogdu Changes: - Set <http://clive.sourceforge.net> as new WWW home - Add man1/clive.1.pod, manify from this from now on - Youtube: Extend format aliases to match quvi IDs - Remove myubo support: dead site - Backup ChangeLog as ChangeLog.pre-gitlog - Generate ChangeLog from gitlog - Rename Evisor.pm to Gaskrank.pm - Rename tests - Remove dangling (and broken) ehrensenf, cctv support - Exclude network tests, can still be found in the repo - gzip release tarball from now on Bugfixes: - Liveleak.pm: token/ID parsing - Youtube.pm: Unknown error (http/404) [#1]
2010-12-12Update to 2.2.18:wiz2-6/+6
2.2.18 Tue Nov 30 2010 legatvs Changes: - Change google test URL - Accept dailymotion swf URLs (related b#3115846)
2010-12-09Added net/pear-Net_IDNA2 version 0.1.0adam1-1/+2
2010-12-09This package helps you to encode and decode punycode strings easily.adam3-0/+20
2010-12-07Fix build on OS X, bump PKGREVISION. Note dhcpcd runs but something inabs3-1/+51
OS X seems to be eating the dhcp server's responses, even with the OS X interface config set to manual.
2010-12-07Add patch from roy@ to enable building on Darwin. Bump PKGREVISIONabs3-2/+105
2010-12-06Added net/samba35 version 3.5.6adam1-1/+2
2010-12-06Samba provides file and print services for Microsoft Windows clients.adam27-0/+1291
These services may be hosted off any TCP/IP-enabled platform. The Samba project includes not only an impressive feature set in file and print serving capabilities, but has been extended to include client functionality, utilities to ease migration to Samba, tools to aid interoperability with Microsoft Windows, and administration tools.
2010-12-06Seems like Darwin also supports ACLsadam1-2/+2
2010-12-06Update to KDE SC 4.5.4markd3-7/+10
4.5.4 brings bugfixes and translation updates
2010-12-04Update ruby-addressable pacakge to 2.2.2.taca3-8/+7
=== Addressable 2.2.2 - fixed issue with percent escaping of '+' character in query strings
2010-12-03add ads, ldap, pam, and winbind to default pkg optionsjmcneill3-4/+6
bump pkg revision
2010-12-02Update to 2.32.2:wiz2-6/+6
Changes in libsoup from 2.32.1 to 2.32.2: * Fixed a regression in 2.32.0 that caused evolution-exchange to get stuck and stop updating. [#634422] * Fixed a regression in 2.32.0 with apps using asynchronous sessions from multiple threads (in particular, gupnp) [#635101] * Fixed the regression test for #631525 to not cause spurious "make check" failures on some machines.
2010-12-02Update bind96 package to bind-9.6.2pl3 (9.6.2-P3).taca2-6/+6
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories CVE: CVE-2010-3613 CERT: VU#706148 BIND: cache incorrectly allows a ncache entry and a rrsig for the same type CVE: CVE-2010-3614 CERT: VU#837744 BIND: Key algorithm rollover bug in bind9
2010-12-02Update bind97 package to bind-9.7.2pl3 (9.7.2-P3).taca2-6/+6
http://www.isc.org/announcement/guidance-regarding-dec-1st-2010-security-advisories CVE: CVE-2010-3613 CERT: VU#706148 BIND: cache incorrectly allows a ncache entry and a rrsig for the same type CVE: CVE-2010-3614 CERT: VU#837744 BIND: Key algorithm rollover bug in bind9 CVE: CVE-2010-3615 CERT: VU#510208 BIND: allow-query processed incorrectly
2010-12-01Update to 1.1.2.1. Main motivation is to avoid warnings with perl 5.12.bouyer5-37/+50
Other changes are mainly improvements in backend to support more OS, more OS variants or versions.
2010-11-30We don't actually need c++adam1-2/+2
2010-11-30Added net/knock version 0.5adam1-1/+2
2010-11-30knockd is a port-knock server. It listens to all traffic on an ethernet (or PPP)adam6-0/+353
interface, looking for special "knock" sequences of port-hits. A client makes these port-hits by sending a TCP (or UDP) packet to a port on the server. This port need not be open - since knockd listens at the link-layer level, it sees all traffic even if it's destined for a closed port. When the server detects a specific sequence of port-hits, it runs a command defined in its configuration file. This can be used to open up holes in a firewall for quick access.
2010-11-30Add an patch for OpenSSL without MD2 support.obache2-1/+44
PR#43975.
2010-11-30Changes 2.1.4:adam10-80/+75
* Fix problem with special case route targets ('remote_host') The init_route() function will leave &netlist untouched for get_special_addr() routes ("remote_host" being one of them). netlist is on stack, contains random garbage, and netlist.len will not be 0 - thus, random stack data is copied from netlist.data[] until the route_list is full.
2010-11-29update to 2.20.3drochner3-8/+9
changes: translation updates
2010-11-29update to 0.2.1.27drochner2-7/+6
changes: -fix incompatibility with the recent openssl security fix (CVE-2010-3864) -update ip->geo db -add a directory authority -bugfixes
2010-11-29bump PKGREV for e-d-s updatedrochner1-2/+2
2010-11-29Honor PKG_SYSCONFDIR.ghen1-1/+3
2010-11-29Add and enable modpcapagc1-1/+2
2010-11-29Initial import of modpcap version 0.0.5 into the packages collection.agc5-0/+117
A small C program to modify PCAP files to forge them and use them for test and so on. It allows you to change IP address, Mac address, time of the capture, Mbit/second, Packets/second.
2010-11-29Bump PKGREVISION from evolution-data-server shlib bump.obache1-2/+2
2010-11-27Update to dnsmasq-2.55 with the following changes:roy2-7/+7
* Allow the empty domain "." in dhcp domain-search (119) options. * Fix corruption of the domain when a name from /etc/hosts overrides one supplied by a DHCP client. * Fix regression which caused configuration like --address=/.domain.com/1.2.3.4 to be rejected. * Many new options added and improved.
2010-11-27Update to dhcpcd-5.2.9 with the following changes:roy3-7/+8
* syntax in 50-ypbind hook has been fixed * man page corrections * Compile correctly on Debian kFreeBSD * invoke-rc.d now detected by configure correctly * report hwaddr used by dhcpcd when debug is enabled * Fix detecting inet address for INFORM support * document reason RELEASE in dhcpcd-run-hooks * Support RTM_CHGADDR in the upcoming NetBSD-6 This is used to work out if the hwaddr has changed as the interface does not go down/up unlike other OSes * ntp hook no longer attempts to restart ntpd if 1st attempt failed
2010-11-23Update to 2.2.17:wiz2-6/+6
2.2.17 Sat Nov 06 2010 legatvs Changes: - toUnits: fix hi-speed issue, thanks to Thomas Klausner for the report - Makefile.PL: Use VERSION_FROM - Use 'version' module
2010-11-23Update to 4.1.2:wiz3-8/+9
--- 4.1.2 2010/11/02 Move yaz-config man pages to section 1. More documentation about SOLR. tcp comstack: change behavior for @-specs (anyaddr). @ listens on AF_INET (IPV4) peers, and @6 listens to AF_INET6 (ipv6) peers. Previously @ listened on AF_INET6 which accepted both IPV4 and IPV6 peers on some Linux systems. However, in general that does not work so YAZ can not rely on that to work. Debian changed behavior in this respect from Debian lenny to Debian squeeze (still testing as of Oct 2010). Refer to: http://www.mail-archive.com/debian-devel@lists.debian.org/msg277726.html zoomsh: remove "debugging" output. Was added by mistake in 4.1.0.
2010-11-23Add Debian's "wget" 1.12 backport of the fix for CVE-2010-2252.tron8-2/+178