136791 Commits

Author SHA1 Message Date
sthen
4d4ae31d8f simplify java.port.mk and handle jdk 11, ok kurt@ 2019-03-28 19:00:47 +00:00
kurt
154393cc17 Update for jdk11 and removal of old versions and jre 2019-03-28 18:57:34 +00:00
phessler
96d8e225f5 remove mlbviewer
MLB.tv changed their API last year, and this project is dead.
Baseball fans everywhere can use their webbrowser to watch (US) Opening Day.
2019-03-28 18:24:12 +00:00
pamela
4dfc44097d update to py-http_ece 1.1.0, new maintainer email
OK phessler@
2019-03-28 17:49:58 +00:00
kurt
748e52f30e Add jdk/11 to build. okay sthen@ 2019-03-28 17:48:56 +00:00
kurt
dba47609b0 import jdk-11.0.2.9.3v0
The OpenJDK SDK software includes tools useful for developing and
testing programs written in the Java programming language and
running on the Java platform.

okay sthen@
2019-03-28 17:47:53 +00:00
ajacoutot
6e0c2329cc Update to aisleriot-3.22.8. 2019-03-28 16:46:59 +00:00
robert
3069adde8b using mlock(2) to try avoiding pushing pages to swap is not what the syscall
was intended for and relying on this for security purproses is nonsense especially
that OpenBSD has an encrypted swap by default ... which is not the case for everyone else

this also makes sure not to hit mlock calls in pledged applications using these
libraries

ok ajacoutot@
2019-03-28 15:52:30 +00:00
ajacoutot
8e33b14a39 Unbreak configure. 2019-03-28 15:32:14 +00:00
ajacoutot
42054f75f3 Update to awscli-1.16.133. 2019-03-28 15:10:23 +00:00
ajacoutot
f81d84a431 Update to py-botocore-1.12.123. 2019-03-28 15:10:05 +00:00
ajacoutot
48c94198e7 Update to py-boto3-1.9.123. 2019-03-28 15:09:52 +00:00
ajacoutot
aeeb278943 SECURITY update to gnutls-3.6.7.
https://www.gnutls.org/security-new.html
- CVE-2019-3836, CVE-2019-3829
2019-03-28 14:53:10 +00:00
sthen
ad3337c525 update to dropbear-2019.78 2019-03-28 14:47:10 +00:00
sthen
93b426716c update to Dovecot 2.3.5.1, from Brad
CVE-2019-7524: Buffer overflow when reading extension header from dovecot index files
2019-03-28 14:38:10 +00:00
ajacoutot
dfe7043b5e Missing BDEP on auto* 2019-03-28 14:34:38 +00:00
sthen
5a65d23a7f update to certbot/py-acme 0.32.0 2019-03-28 14:31:25 +00:00
solene
8526c1d18d Update to clamav-0.101.2
fix the following CVEs:
- CVE-2019-1785
- CVE-2019-1786
- CVE-2019-1787
- CVE-2019-1789
- CVE-2019-1788
- CVE-2019-1798

ok sthen@
2019-03-28 14:30:01 +00:00
sthen
4365792671 update DESCR to note that the authors strongly suggest use of py-cryptography
for anything other than using pyOpenSSL to make a TLS connection
2019-03-28 14:07:35 +00:00
sthen
4d9c380aec build exim with spf support, from maintainer Renaud Allard 2019-03-28 12:48:09 +00:00
sthen
a9fb2bef06 bump REVISION; apache-httpd pkgpath change
add missing RDEP on apache-httpd in php-apache packages
2019-03-28 12:39:02 +00:00
sthen
71e15dc80c merge apache-httpd-common and apache-httpd, there is no need to split
the files now that the openbsd-patched apache-httpd is no more
2019-03-28 12:38:15 +00:00
sthen
8b8803a6cd move the REVISION line where it's more likely to be seen next time 2019-03-28 11:46:55 +00:00
solene
7c5d99a082 Update to apache-httpd-2.4.38
ok giovanni@
2019-03-28 11:10:23 +00:00
landry
ebc2be6c37 Bugfix update to firefox 66.0.2.
See https://www.mozilla.org/en-US/firefox/66.0.2/releasenotes/
2019-03-28 07:19:59 +00:00
jeremy
800b1bbdd6 Update to sqlite3 1.4.0
Drop patches for supporting old rubinius.

Fix tests on ruby 2.6.
2019-03-28 04:33:30 +00:00
bentley
f0708ccf9b Update to annapurna-1.204.
Release notes:
https://software.sil.org/annapurna/release-1-204/

From George Rosamond (maintainer); thanks!
2019-03-28 02:04:58 +00:00
jca
ea6acb2f30 Don't clobber LDFLAGS 2019-03-28 02:03:27 +00:00
jca
da09de03e6 Use emacs--no_x11 to avoid a build loop
anthy -> emacs--gtk3 -> m17n-lib -> anthy
2019-03-28 02:00:43 +00:00
jca
630c249f5f Handle yet another missing dep: add gtk+2 as a BUILD_DEPENDS
Looks like the compiled files from https://drobilla.net/software/suil
aren't installed by default.

Spotted by naddy@
2019-03-28 00:34:14 +00:00
jca
e08fb721ac Explicitely mark internal libs as internal
We don't have ports (yet) for sbsms and "libwidgetextra" but better be
safe than sorry. Listing said packages here makes them easier to find
with grep, in case we create ports for them.
2019-03-28 00:33:36 +00:00
sthen
290ff2a315 cherrypick additional upstream fix for script ""
use proper git headers as comments in our patches
2019-03-27 23:47:21 +00:00
sthen
82b8581fa3 better comments 2019-03-27 23:39:59 +00:00
sthen
c378bd2f90 committed upstream 2019-03-27 23:38:19 +00:00
ajacoutot
324492a538 Tweak after recent libraw update (-lstdc++ is not appended by default). 2019-03-27 23:30:28 +00:00
ajacoutot
3ae6836d20 - Do not hardcode -lstdc++ (symbol mismatch with libc++abi). This should fix
shotwell runtime crash
- Bring a patch from FreeBSD to use our own strnlen and strcasestr
2019-03-27 23:29:06 +00:00
ajacoutot
07e7822fb5 Fix after recent devel/meson MODULE change. 2019-03-27 23:27:59 +00:00
ajacoutot
71b1244b2f Refactor the devel/meson MODULE.
- Add MODMESON_CONFIGURE_ENV and MODMESON_CONFIGURE_ARGS and append them to
their CONFIGURE_* counterparts if CONFIGURE_STYLE == meson
- set --auto-features=enabled and --wrap-mode=nodownload by default
- set --buildtype=debug when DEBUG is set
2019-03-27 23:26:01 +00:00
chrisz
6883e8e449 Disable lang/obc
ok jca@, "safe to remove" anil@, "agree" krw@
2019-03-27 22:55:25 +00:00
fcambus
dc2e13172e Update mame to 0.208. 2019-03-27 22:13:46 +00:00
sthen
24bed0ae23 Use activation.jar from Maven, avoiding the binary version from Oracle
which required FETCH_MANUALLY which doesn't work properly if only one of
the set of distfiles is manual-fetch.

Fetch problem reported by Brad.
2019-03-27 21:20:57 +00:00
jca
1048203df7 Prevent lame from being picked up
Spotted by naddy@
2019-03-27 20:25:11 +00:00
robert
209b288cab update the MATE Desktop to 1.22.0 2019-03-27 18:13:36 +00:00
ajacoutot
289495ad35 @sample org.gnome.Evolution-alarm-notify.desktop under the proper directory 2019-03-27 17:48:30 +00:00
jeremy
8d6896a38e Update to pg 1.1.4 2019-03-27 17:45:52 +00:00
jca
3ca8eca31a No need for archivers/zip and audio/jack
zip looks like a leftover, jack is used if detected but only the bundled
portaudio copy actually needs it, and we use audio/portaudio-svn instead.
2019-03-27 16:19:55 +00:00
jca
dc4c13d8fb +portmidi 2019-03-27 15:44:35 +00:00
ajacoutot
fd08075cd4 Update to awscli-1.16.132. 2019-03-27 13:47:37 +00:00
ajacoutot
39ddcca535 Update to py-botocore-1.12.122. 2019-03-27 13:47:25 +00:00
ajacoutot
733f2d4f45 Update to py-boto3-1.9.122. 2019-03-27 13:47:14 +00:00