90065 Commits

Author SHA1 Message Date
pascal
3b4521b00d Fix two mplayer feature tests that would spin if a feature wasn't actually
present.  Fixes hang at startup.

Discussed with sthen@ espie@ aja@, ok sthen@
2014-02-17 06:53:37 +00:00
pascal
3d0bdd1b86 Merge upstream commit r36845:
Fix probe bug losing video packets.

ds_fill_buffer will actually lose any data from previous
ds_fill_buffer calls.
Use demux_fill_buffer instead to get the intended behaviour.

This fixes mplayer -nosound with DVDs, as used by multimedia/ogmrip.

ok sthen@ aja@ espie@, no objection jasper@
2014-02-16 19:50:52 +00:00
sthen
dfd8cdce65 SECURITY fix for a stack-based buffer overflow in MuPDF's xps_parse_color()
function, info at http://www.hdwsec.fr/blog/mupdf.html. ok espie@ aja@ naddy@
2014-02-15 22:42:07 +00:00
naddy
54dd36bd18 don't pick up inputmethods/scim if it happens to be around
ok sthen@ ajacoutot@ jasper@
2014-02-15 15:37:15 +00:00
espie
06a9ae3967 documentation tweak 2014-02-14 14:30:05 +00:00
espie
6a42e0555d security update: https://drupal.org/node/2194671
okay aja@
2014-02-14 11:12:32 +00:00
espie
bd2470e0df security update: https://drupal.org/node/2194589
okay aja@
2014-02-14 11:12:06 +00:00
espie
07a5f00f67 security update: https://drupal.org/node/2194639
okay aja@
2014-02-14 11:11:28 +00:00
giovanni
2ecf6982b2 point users to the correct configuration file.
spotted by Eric Brown
ok sthen@ jasper@ ajacoutot@
2014-02-14 10:02:52 +00:00
jasper
65c4e09650 security update to ansible-1.4.5
ok rpe@ (MAINTAINER), aja@ sthen@
2014-02-14 09:46:18 +00:00
ajacoutot
4fea671524 SECURITY fix for CVE-2014-1959.
ok sthen@ jasper@
2014-02-14 09:07:30 +00:00
sthen
64853c8019 Adjust detection of freetype following the header move, this was breaking some
of ImageMagick's text-printing support. ok ajacoutot@ espie@ landry@ jasper@
2014-02-13 08:33:02 +00:00
jeremy
3c4d5c27f3 Unbreak ruby 1.9+ on sparc64 by disabling the peephole optimizer, which
was the cause of the previous occassional segfaults.

Thanks to landry@ for access to a sparc64 box

OK landry@, sthen@, naddy@
2014-02-12 22:41:43 +00:00
sthen
f345f882ed Fix build on sparc64, this needs -fPIC for the internal libpcap. Thanks to
Markus Lude for reporting the problem and testing the fix.  ok jasper@
2014-02-11 16:16:36 +00:00
espie
b0b03e9d58 cosmetic: print-package-signature -> print-update-signature
(to be referenced by documentation, to stop confusing crypto signatures
with other signatures).

(old name kept over release, to be scraped completely afterwards, user-visible
change only)

okay sthen@
2014-02-11 10:34:34 +00:00
stu
4952bb104c Quick fix for gnu-interp not working with pie.
ok espie@
2014-02-11 07:49:58 +00:00
espie
f82bc4eb80 synch 8743 unzels 2014-02-10 20:13:28 +00:00
jasper
a7f099b030 Upon startup Jenkins explodes it's war for serving static files such as
javascript/css/images into /tmp. However this directory may get cleaned
over time and if the Jenkins process gets these files wiped from underneath
itself the web interfaces is completely thrashed.
So move these files to /var/cache/jenkins for now; there are various
upstream tickets about this but no update is provided which addresses this
issue.

note: jenkins-1.509.x is not affected but gets bumped as the rc script
is shared between the two packages.

ok aja@ espie@ gonzalo@ ian@ (MAINTAINER)
2014-02-10 19:26:25 +00:00
robert
415b43ac07 revert update due to ports being locked and this not being a security update 2014-02-10 18:34:59 +00:00
espie
e4fc7c154d fix packaging... cvs did not commit everything ? 2014-02-10 17:52:34 +00:00
sthen
a3572f1266 Update nmap to 6.40, and build with their bundled libpcap for now, bpf_timeval
patches are questionable and there's a timing-related problem to track down.
From giovanni@ (maintainer) a while ago. Add a fix from jca@ to fix a floating-
point related assertion failure seen on i386, reminded by zhuk@. Committing the
update rather than the minimal assertion-fix diff as it has been more
extensively tested in the past (then slipped through the cracks), jasper@
agrees. OK jasper@ giovanni@
2014-02-10 17:43:15 +00:00
sthen
f68fdeb92c build luajit with -Wl,-E to avoid problems when dlopen()ing hit by tedu.
tracked down by jturner, I tweaked his diff to use more of upstream's
original src/Makefile. ok jasper@ jturner@ abieber@
2014-02-10 17:31:46 +00:00
nigel
50fe0435ce patch should have removed.
Ok sthen@, ajc@
2014-02-10 12:53:57 +00:00
ajacoutot
8b0c592d1a Update to evolution-ews-3.10.4.
(crash, mem leak... fixes)

ok jasper@ sthen@ espie@
2014-02-10 12:46:25 +00:00
ajacoutot
33004e0eba Update to evolution-3.10.4.
(crash, mem leak... fixes)

ok jasper@ sthen@ espie@
2014-02-10 12:46:01 +00:00
ajacoutot
3fb1129cb2 Update to evolution-data-server-3.10.4.
(crash, mem leak... fixes)

ok jasper@ sthen@ espie@
2014-02-10 12:45:30 +00:00
robert
11c378607e update to 32.0.1700.107 2014-02-10 07:02:24 +00:00
sthen
8178f9fa56 Update ports/net/ntp to 4.2.7p418. This is ntp.org's ntp daemon, *not*
the base system's openntpd.

Update removes a reflected unauthenticated DoS attack vector that has
been hit a lot in the wild recently, see http://www.openntpproject.org/
UDP traffic amplification 19x.

This is a devel version from upstream, they have decided not to fix it in
the stable branch. Users running older versions should add "disable monitor"
to their config and restart, then verify that "monlist" in ntpdc does not
return a list.

ok aja@, missing build dep spotted by naddy
2014-02-09 21:36:46 +00:00
zhuk
84be64bfcd Test for empty lines in PLIST. 2014-02-09 19:27:12 +00:00
zhuk
934244224a Warn about empty lines in PLIST/PFRAG files. Idea supported by jasper@. 2014-02-09 19:26:25 +00:00
zhuk
c6ebf134b0 /var/run/* is normal when hardcoded, too. 2014-02-09 18:50:08 +00:00
zhuk
e634c0dbec PERMIT_DISTFILES_CDROM died a while ago. Found by portcheck. 2014-02-09 18:23:32 +00:00
zhuk
1159f5f6a9 /var/tmp should not produce warnings too. 2014-02-09 18:21:16 +00:00
zhuk
deaa2d5b7f Hook up new test. 2014-02-09 18:14:41 +00:00
zhuk
f4ca100acc Import (currently failing) test of checking for hardcoded paths. 2014-02-09 18:14:05 +00:00
zhuk
59eeb06308 Rever previous, it actually makes portcheck do not trigger for problematic
/var paths at all. A better fix will come later, let's go for low hanging
fruits now.
2014-02-09 18:11:13 +00:00
zhuk
47f5103e9f Do not warn about hardcoded /var/log/*. 2014-02-09 17:24:48 +00:00
zhuk
4f4898e8f9 Hook new test. 2014-02-09 16:12:17 +00:00
zhuk
47b0f542db More comprehensive test for duplicated assignments. 2014-02-09 16:11:16 +00:00
zhuk
c95c81bf60 Fix checks for duplicated assignments. Noted while watching at
portcheck -A output for audio/soundtouch.
2014-02-09 16:09:55 +00:00
zhuk
0b6bfe437d Use more precise name for variable, to make logic more clear. 2014-02-09 15:44:20 +00:00
espie
1e496a8a62 typo, avoid creating oodles of empty objects 2014-02-09 15:24:20 +00:00
zhuk
9189b7341e Fix default ignore list for -A, and add "tests" there. 2014-02-09 15:19:32 +00:00
zhuk
249a1a6ea5 Sorted version, makes actual test happier. 2014-02-09 15:14:28 +00:00
zhuk
8e4b429bc1 Oops, forgotten in previous: sample gtk-update-icon-cahce test errors. 2014-02-09 15:13:13 +00:00
zhuk
7ac6a7728b Hook up gtk-update-icon-cache test. 2014-02-09 15:12:24 +00:00
zhuk
3aefc93ac3 Checks for gtk-update-icon-cache goo. 2014-02-09 15:11:45 +00:00
zhuk
28a1c15db0 Unbreak portimport after previous. Clean up getopts call while there. 2014-02-09 15:10:49 +00:00
zhuk
230c7faa41 After more discussion with ajacoutot@, force removing of erroneous
icon-theme.cache file on package install.

To be removed from PLIST-guic after release.
2014-02-09 14:36:10 +00:00
zhuk
c513f8bd9d Stop creating /usr/local/share/icons/icon-theme.cache by accident. This
could eat more than 500MB RAM.

okay ajacoutot@
2014-02-09 14:24:08 +00:00