101027 Commits

Author SHA1 Message Date
ajacoutot
d8caa49ea7 Update to gtk+2-2.24.28. 2015-05-13 14:27:47 +00:00
espie
004ce15105 fix the kde3 vs kde4 bug.
frequent occurrences of tag mismatches were probably triggered by
the import of qt5, which is a long-running nojunk port.

when we're finished with kdeN ports, there's pressure to force junking to
go thru kdeM ports, BUT actual junking *won't* happen in the presence of
a nojunk port, though the current code make it seem as though
we've "succeeded".

Forensics shows:
23826@1431149112: K: x11/kde4/webdev openbsd-2 kde3 vs kde4
23826@1431149112: J: devel/hs-FindBin openbsd-2
23826@1431149119: B: security/p5-Crypt-OpenSSL-RSA
23826@1431149120: J: x11/tellico-kde4 openbsd-2

which made no sense since nothing happened between the K and the J.

But the log of tellico shows the junk not happening.

Still tainted: 1
>>> Running junk in x11/tellico-kde4 at 1431149274
Can't run junk because of lock on x11/qt5,,-main

So synch "can_be_unjunked" for forced junks: it should not succeed if there's
a nojunk port.
2015-05-13 14:27:13 +00:00
kettenis
a317cf2c85 On amd64 we need to make sure function calls in inline assembly code go
through the PLT, so do on OpenBSD what Linux and FreeBSD are already doing.

Fixes build with binutils 2.17 and fixes a potential runtime issue with
binutils 2.15.

ok espie@
2015-05-13 14:03:07 +00:00
ajacoutot
ded35a521e Update to gnome-photos-3.16.2. 2015-05-13 13:33:47 +00:00
kili
d211b1f9ef Update to Pound-2.7.
ok jca@, who had the same diff.
2015-05-13 13:30:37 +00:00
jasper
53a597682d update to empathy-3.12.10 2015-05-13 13:24:23 +00:00
espie
c85aabe25e oops, clock abstract core does NOT follow the pattern. 2015-05-13 12:21:11 +00:00
espie
b712e8531b complete local users with groups list using id -G.
Use that when switching groups to enforce full correct list of groups.

Figure out users that must exist locally, and error out if they don't.

Based on feedback by sthen@
2015-05-13 11:03:18 +00:00
sthen
4723696033 update to GraphicsMagick 1.3.21, from Brad 2015-05-13 09:41:58 +00:00
sthen
e4e24b7693 update to asterisk-core-sounds 1.4.27, adding Swedish audio files 2015-05-13 09:40:20 +00:00
espie
ad4edd7671 was obvious for me... 2015-05-13 09:12:39 +00:00
sthen
3b2507b01b update to wireshark-1.12.5, various crash/infinite loop/memleak fixes
https://www.wireshark.org/docs/relnotes/wireshark-1.12.5.html
2015-05-13 08:36:36 +00:00
sthen
bb09cfce75 update to libsodium-1.0.3, selected highlights from changelog:
- In addition to sodium_bin2hex(), sodium_hex2bin() is now a
constant-time function.
 - crypto_stream_xsalsa20_ic() has been added.
 - crypto_generichash_statebytes(), crypto_auth_*_statebytes() and
crypto_hash_*_statebytes() have been added in order to retrieve the
size of structures keeping states from foreign languages.
 - crypto_box_seal() and crypto_box_seal_open() have been added.
2015-05-13 08:32:25 +00:00
sthen
658a3e127f bugfix update to rcube-sieverules-2.3 2015-05-13 08:23:53 +00:00
sthen
63bb30f239 minor bugfix update to rcube-contextmenu-2.1.2 2015-05-13 08:22:42 +00:00
sthen
db64cee589 update to ccache 3.2.2 2015-05-13 08:19:23 +00:00
sthen
b73f57cac3 switch to forked 4.0.0 version of clamav-unofficial-sigs 2015-05-13 08:14:11 +00:00
benoit
57832f0c0f Update to p5-IO-Socket-Timeout-0.28. 2015-05-13 06:21:44 +00:00
ajacoutot
3a039c244b Update to gnome-themes-standard-3.16.2. 2015-05-13 06:16:26 +00:00
ajacoutot
f0a7aa4f99 Update to glib2-2.44.1. 2015-05-13 06:13:30 +00:00
sthen
57e61a05c9 unbreak i386 packaging.
watch out for ${MACHINE_ARCH}, that's why update-plist warns about them.
2015-05-13 06:08:33 +00:00
ajacoutot
cf0f3483d4 Update to adwaita-icon-theme-3.16.2.1. 2015-05-13 06:07:30 +00:00
sthen
325e3cc1a8 explicitly set DISTFILES, needed on i386 2015-05-13 05:52:58 +00:00
jasper
fd15d819ac - update to vlad-2.6.4
- add missing TDEP
2015-05-13 05:25:52 +00:00
jasper
17050400af Security fix for V3 protocol downgrade: https://github.com/zeromq/libzmq/issues/1273
testing/ok aja@
2015-05-13 05:08:26 +00:00
jasper
3b6ef224e3 update to gnome-font-viewer-3.16.2 2015-05-13 05:07:29 +00:00
jasper
b261d79fe0 update to gnome-screenshot-3.16.2 2015-05-13 05:06:41 +00:00
ajacoutot
4a67ec7cee Update to gnome-maps-3.16.2. 2015-05-12 22:35:18 +00:00
ajacoutot
d51c67c602 Explicit BUILD_DEPENDS not needed anymore after recent gettext change. 2015-05-12 22:26:41 +00:00
sthen
247b0a0869 Adjust the message printed by postfix-enable; since sendsyslog(2) was
introduced there's no longer need for a log socket in the chroot jail,
also demonstrate use of rcctl rather than asking the user to manually
change rc.conf.local (making the message more generic while there).
OK brad.
2015-05-12 22:06:18 +00:00
kettenis
d101848c9c Make sure the amd64 assembly code calls libc functions through the PLT such
that it can be used to bake PIE.  The binutils 2.15 linker (incorrectly)
allows direct calls, but binutils 2.17 flags this as an error.

ok Brad (maintainer)
2015-05-12 20:56:49 +00:00
sthen
f82a1bdf86 update to isc-dhcp 4.3.2, from brad 2015-05-12 20:07:50 +00:00
naddy
a75f048c78 The autopoint tool requires xz to unpack its archive, so add a corresponding
run dependency.  Noticed by ajacoutot@, jca@.
ok sthen@
2015-05-12 19:57:42 +00:00
espie
37f70a2c09 go to root more correctly. 2015-05-12 19:49:54 +00:00
shadchin
3a697d8e3a * Add SHARED_ONLY
* Remove .la from package
* Verbose on

suggested and ok jca@
2015-05-12 19:48:57 +00:00
espie
eeebd8a244 sthen@ has more paranoia than me. Fix a few access cases 2015-05-12 19:48:29 +00:00
espie
635973b622 fix the start as root, non chroot distant case, by making it chroot / 2015-05-12 19:47:47 +00:00
espie
01699a3d54 scrape non-working round-robin code 2015-05-12 19:47:02 +00:00
bluhm
f0d14dcb7a update p5-IO-Socket-SSL to 2.014 2015-05-12 19:34:56 +00:00
jca
773ca29794 Change maintainer mail address per his request. 2015-05-12 19:08:42 +00:00
jasper
1ed12c332d update to geocode-glib-3.16.2 2015-05-12 19:04:26 +00:00
giovanni
0cde6d4204 Update to 10.0.19
from Brad (Maintainer)
2015-05-12 18:03:41 +00:00
bcallah
bd1e7d9358 Update to 20150509 2015-05-12 17:32:43 +00:00
czarkoff
d834eb18e8 update to tkabber 1.1.2 (base and plugins)
OK, sthen@
2015-05-12 16:12:20 +00:00
shadchin
b254252e80 Update to djview4-4.10.3 2015-05-12 16:11:54 +00:00
shadchin
fd2dc3d726 Update to 3.5.27 2015-05-12 16:10:27 +00:00
shadchin
25073071c6 Update to py-requests 2.7.0.
ok jca@
2015-05-12 16:04:38 +00:00
ajacoutot
8a62cc852a Update to seahorse-3.16.0. 2015-05-12 15:49:48 +00:00
ajacoutot
697c20faa0 Update to gcr-3.16.0. 2015-05-12 15:46:42 +00:00
ajacoutot
e1f2b559fc Update to orca-3.16.2. 2015-05-12 15:44:22 +00:00