Commit Graph

9058 Commits

Author SHA1 Message Date
lteo
9d63b08c10 Update to DAQ 2.0.0.
From Markus Lude (maintainer).

OK sthen@
2013-01-16 04:48:39 +00:00
sthen
40953bfd4e +xl2tpd 2013-01-15 23:02:40 +00:00
sthen
48c88527b2 import ports/net/xl2tpd, ok pirofti@
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661),
which works by opening a pseudo-tty for communicating with pppd.

L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
servers. Another important application is Virtual Private Networks where
the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
RFC 3193).
2013-01-15 23:02:19 +00:00
jasper
e125be7dc5 remove emacs-jabber now that both emacs22 and 23 are gone, also, this port
doesn't work with emacs21 and the version that can be installed through ELPA
for emacs24 works just fine.

ok gsoares@
2013-01-15 17:51:19 +00:00
jasper
d735a36b59 unhook emacs-jabber 2013-01-15 17:49:55 +00:00
sthen
beada9ea05 disable the phone-home "check for updates" option in default config. 2013-01-14 12:14:21 +00:00
sthen
408ec294c5 update nagios to 3.4.4; SECURITY stack-based buffer overflow in history.cgi
(CVE-2012-6096, http://pastebin.com/FJUNyTaj)
2013-01-14 11:57:44 +00:00
sthen
7ef198742f bugfix update to icinga 1.8.4; including SECURITY stack-based buffer
overflow in history.cgi from the classic cgi programs (CVE-2012-6096)
and some other minor fixes.
2013-01-14 02:39:15 +00:00
ajacoutot
04dd317372 Add a pf.conf(5) example rule. 2013-01-13 19:49:37 +00:00
brad
73958da403 Update to PuTTY 0.62.
ok djm@
2013-01-13 10:12:52 +00:00
ajacoutot
cfd20a18ac Add an rc_post() to prevent the adsuck monitor process to be left hanging
there...

ok gonzalo@ (maintainer)
2013-01-12 16:14:22 +00:00
benoit
0224dc9f7e - update p5-Net-Whois-RIPE to 2.002
- add EPOCH
- regen PLIST
2013-01-12 14:14:51 +00:00
bluhm
dc69c434cf update p5-Net-IMP to 0.56 2013-01-12 00:18:06 +00:00
kili
eb3e336a9e hook hs-curl. 2013-01-11 20:25:08 +00:00
kili
57a7451f01 libcurl is a client-side URL transfer library, supporting FTP, FTPS,
HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading,
HTTP form based upload, proxies, cookies, user+password authentication
(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http
proxy tunneling and more!

This package provides a Haskell binding to libcurl.

From MAINTAINER David Schaefer.

ok dcoppa@
2013-01-11 20:17:21 +00:00
ajacoutot
ae5fbe63d8 Bump after libsigc++-2 -docs => -main merge. 2013-01-11 13:44:24 +00:00
sthen
bcb2c19a24 update ettercap to 0.7.5.1 but also mark it as BROKEN; mutex locking
problems at runtime means this no longer works since the move to rthreads.
2013-01-10 18:11:14 +00:00
brad
733c580715 Update to transmission 2.76.
ok naddy@
2013-01-10 18:11:00 +00:00
sthen
96c476d90f mark conflict: astro/jday, net/netatalk 2013-01-09 23:06:24 +00:00
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
benoit
836b197ab9 - update py-ftpdlib to 0.7.0
- add MODPY_SETUPTOOLS
- regen PLIST

Tested by Juan Francisco Cantero Hurtado
2013-01-09 16:09:32 +00:00
bcallah
98ed7c63a6 Update to synergy 1.4.10 and take MAINTAINERSHIP.
CMakeLists.txt patch done by dcoppa@
ok landry@
2013-01-08 20:35:36 +00:00
gonzalo
74f322886d update net/p5-Net-MySQL to 0.11
from Davi Hill.
2013-01-08 20:13:22 +00:00
kirby
4e29c795b0 - update to 2.0.9
http://munin-monitoring.org/browser/munin/ChangeLog?rev=2.0.9
- take maintainership (suggested by sthen@, previous maintainer)
- fix font license notice
- install netbsd uptime plugin

OK sthen@
2013-01-08 11:14:02 +00:00
sthen
f9b0d265e7 update hints for d-root 2013-01-08 10:17:14 +00:00
sthen
85f7e7683c add hints for d-root 2013-01-08 10:16:10 +00:00
sthen
32c9cbaa4e update to pidgin-sipe-1.14.1, from maintainer Tom Doherty 2013-01-08 09:57:43 +00:00
brad
885379d459 Disable the H.263 / H.264 codec support within H323Plus as it is not
necessary for GnuGK to work and the unmaintained code does not build
with anything modern for FFmpeg getting in the way of updating FFmpeg.

ok ajacoutot@
2013-01-08 09:51:09 +00:00
benoit
4846514f1b - update py-snmp to 4.2.3
- regen PLIST
2013-01-07 16:23:21 +00:00
bentley
05a260cf32 Update to ii-1.7.
Changes since last release (http://lists.suckless.org/dev/1301/13945.html):

1.7 (2013-01-05)
    - -k now specifies an environment variable that contains the
      server key. This behaviour has been changed in order to not
      expose the password in the process list.
    - Fix parsing of JOIN messages for certain servers.
      Thanks Ivan Kanakarakis!
    - Use , rather than _ for slash characters in channel names.
      As per RFC , is not allowed in a channel name, while _ is.
      Thanks plomplomplom and Nils Dagsson Moskopp!

ok gsoares@ (maintainer)
2013-01-07 14:15:15 +00:00
fgsch
75a030c726 point weechat to the correct cert file. bump revision.
sthen@ ajacoutot@ dcoppa@ ok.
2013-01-06 12:06:20 +00:00
ajacoutot
3cebecada4 Adapt to README.template.
ok sthen@ (maintainer)
2013-01-06 07:54:13 +00:00
sthen
26223473c7 update Smokeping to 2.6.8 and add an rc.d script
- note that the script file location has changed, it's probably simplest
to use the new sample httpd config.
2013-01-05 22:52:06 +00:00
ajacoutot
366c549a02 Explicitely compile --without-pam. 2013-01-05 12:45:45 +00:00
benoit
f06ff8f4f6 - update py-dnspython to 1.10.0
- regen PLIST

'Looks good to me!' wcmaier@
2013-01-04 20:46:55 +00:00
sthen
8f1bb57bea sync new address for D root 2013-01-04 13:34:51 +00:00
brad
498176ce1d Update to ircd-hybrid 8.0.4.
ok sthen@
2013-01-04 00:56:48 +00:00
sthen
1931eaa0b1 revert multicast changes in last upstream release, they do not work on OS
which require the interface IP address for IP_{ADD,DROP}_MEMBERSHIP

reported by Raphael Mazelier
2013-01-04 00:24:10 +00:00
benoit
2ffed0229b - update arping to 2.13
ok @sthen
2013-01-03 13:12:21 +00:00
brad
c8da2efa43 Update to ircd-hybrid 8.0.3.
ok sthen@
2012-12-31 22:54:56 +00:00
brad
d1febc3c8b Update to ircd-ratbox 3.0.8. Fixes a remote DoS issue.
ok sthen@
2012-12-31 22:53:43 +00:00
bluhm
43692c1126 - update p5-Net-SMTP-TLS-ButMaintained to 0.21
- remove the patch, it has been fixed upstream
OK sthen@
2012-12-30 12:01:32 +00:00
bluhm
9032b14a2c update p5-NetAddr-IP to 4.066 2012-12-29 15:30:54 +00:00
bluhm
2be1b7f19f update p5-Net-Inspect to 0.24 2012-12-29 14:39:49 +00:00
bluhm
944b86f532 update p5-Net-IMP to 0.52 2012-12-29 14:22:31 +00:00
naddy
bc09a2942f remove trailing whitespace in PLIST 2012-12-28 21:03:39 +00:00
rpe
2727c9e902 - update icinga-core to 1.8.3
- update icinga-web to 1.8.1
- now, as the versions of icinga-core and icinga-web seem to diverge,
  move version information to the individual Makefiles in core/ and
  web/

ok sthen@ (MAINTAINER)

Changes for icinga-core 1.8.3:
Bugs
* idoutils: fix unknown column contactaddress_id (thx fmbiete) #3483 - MF

Changes for icinga-web 1.8.1:
Bugs
    * Removed duplicate insert in sql upgrade scripts #3328
    * IE7 window fix for cronk save dialog
    * Disabled grouping of of unhandled problems grid #3320
    * Re-added missing command restriction class #3457
    * Removed ghost column after changing to new grid events #3458
    * Fixes PNP extension #3427
    * Removed flash for packaging and flash security fixes
    * Various custom cronk dialog fixes

Features
    * Allow xtypes in grid events to customize menues
    * Clearcache enhancements
    * Make ApiComboBox default for filters (Pagination)
2012-12-27 14:51:54 +00:00
jasper
4afa697815 mark broken on mips64 for the same reason it's broken on hppa 2012-12-27 08:13:19 +00:00
sthen
8c813409e4 sync wantlib 2012-12-23 13:25:11 +00:00
sthen
b7e535002c sync wantlib 2012-12-23 12:25:30 +00:00