8932 Commits

Author SHA1 Message Date
sthen
d00e751efc import ports/net/dnscrypt-proxy, from Frank Denis with small tweaks
by me, ok jasper@

DNSCrypt-proxy provides local service which can be used directly
as your local resolver or as a DNS forwarder, encrypting requests
using the DNSCrypt protocol and passing them to an upstream server,
by default OpenDNS who run this on their resolvers.

The DNSCrypt protocol is very similar to DNSCurve, but focuses on
securing communications between a client and its first-level resolver.
While not providing end-to-end security, it protects the local
network, which is often the weakest point of the chain, against
man-in-the-middle attacks. It also provides some confidentiality to
DNS queries.
2012-10-12 15:20:00 +00:00
sthen
d449cdab9c SECURITY update to libproxy 0.4.9; CVE-2012-4504, buffer overflow in PAC
processing.

While there, remove unnecessary patches (some fixed upstream, some workarounds
for header problems which have since been cleaned up, and change the "Build the
pacrunner into libproxy" patch into -DBIPR:BOOL=OFF in CONFIGURE_ARGS instead).

ok ajacoutot@
2012-10-12 13:01:15 +00:00
kirby
0da08b478d Major update to munin-2.0.7
Full changelog is here:
https://github.com/munin-monitoring/munin/blob/2.0.7/ChangeLog

Lots of input and help from sthen@ (maintainer)
ok sthen@

P.S. Your config may need some manual interference.
2012-10-12 09:46:46 +00:00
dcoppa
bd3f871e81 Fix fallout of haskell ports, now that devel/gmp is no more a
dependency for ghc
2012-10-11 14:06:34 +00:00
lteo
53898bf3e1 Make various improvements to the Snort port:
* Add an rc.d script.

* In snort.conf, provide the URL to the official Snort rules so that
  users know where to get them.

* In snort.conf, provide the URL to the Emerging Threats rules along
  with a commented include line to allow users to easily load the
  Emerging Threats rules if they wish.

* Revise pkg/README with details on where to obtain Snort rules, the
  differences between the official Snort rules and Emerging Threats
  rules, how to download them, and provide some guidance on setting up
  Snort.

snort.conf and README changes OK Markus Lude (maintainer), sthen@
rc.d script OK sthen@
2012-10-11 02:40:48 +00:00
robert
3c6d10db8f update to zabbix version 2.0.2 2012-10-10 22:04:57 +00:00
jasper
d35e39fbeb - disable PAM support to make sure it doesn't get picked up when PAM is around. 2012-10-10 08:11:09 +00:00
sthen
8878756014 Update to BIND 9.9.1P4: CVE-2012-5166
If specific combinations of RDATA are loaded into a nameserver, either
via cache or an authoritative zone, a subsequent query for a related
record will cause named to lock up.

See https://kb.isc.org/article/AA-00801 for more details.
2012-10-09 22:46:17 +00:00
ajacoutot
8023b7a76b Missing obvious CATEGORIES.
joint work with robert@ and jasper@
2012-10-09 20:00:02 +00:00
jasper
17d20cb93c - fixup the commands in the cert/Makefile
- adjust permissions on the default certificates so that prosody can use them

ok MAINTAINER
2012-10-08 09:11:35 +00:00
jasper
686f8632e2 - update to gupnp-vala-0.10.5 2012-10-08 07:00:17 +00:00
gonzalo
91f7ae8a4d Update for dnstop to 20120611:
* Added "qtype-any" filter for displaying ANY queries which are
  now fashionable in DNS based attacks.

* Anand Buddhev pointed out that LDFLAGS= is missing from Makefile.in.
  Also updated known_tlds.h.

While here dest and GROFF is not needed.

Ok sthen@ (maintainer)
2012-10-05 19:04:45 +00:00
jasper
dc5ce6f2bc - Use the more common '.crt' extension for certificates and fix
an inconsistency along the way.

      ok MAINTAINER
2012-10-05 14:38:09 +00:00
brad
d82691569c Update to vsftpd 3.0.2.
ok benoit@
2012-10-05 02:27:50 +00:00
jasper
0c42dd0e87 - update to folks-0.8.0 2012-10-04 09:14:24 +00:00
bluhm
ca2e8da0cd update p5-NetAddr-IP to 4.065 2012-10-03 19:55:42 +00:00
bluhm
98e5418263 update p5-Net-Inspect to 0.19 2012-10-03 19:34:32 +00:00
bluhm
9770627c53 + p5-Net-PcapWriter 2012-10-03 19:27:18 +00:00
bluhm
cf97f86b42 Initial import of p5-Net-PcapWriter 0.6
The Net::PcapWriter module allows to create pcap files within
a perl programm without capturing any data.

from Stefan Rinkes <stefan.rinkes AT gmail DOT com>
2012-10-03 19:23:53 +00:00
ajacoutot
70064757da Fix depends after e-d-s move to libsecret. 2012-10-03 15:57:18 +00:00
ajacoutot
486a70dfa6 Minor update to liboauth-0.9.7.
- fixed tiny memory leak when oauth_curl_get() fails
- fixed double-encoding of plaintext signature
2012-10-03 08:16:30 +00:00
ajacoutot
c82f2665b4 Use ${TRACKER_VERSION} in WANTLIB; no pkg change. 2012-10-03 07:02:18 +00:00
sthen
a4bf12a9a9 typo in README; from viq 2012-10-01 23:05:01 +00:00
ajacoutot
122b349ddb Sync wantlib afer e-d-s migration to libsecret. 2012-10-01 15:01:14 +00:00
naddy
8fe4fcf222 Update to 2.71 for numerous bug fixes and small changes.
Includes work by dcoppa@ originally for 2.61.  ok brad@, dcoppa@
2012-09-30 19:53:09 +00:00
sthen
36508dfd31 sync for 1.7.2, spotted by rpe@
(not linked to the build)
2012-09-30 18:09:50 +00:00
bluhm
796f3fa66a + p5-Net-Inspect 2012-09-30 14:51:11 +00:00
bluhm
3582e6ecc8 Initial import of p5-Net-Inspect 0.18
The Net::Inspect module allows to inspect data on various network
layers.

The idea of Net::Inspect is to plug various layers of network
inspection together to analyze data.  This is kind of what wireshark
or IDS do, exept this is in perl and therefore slower to execute
but faster to develop and maybe more flexibel too.

from Stefan Rinkes <stefan.rinkes AT gmail DOT com>
2012-09-30 14:40:34 +00:00
jasper
cc68d314c7 - update to gajim-0.15.1
ok pea@ (MAINTNAINER)
2012-09-30 14:28:43 +00:00
bluhm
d6f0da5fe0 update p5-NetAddr-IP to 4.064 2012-09-30 14:27:18 +00:00
jasper
7e903c59cf - fixup WANTLIB 2012-09-30 07:49:04 +00:00
jsg
0d86481a73 adapt to recent youtube changes
ok martynas@ ajacoutot@ dcoppa@
tested by matthieu@
2012-09-30 02:45:04 +00:00
ajacoutot
db0e4a1dbf Add a comment that connectivity and upower are interdependant. 2012-09-29 14:01:54 +00:00
ajacoutot
388c0f6585 @comment -> post-install rm 2012-09-29 13:14:04 +00:00
fgsch
b761843802 hook ngircd 2012-09-29 12:35:03 +00:00
fgsch
057dc33e3f Import ngircd 19.2, a lightweight irc server
input and ok sthen@ gonzalo@
2012-09-29 12:32:01 +00:00
jasper
0255a42763 - update to folks-0.7.4.1 2012-09-29 10:38:11 +00:00
landry
879f33a3c0 Mark as BROKEN-hppa, undefined references to :
__sync_lock_test_and_set_4
__sync_add_and_fetch_4
__sync_bool_compare_and_swap_4
2012-09-29 07:25:40 +00:00
sthen
13a60063fd use a better MASTER_SITES, as pointed out by Adam Jeanguenat. 2012-09-28 19:30:54 +00:00
jasper
f54b6d82ba - update to telepathy-farstream-0.6.0 2012-09-28 14:26:56 +00:00
jasper
b351181006 - update to telepathy-glib-0.19.10 2012-09-28 14:26:40 +00:00
jasper
cc2b8bd061 - update to farstream0.2.0 2012-09-28 14:26:11 +00:00
jasper
51944cdce8 - update to libnice-0.1.3 2012-09-28 14:25:54 +00:00
jasper
2a9a259103 - disable farstream support which is now gstreamer-1.
as discussed with aja@
2012-09-28 14:25:06 +00:00
jasper
023e3c0709 add API_VERSION to SUBST_VARS 2012-09-28 13:07:52 +00:00
jasper
efc5c96eb1 - update to telepathy-mission-control-5.12.3 2012-09-28 11:58:28 +00:00
gonzalo
b61f015afb Little update for Mirmon to 2.6:
o Fixed sorting of 'fake' domain ; ucfirst not is required.
o Capitalize region names ; fake domains (like 'Master') should be
  ucfirst, and go to the top of the report list ; 'proper' regions
  are sorted 'lc'. The ISO-country-list is now utf8,
  Capitalized and complete.
o Faster probe-load averaging by always probing the average number
  of mirrors. The 'ok' and 'not ok' mirrors are averaged separately.
o Show 'project_name' when reporting changes in the mirror-list.
o Show 'path' for rsync urls in the report like 'site::path'.

While here GROFF is not needed.

Ok sthen@ (maintainer)
2012-09-28 11:40:39 +00:00
ajacoutot
e7fe5251ee Fix telepathy-gabble-xmpp-console. 2012-09-28 06:44:18 +00:00
sthen
e435381750 adapt youtube parser; fixes cclive 2012-09-27 23:46:16 +00:00
gonzalo
23dbb02e11 Update for Adsuck to 2.4.3 with updated files.
Ok aja@
2012-09-27 18:20:41 +00:00