101175 Commits

Author SHA1 Message Date
jasper
1f5850fd2f - zap a bunch of '@rm -fr' cases that were masking files that have long since been removed
- pre-emptively fix a few other cases while here
2015-05-18 06:56:04 +00:00
dcoppa
be8e4a8dfa We have 'nm -D' now, so remove my hack using 'objdump -T' 2015-05-18 06:06:49 +00:00
dcoppa
53e70bdc34 /etc/wpa_supplicant.conf may also contain passwords, so enforce the
right permissions here too.

From Tim van der Molen
2015-05-18 04:56:33 +00:00
bluhm
0cc4dacac8 update p5-IO-Socket-SSL to 2.015 2015-05-18 00:27:05 +00:00
czarkoff
61a5d88050 Fix linker flags for "zrtp" module
While at it, fix a patch that changed during last update

OK sthen@, "go for it" espie@
2015-05-17 21:19:23 +00:00
czarkoff
727b299430 Don't install libbn.a to avoid conflict with security/gpg5
OK sthen@, "go for it" espie@
2015-05-17 21:16:54 +00:00
espie
4125493a02 Already run as the correct user, so revert.
run it  in a chdir(distdir) instead, avoids situations
where the original dir is inaccessible by unpriv_user AND
simplifies the code too. What more could you ask for ?
2015-05-17 20:39:45 +00:00
bcallah
4b4b8316fe Update to 20150517 2015-05-17 18:37:09 +00:00
robert
9f9aec07c9 update to 3.1.5 2015-05-17 16:04:10 +00:00
robert
69327f53ab update to 8.37;
includes fixes for the following CVEs:
CVE-2014-8964
CVE-2015-2325
CVE-2015-2326
2015-05-17 15:18:37 +00:00
robert
6202bb053a update to 4.8.14 2015-05-17 14:09:51 +00:00
bcallah
3eeb0f8307 Update to 0.30.0
From Florian Stinglmayr (MAINTAINER)
2015-05-17 13:58:42 +00:00
robert
8f053cec53 security update to 5.6.9 2015-05-17 12:01:18 +00:00
robert
b48e859e4d security update to 5.5.25 2015-05-17 12:00:57 +00:00
robert
f1bda7e79e security update to 5.4.41 2015-05-17 12:00:22 +00:00
sthen
1b4949740b reset maintainer, bouncing mail - pointed out by jasper@ 2015-05-17 11:42:17 +00:00
sthen
ed0ff65c1a net/irc tweaks:
- add a 64-bit time_t fix from john at scarfone dot net
- drop MAINTAINER, email address no longer valid
2015-05-17 11:20:50 +00:00
jasper
7b35bd823f use JFFI_ARCH instead of hardcoding the path for amd64 2015-05-17 10:30:59 +00:00
jasper
88ada8ebcb - use a dedicated _logstash user
- drop filewatch hacks by setting the right java.library.path

based on a diff from p@tristero.se
2015-05-17 10:28:35 +00:00
jasper
8bf92bb693 _logstash checks in 2015-05-17 10:24:55 +00:00
jasper
ce626e7392 - update to josm-8339
from Holger Mikolon (MAINTAINER)
2015-05-17 09:57:07 +00:00
jasper
fa06a25f97 - update to elasticsearch-1.5.2
- add README regarding openfiles

based on a diff from p@tristero.se
2015-05-17 09:43:22 +00:00
ajacoutot
30ad738988 Update to gtk-doc-1.23. 2015-05-17 09:12:19 +00:00
jasper
a39b275086 mark broken after redcarpet update; besides, this port was badly in need
of an update anyway which hasn't happened in almost 2 years now.
2015-05-17 09:05:14 +00:00
jasper
a21ecb561f update to gedit-3.16.2 2015-05-17 09:01:14 +00:00
espie
59b4a6a4d6 make sure we switch to a directory within the chroot on localhost,
as per chroot(8).
2015-05-17 08:29:31 +00:00
benoit
4ed38cd8f5 Update to p5-Eval-Closure-0.13. 2015-05-17 07:19:39 +00:00
jasper
4161d9241f use PORTROACH(_COMMENT); this needs __thread support before it can be updated 2015-05-16 19:06:26 +00:00
jasper
f1439171e2 marc peters takes maintainership 2015-05-16 18:56:55 +00:00
espie
550697f7a6 We never use groups separately, make it a grouplist.
Get group name as well.

Pass BUILD_USER/BUILD_GROUP/FETCH_USER/FETCH_GROUP as env variables to STARTUP
script.
2015-05-16 18:14:04 +00:00
espie
db2b669193 if the build-user of dpb can't get to bulk/update directories, it's
not really an issue. This is probably the issue aja saw earlier today,
and I just ran into it myself.
2015-05-16 17:04:51 +00:00
espie
372cc73c8f make log files more helpful, when dependencies get coalesced together and
handled by an earlier port, link to the relevant port which has the pkg_add.
Makes it much easier to figure out when show-prepare-results fails because
of conflicts in dependent ports...
2015-05-16 17:01:53 +00:00
espie
70b1c1c81b chdir($distdir) at the start of expire_old
First, it makes for simpler code. It also allows things to work when your
cwd is not readable by your user, such as /root, since File::Find wants the
cwd.
2015-05-16 15:27:48 +00:00
kettenis
d635793e10 Drop --with-com_err such that we don't try to link the static libcom_err.a
that contains non-PIC code into a shared library.

ok (and help from) ajacoutot@, gsoares@
2015-05-16 15:19:00 +00:00
espie
6dd937461c In -F mode, things are run directly from within dpb, so we must ensure
the user changes correctly.

OO is cool: no need to store the user in each distfile, since it's in
the repository.
2015-05-16 12:23:05 +00:00
ajacoutot
17184c0ce7 Update to webkitgtk4-2.8.3. 2015-05-16 12:04:36 +00:00
kettenis
69bfea1809 Make sure object files linked into a shared library get compiled with -fPIC.
ok ajacoutot@
2015-05-16 10:59:22 +00:00
espie
627af03a40 run this part as the correct user.
avoids situations where dpb is run from a dir inaccessible by unpriv_user
found out by aja@
2015-05-16 10:52:19 +00:00
sthen
4b1b341589 openmsx needs -fomit-frame-pointer on i386 (register pressure following move
to PIE); it was only added to CFLAGS, so add it to CXXFLAGS as well.
2015-05-16 10:51:27 +00:00
sthen
1130911c35 fix 0ad/base following CXXFLAGS change; -march=i586 was added to CFLAGS but
also needs adding to CXXFLAGS (port uses 64-bit atomic ops).
2015-05-16 10:49:50 +00:00
ajacoutot
efcf0c5e34 Remove redundant patch. 2015-05-16 10:48:14 +00:00
sthen
f36a496644 Bump -extras, missed when bijiben moved from -extras to -main 2015-05-16 10:45:41 +00:00
sthen
12a5dc6315 fix PKGNAME 2015-05-16 10:42:52 +00:00
pea
824a38097a Update to 2.1.4
ok dcoppa@
2015-05-16 10:33:09 +00:00
kettenis
5b67b7d496 Use $CC to link shared library to make sure crtbeginS.o gets linked in.
Switches CONFIGURE_STYLE to autoconf to make sure configure gets regenerated.

ok (and help from) sthen@
2015-05-16 10:15:53 +00:00
kettenis
1dedf79151 Use $CC to link shared library to make sure crtbeginS.o gets linked in.
ok dcoppa@
2015-05-16 10:07:19 +00:00
robert
7c881d5f12 update to 4.4.3.2 2015-05-16 09:06:38 +00:00
rpe
63f96a669f Update www/selfoss to 2.13.
OK aja@
2015-05-16 08:26:14 +00:00
landry
b1ecf06474 Update to thunderbird 31.7.0 / lightning 3.3.7.
- See https://www.mozilla.org/en-US/thunderbird/31.7.0/releasenotes/
- Fixes MFSA 2015-46, 47, 48, 51, 54 & 57

Note that thunderbird 38 (based on gecko 38) will be released in some days.
2015-05-16 07:29:12 +00:00
landry
a7fad4de72 Update to firefox-esr 38.0.1.
- See https://www.mozilla.org/en-US/firefox/38.0.1/releasenotes/ and
  https://www.mozilla.org/en-US/firefox/38.0/releasenotes/
- Fixes MFSA 2015-46->58
- switch i386 back to use clang.
- use system icu4c
- remove bunch of now useless/merged patches
2015-05-16 07:26:12 +00:00