Commit Graph

93110 Commits

Author SHA1 Message Date
kili
c0f0c11435 Move REVISION bump from Makefile.inc to stable/Makefile where it
belongs.

BTW: there seems to be a snapshot newer than stable available again
(2.45.28), so if anyone is interested in reviving the snapshot
version, just give it a try.
2014-06-28 21:08:09 +00:00
kili
c97e7ef241 Properly move the revision bumps to devel/Makefile (REVISION=3)
and stable/Makefile (REVISION=0) to avoid the devel packages
going back from p2 to p0.
2014-06-28 20:31:10 +00:00
zhuk
6a49a5738c Replace ${MODKDE4_DEP_VERSION} with 4.11 for "workspace" option.
Plasma developers choosed to have 4.11.x releases. Yes, you'll have, say,
kde-workspace-4.10.10 among KDE 4.13 packages.

No-op for now, will matter in the near future.
2014-06-28 16:45:00 +00:00
benoit
728394cfe2 Update pngcrush to 1.7.76. 2014-06-28 08:15:44 +00:00
jeremy
2b7d2d6087 Update to mednafen 0.9.35.1. 2014-06-28 04:08:48 +00:00
sthen
51502ac0c3 remove cvs keywords from patch, problem reported by krw@ 2014-06-28 02:42:57 +00:00
sthen
47f1f178b3 limits.h needed on i386, problem reported by "G", fix from FreeBSD 2014-06-27 20:51:42 +00:00
robert
dd4cc4f838 update to 5.4.30:
Over 20 bugs were fixed in this release, including the following CVEs:
CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480,
CVE-2014-3487, CVE-2014-4049, CVE-2014-3515.
2014-06-27 16:13:08 +00:00
robert
e08f3b7989 update to 5.5.14:
This release fixes several bugs in addition to 8 CVEs.
2014-06-27 16:10:59 +00:00
jeremy
67de8d7e1b Update to JRuby 1.7.13. 2014-06-27 15:26:02 +00:00
ajacoutot
c090b615aa Update to gns3-0.8.6. 2014-06-27 06:19:43 +00:00
sthen
e99fc4d5b2 s/icinga/icinga2 in "mv-into-chroot" instructions 2014-06-27 00:28:19 +00:00
sthen
4cc264bba2 remove obsolete comments 2014-06-27 00:28:02 +00:00
sthen
9e8ddf0f3a typo in @sample line 2014-06-27 00:16:08 +00:00
sthen
84fcd57b0e LIB_DEPENDS on libexecinfo 2014-06-27 00:14:27 +00:00
sthen
e46dad478d Add a dedicated _icingacmd group for use with icinga2 command pipes and livestatus 2014-06-27 00:09:29 +00:00
sthen
c496c04b9e update to quagga-0.99.23 2014-06-27 00:06:42 +00:00
sthen
4a419ce8b1 update embedded copy of minilzo, CVE-2014-4607 2014-06-26 23:00:15 +00:00
sthen
9ecbdf1562 security update to LZO 2.07, CVE-2014-4607
'Fixed a potential integer overflow condition in the "safe" decompressor
variants which could result in a possible buffer overrun when processing
maliciously crafted compressed input data.

As this issue only affects 32-bit systems and also can only happen if
you use uncommonly huge buffer sizes where you have to decompress more
than 16 MiB (2^24 bytes) compressed bytes within a single function call,
the practical implications are limited.'

See http://www.openwall.com/lists/oss-security/2014/06/26/20 for more
details, there are also some embedded copies of "minilzo" from the same
source in various other programs which are also affected by this
2014-06-26 22:52:52 +00:00
sthen
0e0b010ad2 Set J in MAKE_FLAGS (to MAKE_JOBS). john-jumbo make infrastructure passes
this as -j$(J) to child processes, so if undefined this results in "gmake -j".
As gmake(1) says, "If the -j option is given without an argument, gmake
will not limit the number of jobs that can run simultaneously."

Hopefully this fixes a weird build failure that naddy saw and I was able
to replicate after a bunch of build attempts.
2014-06-26 22:10:33 +00:00
zhuk
efba96cf94 Add support for tmpfs to lsof(1). pvalchev@ (MAINTAINER) agrees. 2014-06-26 22:06:36 +00:00
bcallah
05e54f6e30 Update to 3.1.4 2014-06-26 21:40:55 +00:00
sthen
c6d998bb71 BUILD_DEPENDS+= works better if it's after a previous BUILD_DEPENDS
rather than before it... found my naddy (and myself earlier but I didn't
see the problem then).
2014-06-26 21:13:47 +00:00
sthen
2e8d423c2b whitespace commit, test cvsync 2014-06-26 21:01:37 +00:00
naddy
92f15bed8a Fix an off-by-one error in the updater, where we would always consume
a byte but only sometimes account for it.
2014-06-26 20:06:50 +00:00
pascal
34eebf0b92 sync 2014-06-26 16:32:50 +00:00
pascal
2670d3e4e1 Import GCC 4.9, sparc64 test and ok tobiasu@ 2014-06-26 16:30:15 +00:00
pascal
3dacafb463 infrastructure glue for gcc 4.9 2014-06-26 16:26:59 +00:00
sthen
b1b06532b4 call cl_initialize_crypto() from cl_init(), to unbreak HAVP following update
to clamav 0.98.4

https://bugzilla.clamav.net/show_bug.cgi?id=11037
2014-06-26 15:36:11 +00:00
jeremy
3c00e491e4 Update to daemon_controller 1.2.0.
Thanks sthen@ for the reminder
2014-06-26 14:45:53 +00:00
sthen
cf9eb7d6bb Work around Firefox build failure on i386 occurring since skia was updated
in 30.0, see https://bugzilla.mozilla.org/show_bug.cgi?id=1028827.

Remove some "if build machine has SSE2/SSSE3 then don't bother with cpuid
feature checks at runtime" pieces.

ok jasper@ (landry is away for a few days).
2014-06-26 13:40:59 +00:00
sthen
50e88f9946 Update to gnupg-2.0.24; various fixes including "infinite loop in uncompressing
garbled packets" (CVE-2014-4617). Fix capitalization in COMMENT while there
as was already done in security/gnupg (gpg1.x). OK pea@ (maintainer).
2014-06-26 13:38:06 +00:00
sthen
130723b94e update squid/snapshot to squid-3.HEAD-20140626 2014-06-26 13:08:42 +00:00
sthen
065fc55d2f Update to squid-3.4.6, various fixes (especially for SSL-bump but some general
ones). Includes some memory leak and segv fixes.
2014-06-26 12:54:31 +00:00
ajacoutot
eb3f72c25a SECURITY update to ansible-1.6.5.
https://groups.google.com/forum/#!topic/ansible-announce/A1px5egCnGQ

ok sthen@ jasper@
2014-06-26 12:48:46 +00:00
sthen
20b5a675ba Backport fixes to samba from 3.6.24, from Ian McWilliam (maintainer)
CVE-2014-0244: malformed packet can nmbd to loop, preventing further
NetBIOS name service

CVE-2014-3493: smbd "crash involving overwriting memory on an
authenticated connection" (just classed as a DoS in release notes,
but that may be optimistic)
2014-06-26 11:43:54 +00:00
zhuk
a79f051644 Security update to Samba 4.0.19, from MAINTAINER Ian McWilliam. 2014-06-26 10:40:56 +00:00
sthen
3c9dda0a2f fix TEST_DEPENDS; RD Thrush 2014-06-26 08:55:51 +00:00
ajacoutot
c0d833e52a Update to link-grammar-5.0.8. 2014-06-26 08:33:27 +00:00
sthen
ea3247717b update to gnupg-1.4.17
http://lists.gnupg.org/pipermail/gnupg-announce/2014q2/000344.html

CVE-2014-4617: DoS due to garbled compressed data packets
2014-06-26 00:30:15 +00:00
jasper
9837f4912a - update to facter-2.1.0
* nearly all local patches have been merged into a release now
* http://docs.puppetlabs.com/facter/2.1/release_notes.html
2014-06-25 22:00:24 +00:00
bcallah
4cebedfc74 Host one of the tarballs myself.
aja@ noticed that one of the tarballs was 404'ing.
2014-06-25 18:29:52 +00:00
naddy
f397a7260b Add full support for commitid and bump protocol version.
Old clients will receive updates with commitid stripped out.

Upstream author agrees with the direction taken.

Heavy lifting by jca@, debugging and tweaks by yours truly
ok jcs@
2014-06-25 17:54:07 +00:00
jeremy
bc053665a5 Backport an upstream rubygems patch fixing issues with Gem.refresh.
OK ajacoutot@
2014-06-25 15:38:39 +00:00
jeremy
2ed85124e3 Backport an upstream rubygems patch fixing issues with Gem.refresh.
OK ajacoutot@
2014-06-25 15:38:18 +00:00
bcallah
a5674206c0 Remove outdated mips64* flags. Fix a time_t warning.
Improvements and ok sthen@
2014-06-25 13:48:58 +00:00
sthen
866e91c181 s/BACKTRACE_/Backtrace_/ now the local file in cmake has been synced with the
cmake 3 version
2014-06-25 11:14:50 +00:00
ajacoutot
e15e68b87b Update to gnome-user-docs-3.12.2 2014-06-25 09:17:12 +00:00
ajacoutot
9303a43090 Update to libinotify-20140622.
ok kirby@ (maintainer)
2014-06-25 09:12:00 +00:00
ajacoutot
68233e8f19 Update to pango-1.36.5. 2014-06-25 08:09:23 +00:00