Commit Graph

9876 Commits

Author SHA1 Message Date
sthen
d2b666fc99 SECURITY update to icinga 1.10.2; (note for -stable, 1.9.4 fixes same issues)
CVE-2013-7106, CVE-2013-7107  https://dev.icinga.org/issues/5250
The icinga web gui is susceptible to several buffer overflow flaws,
which can be triggered as a logged on user. A remote attacker may
utilize a CSRF (cross site request forgery) attack vector against a
logged in user to exploit this flaw remotely.

CVE-2013-7108  https://dev.icinga.org/issues/5251
The icinga web gui are susceptible to an "off-by-one read" error
resulting from an improper assumption in the handling of user submitted
CGI parameters. [..] by sending a specially crafted cgi parameter,
the check routine can be forced to skip the terminating null pointer
and read the heap address right after the end of the parameter list.
Depending on the memory layout, this may result in a memory corruption
condition/crash or reading of sensitive memory locations.
2013-12-17 08:46:45 +00:00
bcallah
1d4e136418 Update texapp to 0.6.6
Changelog:
* Fix for quote marks in private messages (thanks @jnm)
* -dontautoreply is a comma-separated list of names you don't want to
 auto-reply to. Useful for users you don't want to interact with by mistake
2013-12-16 03:35:13 +00:00
lteo
0696392dcc Update to Snort 2.9.5.6, from maintainer Markus Lude.
Special thanks to Bhagya Bantwal of Sourcefire for a patch to fix
crashes on sparc64 on first alert.

Tested on sparc64 by Markus; tested on amd64, i386, and macppc by me.
2013-12-16 03:32:39 +00:00
jasper
b29f1dfd51 update to gupnp-0.20.9 2013-12-15 10:56:33 +00:00
ajacoutot
283187cfe3 Remove useless header. 2013-12-14 12:46:33 +00:00
jasper
f52bd72cd5 - update to p5-Net-IP-1.26
from david hill
2013-12-12 21:36:53 +00:00
dcoppa
5466140219 Fix "socks" flavor; sync WANTLIB 2013-12-12 14:10:13 +00:00
zhuk
db82f29b2f Link libmygpo-qt to builds. 2013-12-12 10:49:13 +00:00
sthen
3cc5e96e74 don't pull in timeb.h, ftime / struct timeb are not used 2013-12-11 22:22:14 +00:00
kirby
6f3b517273 +dhcdrop 2013-12-11 19:32:30 +00:00
kirby
2685d64d83 Import dhcdrop, a tool to either reduce the impact of a rogue DHCP server
on a network, or as a stress-test tool for use when configuring
or developing DHCP servers.
DESCR tweaks and ok sthen@
2013-12-11 19:15:15 +00:00
dcoppa
c07e702609 Update to libnatpmp-20131126, enforcing strict aliasing rules. 2013-12-11 10:45:49 +00:00
jca
76d89f18bb Forgotten revision bump. 2013-12-10 23:42:29 +00:00
sthen
96fd6e652b update iab/oui files 2013-12-10 15:31:28 +00:00
zhuk
dd3e72f0e3 libmygpo-qt is a Qt/C++ library wrapping the gpodder.net Webservice.
It is currently used in Amarok 2 and Clementine to retrieve a
directory of podcasts and to synchronize podcast subscriptions with
gpodder.net.

This is a dependency for upcoming Clementine 1.2 update.

Input from and okay nigel@
2013-12-09 21:26:32 +00:00
bentley
b2d6de46bf Update to libquvi-scripts-20131130. 2013-12-09 04:17:37 +00:00
zhuk
775315e69d Fix build (-Werror) on platforms where char is unsigned.
Noticed by landry@ on macppc.
2013-12-08 20:06:16 +00:00
zhuk
9ae3028075 Move on to KDE 4.11.4.
In this release, four "fat" packages were split:

  * kdeadmin
  * kdenetwork
  * kdesdk
  * kdetoys

To make updates reliable, we provide corresponding meta-packages now.

Many new patches in x11/kde4 correspond to the linking problems detected.
Those are planned to integrate upstream but probably we'll have to keep
some of them until KDE 5.

For information about major KDE 4.11 features, look at the official site:
http://www.kde.org/announcements/4.11/

Kopete Jingle support is disabled for now, until googletalk-call gets
cured from permanent coredumping.

This update involved a lot of help and patience for my mistakes from
many people, including ajacoutot@, espie@, naddy@... but most of the
times this was landry@ who definitely deserves personal "thank you"!
2013-12-08 19:13:28 +00:00
ajacoutot
60db4aa9d8 Don't crash if no message has been provided; from upstream
ok jasper@ (maintainer)
2013-12-08 10:43:57 +00:00
ajacoutot
3130580855 Fix a crash; from upstream.
ok jasper@
2013-12-08 10:43:21 +00:00
jca
973a523b4d Detect termios.h and use tcgetattr/tcsetattr instead of sgtty.h and
ioctl's.  Compat defines for other systems still using termio.h.
ok naddy@
2013-12-07 22:37:14 +00:00
brad
9fc41a046a Upgrade to ircd-hybrid 8.1.11.
ok sthen@
2013-12-07 10:29:03 +00:00
stsp
8e7784e52f Update to retroshare 0.5.5b, which rolls in most of our patches.
Parallel build seems to be broken for now, but I'm not overriding
PARALLEL_BUILD as per espie's request.
2013-12-06 13:31:50 +00:00
naddy
2ae8ed947a do not include sys/timeb.h, sync autoconf version 2013-12-05 18:34:48 +00:00
bcallah
8512504f6f Don't compile the internal tests; we don't use them and they only seemed to
have compiled by luck anyway.
ok dcoppa@
2013-12-05 15:53:14 +00:00
nigel
d952928b21 Fix WANTLIB/LDEP sysutils/e2fsprogs for ads FLAVOR
Ok sthen@
2013-12-05 13:08:50 +00:00
sthen
a522f6c88e don't pick up uuid/uuid.h if it's present at build time (not used here
anyway), spotted by naddy
2013-12-05 10:45:32 +00:00
naddy
d428c829a3 use <sys/select.h> to get select() in a reliable, standards-compliant way
pointed out by kirby@
2013-12-04 15:23:55 +00:00
sthen
bde7e85865 Remove ez-ipupdate, 10+ year-old unmaintained software that only works
with a couple of commercial dyndns providers which are also covered by
other software such as net/ddclient, net/inadyn, net/no-ip.

At the request of Mitja (maintainer), nobody complained on ports@ (and
it can always be fished out of the attic if needed).
2013-12-03 21:50:01 +00:00
naddy
e393892376 mark as BROKEN: multicast address handling in the kernel has changed 2013-12-03 20:51:06 +00:00
kirby
285bdebbee security and bugfix update to munin-2.0.18
* Avoid a node DoS on bad plugin (CVE-2013-6359)
* Avoid an OOM in HTML generation on bad multigraph data (CVE-2013-6048)
OK sthen@ with the reminder to fix substitue-confvar-inline target
2013-12-03 10:21:01 +00:00
kirby
e36ca339ca Bugfix update to munin-2.0.17
ok sthen
2013-12-02 13:37:47 +00:00
ajacoutot
521529e1a9 Update to glib2-networking-2.38.2. 2013-12-01 12:14:02 +00:00
sthen
378b07ec26 Missed bump, pointed out by nigel@ 2013-12-01 08:45:33 +00:00
brad
c8a2703bdf Update to maradns-deadwood 3.2.03c.
ok sthen@
2013-11-30 20:36:41 +00:00
jca
1316548849 Remove the need for libcompat by actually using POSIX regexps.
ok naddy@
2013-11-29 23:21:06 +00:00
sthen
97ff5f4887 get rid of 2/3 of mtr's library warnings 2013-11-29 11:45:26 +00:00
giovanni
5573308ba2 Update to 0.10.0 and unbreak
hints and ok landry@
2013-11-28 15:43:55 +00:00
ajacoutot
5a936fd8f6 Fix RUN_DEPENDS. 2013-11-28 10:53:28 +00:00
sthen
d5d290f1d4 let this build following if.h fix; quick hack to unbreak the port but not
very clean
2013-11-27 19:59:45 +00:00
landry
a07146ae3b BROKEN-hppa: if you want -Werror, then deal with the breakage. 2013-11-27 18:49:29 +00:00
jca
35d9029141 Unbreak after <net/if.h>, <netinet/if_ether.h> and <netinet/in_var.h>
changes.  ok sthen@
2013-11-26 09:39:41 +00:00
jca
7c9740d9bb Unbreak after <net/if.h> change: we need to include <sys/tree.h>
explicitely.  ok mpi@

While here, fix a minor typo.
2013-11-26 08:53:23 +00:00
sthen
d3209689b1 this now needs if_var.h 2013-11-25 22:06:40 +00:00
sthen
53f1885af6 this needs if_var.h 2013-11-25 21:59:03 +00:00
zhuk
a0205e342e Patch oRTP for getting proper random numbers through arc4random().
Patches for HEAD sent upstream. Take MAINTAINER as it's me who should be
blamed for problems now, anyway.

Initial prodding by landry@
2013-11-25 17:12:43 +00:00
dcoppa
91c5b01263 De-uglify 2013-11-25 16:12:58 +00:00
dcoppa
30e36a3769 Update to luasocket-3.0rc1 to unbreak lua52 flavor.
Reported by tedu@
ok jasper@
2013-11-25 15:27:56 +00:00
sthen
f7319fbe55 Update to BIRD 1.4.0 - adds BFD protocol and support for BGP/OSPF,
"allow local as", extended filters, bugfixes and more.
Note these incompatible changes:

- IBGP is multihop by default.
- Changes primary address selection on BSD to the first one.
- Integers in filters are handled as unsigned.
- ISO 8601 time formats used by default.
- Import of device routes from kernel protocol allowed.
- Last state change now tracks just protocol state change.
- Minor changes to default router ID calculation.
2013-11-25 14:58:32 +00:00
sthen
4ca51fa0b8 fix following if header changes, from mikeb 2013-11-25 14:38:01 +00:00