Commit graph

10317 commits

Author SHA1 Message Date
sekiya
de9f0c2635 Pull memory statistics properly, and fix an overflow in the CPU statistics.
("netbsdelf3", indeed ... )
2010-12-26 09:23:49 +00:00
tron
8af80020b6 Use "curl" for fetching the distribution file as the downlod URL
uses HTTPS.
2010-12-25 15:43:32 +00:00
obache
039d7b80cc * let to use selected PYTHONBIN and PYTHONCONFIG exactly.
* set TEST_TARGET
* fixes for DragonFly.
2010-12-25 06:33:11 +00:00
wiz
62d9297266 Fix path to itself. 2010-12-24 06:54:48 +00:00
wiz
0d76aa6869 Set LICENSE. 2010-12-23 22:19:34 +00:00
tron
baf6022741 Update "youtube-dl" package to version 20101209:
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-23 18:21:16 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
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-23 11:44:24 +00:00
taca
310355dd8a Update pear-Net_Socket package to 1.0.10.
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-22 15:46:35 +00:00
taca
28499e8137 Upadte pear-Net_SMTP package to 1.4.4.
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-22 15:45:38 +00:00
taca
b06abac2f6 Update pear-Net_IDNA2 package to 0.1.1.
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-22 15:44:40 +00:00
taca
f270a509df Update pear-Net_DIME package to 1.0.2.
1.0.2		2010-10-25 14:11 UTC

Changelog:

Automatically built QA release
2010-12-22 15:43:19 +00:00
sekiya
4303bea168 Fix divide-by-zero error in CPU performance statistics.
Inspired by Red Hat Bugzilla Bug #501210.
2010-12-22 08:13:30 +00:00
gdt
59c7c580e7 Update to 0.2.1.28, resolving CVE-2010-1676.
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-21 00:07:28 +00:00
tez
27bf0cedaa fix build on solaris per PR#43938 2010-12-20 14:17:01 +00:00
obache
880707dc5b Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +00:00
jmcneill
1ad4fa70c2 Fix 'intfMask != NULL' assertion on NetBSD when mdnsd encounters an IPv6
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-15 22:33:41 +00:00
heas
23a10ba0e9 Expand the information in the description and install message 2010-12-15 21:37:55 +00:00
ryoon
59d85ba073 Add quvi 2010-12-13 12:45:47 +00:00
ryoon
a69a38384e Import quvi-0.2.10 as net/quvi.
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-13 12:43:17 +00:00
wiz
05628ce37b 2.2.19:
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-13 10:51:33 +00:00
wiz
d781f6b957 Update to 2.2.18:
2.2.18  Tue Nov 30 2010  legatvs
Changes:
        - Change google test URL
        - Accept dailymotion swf URLs (related b#3115846)
2010-12-12 11:38:26 +00:00
adam
49d84d5182 Added net/pear-Net_IDNA2 version 0.1.0 2010-12-09 07:46:07 +00:00
adam
1be141f40e This package helps you to encode and decode punycode strings easily. 2010-12-09 07:44:57 +00:00
abs
2bafe6a185 Fix build on OS X, bump PKGREVISION. Note dhcpcd runs but something in
OS X seems to be eating the dhcp server's responses, even with the
OS X interface config set to manual.
2010-12-07 22:53:48 +00:00
abs
c33fbffe08 Add patch from roy@ to enable building on Darwin. Bump PKGREVISION 2010-12-07 22:26:10 +00:00
adam
8106fecb30 Added net/samba35 version 3.5.6 2010-12-06 17:03:03 +00:00
adam
aae3ec801d Samba provides file and print services for Microsoft Windows clients.
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-06 17:01:22 +00:00
adam
f1de6812dd Seems like Darwin also supports ACLs 2010-12-06 16:40:50 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
taca
6cd775c711 Update ruby-addressable pacakge to 2.2.2.
=== Addressable 2.2.2
- fixed issue with percent escaping of '+' character in query strings
2010-12-04 04:13:50 +00:00
jmcneill
ec32e41f13 add ads, ldap, pam, and winbind to default pkg options
bump pkg revision
2010-12-03 23:43:14 +00:00
wiz
4f9c7147a2 Update to 2.32.2:
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-02 15:34:44 +00:00
taca
cf6aa8d9f8 Update bind96 package to bind-9.6.2pl3 (9.6.2-P3).
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-02 00:32:34 +00:00
taca
a278fa80c7 Update bind97 package to bind-9.7.2pl3 (9.7.2-P3).
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-02 00:31:33 +00:00
bouyer
6ce2c608b2 Update to 1.1.2.1. Main motivation is to avoid warnings with perl 5.12.
Other changes are mainly improvements in backend to support more OS,
more OS variants or versions.
2010-12-01 21:00:51 +00:00
adam
3fea59063d We don't actually need c++ 2010-11-30 12:48:05 +00:00
adam
0f6a350eb1 Added net/knock version 0.5 2010-11-30 12:36:23 +00:00
adam
d7cbc3b30c knockd is a port-knock server. It listens to all traffic on an ethernet (or PPP)
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-30 12:35:12 +00:00
obache
f6baf4445a Add an patch for OpenSSL without MD2 support.
PR#43975.
2010-11-30 11:04:58 +00:00
adam
571aacd5a9 Changes 2.1.4:
* 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-30 08:50:17 +00:00
drochner
f995818774 update to 2.20.3
changes: translation updates
2010-11-29 18:33:29 +00:00
drochner
1d9ceb187c update to 0.2.1.27
changes:
-fix incompatibility with the recent openssl security fix (CVE-2010-3864)
-update ip->geo db
-add a directory authority
-bugfixes
2010-11-29 17:50:16 +00:00
drochner
74e4d918d2 bump PKGREV for e-d-s update 2010-11-29 12:52:17 +00:00
ghen
ebdf3a3689 Honor PKG_SYSCONFDIR. 2010-11-29 12:41:51 +00:00
agc
a5e4729171 Add and enable modpcap 2010-11-29 07:26:16 +00:00
agc
27682ba445 Initial import of modpcap version 0.0.5 into the packages collection.
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-29 07:25:04 +00:00
obache
4158c4d74d Bump PKGREVISION from evolution-data-server shlib bump. 2010-11-29 01:49:33 +00:00
roy
aa97ff3c0f Update to dnsmasq-2.55 with the following changes:
* 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-27 13:24:47 +00:00
roy
8f8d064312 Update to dhcpcd-5.2.9 with the following changes:
* 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-27 12:59:31 +00:00
wiz
f84778295d Update to 2.2.17:
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-23 17:40:40 +00:00