Commit Graph

8174 Commits

Author SHA1 Message Date
sthen
bb8024adc1 +openconnect 2011-12-08 13:56:14 +00:00
sthen
7d7cdc04a0 import ports/net/openconnect:
OpenConnect is a client for Cisco's AnyConnect SSL VPN, which is
supported by the ASA5500 Series, IOS 12.4(9)T or later on Cisco SR500,
870, 880, 1800, 2800, 3800, 7200 Series and 7301 Routers, and probably
others. Features include:

- Connection through HTTP/SOCKS5 proxy.
- Automatic detection of IPv4 and IPv6 address, routes.
- Authentication via HTTP forms.
- Authentication using SSL certificates.
- Data transport over TCP (HTTPS) or UDP (DTLS).
- Keepalive and Dead Peer Detection on both HTTPS and DTLS.
- Automatic update of VPN server list / configuration.
- Roaming support, allowing reconnection when the local
  IP address changes.

ok/tweaks jasper@, and *big* thanks to upstream developer David Woodhouse
for letting me have access to his test server, noticing+tracking down
problems with vpnc-script when configuring v6 addresses on tun on OpenBSD,
and testing the fix for this on a range of OS.
2011-12-08 13:55:28 +00:00
nigel
fcea88ae68 Update to v0.60 changes are
- Added support for non-blocking clients accept on the server side
  - new_from_fd() is now alias to new_from_socket()
examples added as suggested by jasper@

Ok aja@, jasper@
2011-12-08 11:01:55 +00:00
sthen
21e3d2c347 update to pure-ftpd 1.0.35, OK Brad (maintainer) 2011-12-08 08:03:43 +00:00
jasper
7feaeed803 - don't pickup unregistered dependencies when they happen to be installed. 2011-12-06 22:31:04 +00:00
jasper
3fd7b59178 - tweak MASTER_SITES
- drop unneeded patch
2011-12-06 22:21:36 +00:00
naddy
9b055313ad maintenance update to 7.23.1 2011-12-06 14:44:46 +00:00
dcoppa
0c985ebfb3 Bugfixing update to hpodder-1.1.6 2011-12-05 14:58:59 +00:00
sthen
951fae6b85 Applications linking libproxy need -pthread; add it to the .pc file so
it's listed in "pkg-config --libs libproxy-1.0" output.  ok ajacoutot@
2011-12-05 10:38:42 +00:00
giovanni
af3de99d32 Update to 3.5.2 and take maintainership
ok dcoppa@
2011-12-05 10:20:23 +00:00
benoit
e2dad1ed0b - bump package
- remove MAINTAINER per his request
2011-12-04 10:48:11 +00:00
benoit
1cce34dc31 - update py-snmp to 4.2.1
- add MODPY_EGG_VERSION, MODPY_SETUPTOOLS
- add RUN_DEPENDS, BUILD_DEPENDS
- add NO_REGRESS
- regen PLIST

"reads good" xsa@
2011-12-04 10:42:00 +00:00
ajacoutot
7bdcf16029 Unbreak runtime after pkg_subst(1) was fixed some weeks ago.
breakage reported by Andreas Vogele.
2011-12-04 08:53:57 +00:00
sthen
6a9ce09fbf sync distinfo for 1.6.1, spotted by naddy 2011-12-04 01:52:44 +00:00
ajacoutot
fb173cad3a Add a dependency on x11/gtk+2,-guic. 2011-12-03 23:04:36 +00:00
sthen
ee12a15df7 update to Icinga 1.6.1 2011-12-03 15:01:38 +00:00
ajacoutot
a34b148c11 Remove MSG_NOSIGNAL patch now that we support that.
Move MESSAGE to README.
2011-12-03 13:59:37 +00:00
jasper
da8b8581eb - drop a few patches in favor of a perl replace, no pkg change. 2011-12-03 12:49:11 +00:00
jeremy
cd8b3c3096 Remove NO_REGRESS setting, now handled by ruby.port.mk. 2011-12-02 19:34:42 +00:00
sthen
934343d675 update to MRTG 2.17.3
- temporarily switch to gtar (marked with XXX) as the distfile includes a
file linked to itself(!), which tar(1) rightly rejects. reported upstream.
2011-12-02 11:23:37 +00:00
sthen
40bdea631e whitespace; no pkg change 2011-12-02 11:19:32 +00:00
robert
c97c329d70 update to 1.8.9 2011-12-02 09:11:20 +00:00
sthen
dc8ed42ae2 update to scamper 20111202 2011-12-01 21:45:04 +00:00
sthen
15ea4b6cae Mark the (default) -emacs21 flavour as BROKEN, it needs newer gnus.
other flavours build, but can't be linked in to bulk builds as they add
a build dep on versions of emacs which will conflict with dependencies
of other ports. Suggestion to use BROKEN from naddy@.
2011-12-01 20:16:56 +00:00
sthen
764618cd60 fixes from Irssi SVN, from Brad. "go ahead" viq (maintainer).
- Set window binds for channel items as sticky when re-creating window
binds as part of /layout save. This addresses the problem of previously
saved channel window items forgetting their windows upon reconnection,
which resulted in them being opened in new windows.

- Ensure that expando_cumode_space() doesn't free unallocated memory when no
prefix exists by conditionally allocating and marking to-be-freed the cumode
string inside of expando_cumode().
2011-12-01 17:51:10 +00:00
dcoppa
e258a5bb66 Update to libtorrent-0.12.9 / rtorrent-0.8.9
I also take maintainership, as per naddy@'s request
2011-12-01 17:10:40 +00:00
pascal
213abb2bae add torsocks to Makefile, reminded by aja@. 2011-12-01 13:50:58 +00:00
pascal
5fa8c0b38c Torsocks allows you to use most socks-friendly applications in a safe
way with Tor. It ensures that DNS requests are handled safely and
explicitly rejects UDP traffic from the application you're using.

ok benoit@
2011-12-01 11:49:27 +00:00
rpointel
5f568ac341 +py-zmq 2011-11-30 06:14:17 +00:00
rpointel
e45b60b4b8 Import py-zmq, a lightweight and super-fast messaging library built on top of
the ZeroMQ library.
ok benoit@, mpi@ and Anders Langworthy.
2011-11-30 06:13:25 +00:00
sthen
310dd5ec36 various fixes to Net-SNMP, mostly from upstream repo, one chunk suggested
by Joel Knight to avoid a segfault
2011-11-28 22:40:25 +00:00
dcoppa
24baca1900 Update to aMule version 2.3.1 - The "unobvious evil date" version. 2011-11-28 15:28:49 +00:00
sthen
9ea05cb806 better SYSCONFDIR handling, get rid of CONFIGURE_STYLE=...old hack 2011-11-28 10:52:03 +00:00
sthen
887b604584 Add an rc script for no-ip2, from Mark Peoples with tweaks by me
Maintainer timeout, ok ajacoutot@
2011-11-28 08:37:51 +00:00
fgsch
51f75be3a1 update to ircd-ratbox 3.0.7.
from brad. maintainer timed out
2011-11-27 10:57:24 +00:00
gsoares
e9c0ea776c update p5-Net-Whois-Raw to 2.37
'reads ok' jasper/sthen
2011-11-25 21:07:00 +00:00
jasper
ce456af370 - mention why this needs gnu libtool
- fix libtool invocation while here to something that is correct (and wouldn't
choke our libtool if we were to use it).

no binary change
2011-11-22 19:14:20 +00:00
gsoares
5195ab3fab SECURITY update to ejabberd-2.1.9
Fix for CVE-2011-4320
(ejabberd "<publish>" Stanza Parsing Denial of Service Vulnerability)

ok viq(maintainer) sthen@ jasper@
2011-11-22 17:11:07 +00:00
jasper
9155010918 regen 2011-11-22 16:22:27 +00:00
jasper
bd0707d365 builds fine with ports libtool 2011-11-22 15:55:15 +00:00
jasper
61f5f0363a - update to 0.4.3 2011-11-22 09:03:46 +00:00
naddy
39cd1a026b update to 3.2.5 after shoehorning the KAME IPv6 patch into this version 2011-11-19 15:58:21 +00:00
giovanni
ea06b18ae6 Update to 2.06, from Wen Heping, Thanks 2011-11-19 10:03:22 +00:00
mlarkin
9145867581 add missing category, after careful discussion with p2k11 hackhouse
ok jasper@, robert@, jeremy@, aja@, sthen@wub.me.uk
2011-11-19 02:05:03 +00:00
sthen
1cef5eeefa update net-snmp to 5.7.1 2011-11-18 12:39:06 +00:00
espie
cbb5e400a1 shrink, this lives in bsd.port.mk itself now 2011-11-18 11:16:23 +00:00
jasper
895c9d5656 - update to 2.5.0
testing and ok sthen@
2011-11-17 23:52:38 +00:00
jeremy
16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
jasper
fbf528f55e - update to telepathy-mission-control-5.10.1 2011-11-17 14:58:13 +00:00
jasper
1923df8d26 - update to telepathy-glib-0.16.2 2011-11-17 14:54:22 +00:00