Commit Graph

9188 Commits

Author SHA1 Message Date
sthen
bfc6ee6ff9 - fix an off-by-one in iperf triggering a segfault with (insanely) high
bandwidths, seen when investigating some bug where a too-high bandwidth
was reported.

- patch configure to not remove the -g flag from CFLAGS

ok lteo@
2013-03-03 12:29:44 +00:00
landry
ac405c56be Properly disable gtk-doc, otherwise it's picked as a hidden dep during
build.
2013-03-03 08:12:05 +00:00
ajacoutot
e53b100ce1 Hook up ifstat,snmp. 2013-03-02 14:16:43 +00:00
ajacoutot
dc30cd8f37 Update to h323plus-1.25.0. 2013-03-02 14:06:24 +00:00
ajacoutot
1349c92183 Update to opal-3.10.10. 2013-03-02 14:05:59 +00:00
ajacoutot
3a07071d40 Update to ocsync-0.70.4. 2013-03-02 14:01:42 +00:00
sthen
7315927d04 zap -no-pie stuff no longer needed for static bins. 2013-03-02 12:42:33 +00:00
sthen
c59262b392 icinga-web 1.8.2 2013-03-02 12:41:55 +00:00
jasper
79684e7f37 - update to apache-activemq-5.8.0 2013-03-02 12:31:35 +00:00
jasper
4bf2fc7c44 - add missing build dependency, spotted by several
ok aja@
2013-03-02 12:21:10 +00:00
fgsch
5321f2a662 SECURITY UPDATE: fix remote DoS.
aja@ sthen@ ok
2013-02-15 09:54:36 +00:00
jasper
e7663d3def add CVE id that was just issued.
ok sthen@
2013-02-12 21:39:47 +00:00
sthen
74672a6f9d Cherrypick OpenConnect fix; use a dynamically allocated buffer rather than
a fixed stack buffer when constructing HTTP requests. Prevents an overflow
if a malicious VPN gateway sends a very long hostname/path (for redirects)
or cookie list. (There is a newer release of OpenConnect which includes
this fix, but also some bigger code changes, so that will wait until we
are done with 5.3 release).  ok aja@ jasper@
2013-02-11 21:16:33 +00:00
bluhm
5b5611e8ac update p5-Net-Inspect to 0.27
OK jasper@ naddy@
2013-02-11 21:07:38 +00:00
ajacoutot
9949e8d7c4 Use chsh(1) at @exec-add / @unexec-delete time to set the correct shell
for the uucp user.

idea from miod@
ok jasper@ sthen@
2013-02-09 15:17:46 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
naddy
dbc1294a3d include the built-in manual, as intended 2013-02-08 16:45:25 +00:00
jasper
d3be0ce8b6 Security fix for CVE-2013-0249, smtp_state_authdigest_resp()
buffer overflow vulnerability.

Backported from upstream git.

ok naddy@ (MAINTAINER)
2013-02-08 16:27:12 +00:00
ajacoutot
e03c56c9c5 MODGCC4_VERSION default to 4.6 now. 2013-02-07 19:13:49 +00:00
bluhm
ff7a18eb62 update p5-Net-Inspect to 0.26 2013-02-06 23:18:19 +00:00
ajacoutot
e953a008f8 Quiet gconftool-2:
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.

discussed with espie@
2013-02-06 14:23:06 +00:00
jasper
1f21a8e5ce sync 2013-02-05 15:09:26 +00:00
jasper
b5f048c3e6 import apache-activemq 5.7.0
Apache ActiveMQ is the most popular and powerful open source
messaging and Integration Patterns server.  Apache ActiveMQ is fast,
supports many Cross Language Clients and Protocols, comes with easy to
use Enterprise Integration Patterns and many advanced features while
fully supporting JMS 1.1 and J2EE 1.4.

rc.d help and ok aja@
2013-02-05 15:08:45 +00:00
sthen
23ca7d6c7d bump; make sure static binaries get updated 2013-02-05 14:49:29 +00:00
ajacoutot
cf54f2a184 Set the full path to gtar and do not hardcode /usr/local. 2013-02-05 10:39:29 +00:00
jasper
bed7df512a - update to stomp-1.2.8 2013-02-05 10:31:57 +00:00
bcallah
92e85ce86e Update my email on these ports to my openbsd email.
ok jasper@
2013-02-04 15:36:35 +00:00
nigel
68f2f4ba8b Add dependency on bison and patch not to create unused ps nad ps files.
Ok sthen@
2013-02-03 23:07:02 +00:00
todd
977640c32f bitlbee has otr and libpurple flavors, lets actually build them; ok okan@ 2013-02-01 22:16:29 +00:00
kili
01a60713d6 Update to 0.7.5.3, including a fix for CVE-2013-0722.
Fix wrong use of mutexes and some wrong error checking
related to pthreads. (The patch for this had been sent
upstream)

Hack around the abuse of NS_IN6ADDRSZ and NS_INT16S probably
found on certain systems (see Makefile for an explanation).

ok sthen@
2013-02-01 22:10:18 +00:00
naddy
df0c9e45b7 recognize 5.3 2013-02-01 17:15:01 +00:00
brad
46848914ad Rename dprintf macro/function to debugprintf so as to not conflict with
POSIX function name.

ok sthen@
2013-02-01 09:48:38 +00:00
brad
3f8bdb2f69 Update to Samba 3.6.12. Fixes two security issues with SWAT. CVE-2013-0213, CVE-2013-0214 2013-01-30 23:22:05 +00:00
okan
c9a4101f18 update to 3.2 and switch from gnutls to openssl; mostly from Tom Doherty and
LEVAI Daniel; additionally I'm passing along MAINTAINERship.

testing and OK landry@
2013-01-30 21:45:42 +00:00
brad
ad18715b12 - Rename dprintf function to debugprintf so as to not conflict with POSIX
function name.
- Remove USE_GROFF
- Obey CC

Last few items from and OK sthen@
2013-01-30 01:45:20 +00:00
sthen
ab8ce39fe9 zap %%SHARED%%; nigel@ 2013-01-30 01:08:32 +00:00
brad
888e1e905f Update to ircd-hybrid 8.0.6. Fixes a DoS issue. CVE-2013-0238
ok sthen@
2013-01-29 23:50:04 +00:00
sthen
73cb848f4c SECURITY update to libupnp 1.6.18 http://www.kb.cert.org/vuls/id/922681
- at least three remotely exploitable buffer overflows in the
unique_service_name() function, which is called to process incoming
SSDP requests on UDP port 1900.

- devices that use libupnp may also accept UPnP queries over the
WAN interface, therefore exposing the vulnerabilitites to the
internet.

(and roll shared libs from PFRAG.shared into PLIST while there).
2013-01-29 16:14:06 +00:00
brad
8c54177e3f Rename dprintf function to debugprintf so as to not conflict with POSIX
function name.

ok stsp@ sthen@
2013-01-29 00:05:43 +00:00
stsp
9014b21793 Fix build on !shared arch; with and ok sthen@ 2013-01-28 15:38:31 +00:00
stsp
51a5a4ad80 +libircclient 2013-01-28 13:52:09 +00:00
stsp
074541a78e Import libircclient port.
libircclient is a small but extremely powerful library which implements
the IRC protocol. It is designed to be small, fast, portable and
compatible with the RFC standards as well as non-standard but popular
features. It is perfect for building the IRC clients and bots.

tweaks and ok sthen@
2013-01-28 13:49:52 +00:00
ajacoutot
66d1bee23e Don't leak host info by default (upstream).
Don't add 0pointer.de and zeroconf.org to default browse list (upstream).
regen WANTLIB.
2013-01-26 10:25:31 +00:00
jasper
147dd19b12 - update to weechat-0.4.0
from Simon Kuhnle
2013-01-25 08:42:08 +00:00
robert
583d819950 update to 2.0.4 2013-01-24 18:48:15 +00:00
ajacoutot
156fb851f8 Update to ocsync-0.70.3. 2013-01-24 15:04:22 +00:00
sthen
5aa61b85c7 Add comments about flavour handling to makefile.
Use birdc/birdc6 down for rc_stop.
2013-01-24 10:04:15 +00:00
sthen
61f17d8090 update to BIRD 1.3.9 2013-01-24 09:56:08 +00:00
zhuk
3e0342c770 Move KDE 3 headers from ${PREFIX}/include to ${PREFIX}/include/kde.
This just unbreaks build of the port, no need to bump REVISION.

Tested in a bulk, input and okay by landry@
Reviewed by ajacoutot@ too
2013-01-23 21:44:10 +00:00
sthen
ed4560228c bugfix update to Samba 3.6.11, from maintainer Ian McWilliam 2013-01-23 13:34:41 +00:00
benoit
d6adb0e2b4 - update etherape to 0.9.12
- regen PLIST
- update patches and WANTLIB
2013-01-23 10:17:46 +00:00
gonzalo
0e4e7602b2 missin revision with my mail change.
Pointed by gsoares@ thanks!
2013-01-22 13:42:44 +00:00
gonzalo
735ec7ec08 Update for mirmon to 2.7.
Ok sthen@ (maintainer)
2013-01-22 12:54:53 +00:00
bluhm
46eda715f5 update p5-Net-IMP to 0.59 2013-01-21 20:49:56 +00:00
jasper
4146b1aae6 - enable regress tests 2013-01-21 18:45:37 +00:00
jasper
d9ad6eda82 - update to telepathy-salut-0.8.1 2013-01-21 18:43:36 +00:00
jasper
9b8ff78113 - update to telepathy-idle-0.1.14 2013-01-21 18:37:14 +00:00
gonzalo
d11824fd85 New dir on my mirror. 2013-01-21 12:01:42 +00:00
gonzalo
759daff886 Update for Gajim to 0.15.2:
* Show punycode encoded urls if they contain non-ascii chars
   * Fix crash when pressing Esc in chat window
   * Support Network Manager 0.9
   * decrypt GPG messages in the correct order

While here GROFF is not needed.

Ok pea@ (maintainer)
2013-01-20 23:59:44 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
ajacoutot
eadbc98af6 PF incoming. 2013-01-20 15:19:00 +00:00
ajacoutot
c5c45ea9d8 Tighten pf.conf example. 2013-01-20 14:19:43 +00:00
ajacoutot
1731ebf411 Remove unneeded patch and chunks.
Install org.freedesktop.Avahi.service.
2013-01-20 10:44:17 +00:00
landry
6594e502b3 Unbreak on sparc64: use the same workaround as on mips64/loongson
(gcc bug fixed in 4.3.3? other archs may be affected)
2013-01-20 09:19:31 +00:00
fgsch
42cdefa7a4 Add myself as maintainer. 2013-01-19 20:43:42 +00:00
fgsch
09959a815f Update to ngircd 20.1.
merdely@ benoit@ ok.
2013-01-19 20:40:56 +00:00
sthen
0f81196db2 check that argv[1] isn't null before using it in strncmp() to avoid segv;
this file isn't currently built (it needs fmemopen) so no bump.
2013-01-18 22:38:06 +00:00
sthen
f1a40283a6 remove unnecessary parts from the Makefile patch, they are handled in
the port Makefile already. no pkg change.
2013-01-18 22:36:44 +00:00
gsoares
7cff5fea25 missing license marker
from Amit Kulkarni on ports@
2013-01-18 20:54:44 +00:00
gonzalo
a7d3be008d Update for munin to 2.0.10 with bugfix and installs perl-related manuals to
man3p category from kirby@ (maintainer)

ok kirby@ (maintainer)
2013-01-18 12:23:24 +00:00
bluhm
37f53d004b update p5-BSD-Socket-Splice to 0.05 2013-01-16 21:23:41 +00:00
sthen
3bd5bb6e6c additional notes for README 2013-01-16 20:54:40 +00:00
bluhm
1e346e37d1 update p5-Net-Inspect to 0.25 2013-01-16 20:38:37 +00:00
ajacoutot
4cb6c77af5 Remove bogus @extra marker.
spotted by brad@
2013-01-16 14:36:00 +00:00
ajacoutot
d52743fe85 Update to gnugk-3.2. 2013-01-16 14:18:53 +00:00
ajacoutot
19ffd372e7 Update to h323plus-1.24.99.
(cvs checkout needed for upcoming GnuGK update).

Remove plugins support, they are useless for GnuGK and other apps using
H323 plugins use opal nowadays.
2013-01-16 14:18:17 +00:00
sthen
9992816228 Unbreak build on a system without x11/gtk+ installed when autoconf is run;
the AM_PATH_GTK macro that was in configure.ac comes from the gtk+ package
itself.
2013-01-16 13:54:59 +00:00
benoit
4538002b43 - update py-dns to 2.3.6 2013-01-16 07:55:26 +00:00
benoit
b7059683db - update p5-Net-Daemon to 0.48
- remove USE_GROFF and WRKDIST

from David Hill, ok kevlo@ (maintainer)
2013-01-16 07:35:56 +00:00
lteo
e1048a5d4e Update to Snort 2.9.4.0, from Markus Lude (maintainer).
Notable changes:

* Consolidation of IPv6 -- now only a single build supports both
  IPv4 & IPv6, and removal of the IPv4 "only" code paths.
* File API and improvements to file processing for HTTP downloads
  and email attachments via SMTP, POP, and IMAP to facilitate
  broader file support
* Use of address space ID for tracking Frag & Stream connections
  when it is available with the DAQ
* Logging of packet data that triggers PPM for post-analysis via
  Snort event
* Decoding of IPv6 with PPPoE

This commit also includes a patch to snort.conf that was done by myself
with feedback from Markus.  The snort.conf patch ensures that Snort will
load the latest Snort ruleset since the rule files have been reorganized
by upstream.  It also excludes local.rules by default, since rule
managers like Oinkmaster skip that file when downloading rules.

Tested by Markus on i386 and sparc64, Rodolfo Gouveia on 5.2/amd64 with
his own snort.conf, and myself on amd64 and i386.

OK sthen@
2013-01-16 04:52:53 +00:00
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