Commit Graph

8245 Commits

Author SHA1 Message Date
bentley
4a1d05876d +grake 2012-01-17 08:59:19 +00:00
bentley
23b1dda727 Import grake-0.1.0.
grake is a command line tool for scanning webpages for Youtube links.

ok sthen@
2012-01-17 08:56:11 +00:00
sthen
e0f299f061 pick a few patches to OpenConnect from upstream repo. 2012-01-16 22:58:54 +00:00
sthen
c70cc94781 update to a newer snapshot of rtmpdump 2012-01-16 22:33:54 +00:00
sthen
bb1fb8e826 update to ISC-DHCPD 4.2.3-P2, from Brad. jakob@ (maintainer) ok. 2012-01-14 12:43:25 +00:00
sthen
0f5aa34593 update RabbitMQ to 2.7.1
- disable unnecessary use of nmap/lsof
- from maintainer Piotr Sikora with small tweaks from me
2012-01-13 20:54:25 +00:00
ajacoutot
7f8a616017 Hook up miniupnp (minissdpd, miniupnpc, miniupnpd) 2012-01-13 09:24:28 +00:00
ajacoutot
4712c03841 Import miniupnpc-1.6.
miniupnpc, the MiniUPnP client library, enables applications to access
the services provided by an UPnP "Internet Gateway Device" present on
the network. In UPnP terminology, it is a UPnP Control Point.

ok sthen@
2012-01-13 09:23:09 +00:00
ajacoutot
c857b25352 Import miniupnpd-1.6.20111118
The miniUPnP daemon is an UPnP IGD (Internet Gateway Device) which
provides NAT traversal services to any UPnP enabled client as well as
NAT Port Mapping Protocol (NAT-PMP) on the network.

ok sthen@
2012-01-13 09:22:50 +00:00
ajacoutot
aa44f3823f Import minissdpd-1.1.20111007.
minissdpd(1) listen to SSDP traffic on the network so miniupnpc(3) does
not need to perform the discovery process and can work faster to set up
a redirection. minissdpd(1) is also able to reply to M-SEARCH SSDP
requests on behalf on miniupnpd(1) or other UPnP server software. That
is useful in order to host several UPnP services on the same machine.
miniupnpd(1) natively uses minissdpd(1) if run on the same machine, but
other UPnP software may require to be patched.

ok sthen@
2012-01-13 09:22:23 +00:00
naddy
d3d4d0ac70 recognize 5.1 2012-01-13 00:23:29 +00:00
dcoppa
f80cb601ab Bugfix: CServerList::LoadStaticServers() failed on empty lines
(upstream git commit e298b38e9ce22e2861d34c5d7f6e7b2e009476b1)

Fix loading of zipped IP filter files
(upstream git commit ab24e8375c23c586de837a9cb7a405ca0499ffde)
2012-01-12 11:30:45 +00:00
sthen
0f482aed97 Update to MRTG 2.17.4; minor update (address fixes & upstream have tracked
down the problem with tarball generation, so we switch back to normal tar to
extract).
2012-01-12 10:44:59 +00:00
sthen
ae755990b6 update to OpenVPN 2.2.2, ok fkr@ 2012-01-12 08:15:30 +00:00
bluhm
144304141e Scapy did not handle the DLT_LOOP type that is used when sniffing
from OpenBSD loopback device.  Add a new layer for that.
ok sthen@
2012-01-12 03:16:24 +00:00
sthen
a5a2161c7a use MODPHP_VSPEC for either|or dependencies on php5 extension modules 2012-01-11 22:27:26 +00:00
sthen
eb815403f0 update to BIRD 1.3.5
- Protocol templates
- Deterministic MED option for BGP
- Support for link-local addresses in BGP and static protocols
- Several bugfixes
2012-01-11 02:05:55 +00:00
sthen
26a4bdcc05 fix whitespace 2012-01-11 02:01:59 +00:00
sthen
f043303909 update to PowerDNS 2.9.22.5; CVE-2012-0206; can be caused to loop packets
http://doc.powerdns.com/powerdns-advisory-2012-01.html - From Brad
2012-01-11 01:41:47 +00:00
sthen
bcfb306eca Fix to randomize hash function, based on 28c3 congress, reported
by Peter van Dijk. Committed upstream in r2580.

Port diff from Brad, ok jakob@
2012-01-10 22:15:54 +00:00
sthen
0345976a63 Adjust unbound.rc to use unbound-control to stop/start/check Unbound.
Previously if unbound-control was used to restart the daemon, further
use of /etc/rc.d/unbound would no longer match the process title.
Reported by camield@, ok aja@ jakob@
2012-01-09 11:55:10 +00:00
sebastia
95b94ee523 /usr/local -> LOCALBASE
BUMP

feedback from aja@
2012-01-09 07:58:07 +00:00
robert
f3409ca850 fix after kinfo_proc2 removal, cleanup the code too 2012-01-08 18:53:22 +00:00
matthieu
9aacac7845 +tcl-snmptools 2012-01-08 14:58:37 +00:00
matthieu
d6851af415 Add tcl-snmptools, a Tcl extension that provides SNMP tools.
ok sebastia@
2012-01-08 14:56:29 +00:00
ajacoutot
6af241a403 Major update to gnugk-3.0. 2012-01-05 08:44:35 +00:00
sthen
609d9f15b2 Add a patch from upstream fixing a small memory leak (about 20 bytes when a
tcp or udp send operation towards authority servers failed).  ok jakob@
2012-01-04 21:41:45 +00:00
ajacoutot
49a77f6571 Bugfix update to glib2-networking-2.30.2. 2012-01-04 16:24:16 +00:00
robert
6feafd656c update to 1.8.10 2012-01-03 09:58:41 +00:00
ajacoutot
95a4fc7621 gamin,-server is gone, glib2 supports native file monitoring with kqueue(2). 2012-01-01 09:04:13 +00:00
kili
4e81865ec4 Update to hs-HTTP-4000.1.2.
ok jasper@
2011-12-31 22:08:39 +00:00
edd
b13eccde6a Make net/h323plus work with brad's recent ffmpeg update.
From brad, OK aja@
2011-12-30 17:39:06 +00:00
okan
39cf1447e1 update to 3.0.4
ok landry@
2011-12-30 17:24:24 +00:00
sthen
416795c9e2 +maclookup 2011-12-30 14:24:33 +00:00
sthen
46b97d0840 import ports/net/maclookup, this is a simple filter to display vendor names
next to MAC addresses found in standard input.  ok pea@
2011-12-30 14:24:07 +00:00
jasper
df6181bec7 - drop a patch now that we have MSG_NOSIGNAL defined
from fgsch@ via MAINTAINER
2011-12-30 14:05:31 +00:00
jasper
ab1cd9052b add a dependency on gst-plugins-ugly; this helps ps3's streaming with rygel 2011-12-29 13:14:09 +00:00
ajacoutot
2b970f9585 Maintenance update to py-smbc-1.0.12. 2011-12-28 14:57:26 +00:00
pea
2316090975 Update to 2.1.12
Rollback patch-src_modules_rules_mak that broke libtool
in a subtle way (lots of lazy binding).

ok ajacoutot@
2011-12-28 10:44:43 +00:00
kili
903b5233a6 Bump to enforce updates. 2011-12-27 21:10:28 +00:00
rpointel
839cec2c0b update py-zmq to 2.1.11.
ok benoit@, mpi@ and Anders Langworthy.
2011-12-27 13:05:02 +00:00
rpointel
d540b5cc50 update zeromq to 2.1.11.
ok mpi@, Anders Langworthy, maintainer timed out.
2011-12-27 13:03:37 +00:00
dcoppa
6409197fe1 Fix crash in chat window on disconnected client
(upstream git commit ea45371bda1aa96fe63967c15e360b11d9d84bbd)

Fix bad #define
(upstream git commit b2ff838be24f5effae9ac4b75bd1897b710a60dc)
2011-12-27 11:51:37 +00:00
fgsch
d20b03a1d6 install doc under py-XXX making this ready for python 2 and 3.
benoit@ ok as part of a bigger diff sent to ports@.
2011-12-25 23:59:06 +00:00
sthen
f1b74611ac +natpmpd 2011-12-23 15:15:55 +00:00
sthen
ad8960edfe Import ports/net/natpmpd, from maintainer/upstream Matt Dainty. ok jasper@
natpmpd is a daemon that can be used on an OpenBSD NAT gateway to
provide support for the NAT-PMP protocol on any internal networks which
then allows a client to create and maintain rules in pf to map TCP and
UDP connections to the external IP address on the NAT gateway to
services running on the client itself.
2011-12-23 15:15:30 +00:00
giovanni
ab12aa7eda Update to 2.0.12, from Wen Heping 2011-12-21 16:25:05 +00:00
sebastia
4d53ef2e27 Use a much smaller distfile, no bump since no package change.
OK jasper@
2011-12-21 13:37:26 +00:00
giovanni
b3b3786168 Update to 1.2.1, tested by Wen Heping, thanks 2011-12-20 15:25:11 +00:00
sthen
fcb33424c5 SECURITY update to Unbound 1.4.14, incorporating various diffs from Brad,
jakob@ and myself. See http://www.unbound.net/downloads/CVE-2011-4528.txt
for more details, summary from the above is below:

--
Unbound crashes when confronted with a non-standard response from a
server for a domain. This domain produces duplicate RRs from a certain
type and is DNSSEC signed.Unbound also crashes when confronted with a
query that eventually, and under specific circumstances, resolves to a
domain that misses expected NSEC3 records.

These two problems were discovered within 24 hours, hence a combined
vulnerability disclosure.

By constructing the non standard responses an attacker can use these
vulnerabilities for a DOS attack.

To our knowledge 'denial of service' is the only type of exploit possible.
--
2011-12-20 10:49:19 +00:00