fcambus
37a7b86c59
Update ruby-rouge to 3.19.0.
2020-05-14 12:16:15 +00:00
fcambus
932afc1bd4
Update libansilove to 1.2.2.
2020-05-14 12:15:14 +00:00
ajacoutot
bb28601750
Update to zeek-3.1.3.
2020-05-14 12:15:11 +00:00
fcambus
2dbb295d78
Update xa to 2.3.11.
2020-05-14 12:13:52 +00:00
fcambus
a48dac9601
Drop maintainership.
2020-05-14 12:12:21 +00:00
sthen
b7888be700
+uacme
2020-05-14 12:06:00 +00:00
sthen
ffae16a470
import security/uacme, ok jca@
...
uacme is a lightweight client for the RFC8555 ACMEv2 protocol used with
certificate authorities to validate and issue X509 certificates. It is
written in plain C with minimal dependencies (libcurl and one of GnuTLS,
OpenSSL or mbedTLS) and can handle all authentication types via external
hooks (examples for http-01, dns-01 via nsupdate, and tls-alpn-01).
2020-05-14 12:05:34 +00:00
sthen
419f895bd3
update to arouteserver-0.25.1
2020-05-14 11:50:12 +00:00
sthen
d719447869
update to flow-tools-0.68.6
2020-05-14 11:49:57 +00:00
sthen
7e304e6fb8
update to openldap-2.4.50
2020-05-14 11:49:51 +00:00
sthen
bd5a8dcdc3
update to urlwatch-2.18
2020-05-14 11:49:33 +00:00
sthen
80f56b17f2
update to py-acme/certbot 1.4.0
2020-05-14 11:48:53 +00:00
sthen
9671a7446a
update to routinator-0.7.0
2020-05-14 11:48:29 +00:00
sthen
75aecb6f58
update to kea-1.7.7
2020-05-14 11:48:07 +00:00
sthen
8074deb923
fastnetmon: create /var/run/fastnetmon in the rc script
...
feedback/ok various including kn jca jasper
2020-05-14 11:47:32 +00:00
landry
08a24b99ba
Forgotten in previous, remove useless .la files via MODXFCE_PURGE_LA
2020-05-14 11:46:43 +00:00
sthen
7c72342ed9
update to dnsperf-2.3.3
2020-05-14 11:46:24 +00:00
sthen
eee72e5ac9
xmoto: add BUILD_DEPENDS on gettext-runtime
2020-05-14 11:45:17 +00:00
sthen
7828e101f3
update to py-certifi-2020.4.5.1
2020-05-14 11:44:48 +00:00
sthen
f5acfbf67d
update to pecl-redis-5.2.2
2020-05-14 11:44:19 +00:00
landry
a0e8e0ff5c
Update to xfconf 4.14.3.
...
see https://mail.xfce.org/pipermail/xfce-announce/2020-May/000858.html
and https://mail.xfce.org/pipermail/xfce-announce/2020-May/000859.html
build the xfconf gsettings backend, allows gtk/glib apps that store
their settings in dconf to store them in xfconf instead. Enabled by
setting GSETTINGS_BACKEND=xfconf in the env, will be documented at some
point in the metapackage README.
2020-05-14 11:43:56 +00:00
sthen
a706f20a68
update to freetds-1.1.36
2020-05-14 11:43:37 +00:00
sthen
a08ab8d5c4
update to conserver-8.2.5
2020-05-14 11:43:24 +00:00
sthen
3ad0144521
update to asterisk-16.10.0
2020-05-14 11:42:48 +00:00
sthen
475c5975ac
update to neomutt-20200501
2020-05-14 11:42:22 +00:00
sthen
8ad2d79915
update to mutt-1.14.0
2020-05-14 11:41:47 +00:00
landry
cb9d05d1b1
Update to xfce4-notifyd 0.6.1
2020-05-14 11:30:04 +00:00
landry
4ffcf2f94c
Update to gdal 3.1.0.
...
See https://lists.osgeo.org/pipermail/gdal-dev/2020-May/052117.html
* Use --with-hide-internal-symbols to only show the public API
* Disable detection of OpenEXR
2020-05-14 11:28:33 +00:00
landry
996095b10f
Update to libgeotiff 1.6.0.
...
See https://lists.osgeo.org/pipermail/geotiff/2020-April/000874.html
2020-05-14 11:24:21 +00:00
landry
339a44aa05
Update to proj 6.3.2.
2020-05-14 11:23:17 +00:00
landry
1da67e1abd
Update to nss 3.52, required for gecko 77.
...
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.52_release_notes
2020-05-14 11:22:43 +00:00
landry
3fb2de2cc6
fix r1.947, qt5-declarative-xmllistmodel is obsolete/to be removed,
...
qtdeclarative-xmllistmodel doesnt exist.
should help the qt5 upgrade path, not fully there yet..
ok naddy@
2020-05-08 16:44:40 +00:00
okan
02149e1319
security update to 2.1.32
...
ok jca, naddy
2020-05-07 19:06:49 +00:00
landry
4823d26ce6
Update to mozilla-thunderbird 68.8.0.
...
See https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-18/
ok naddy@
2020-05-07 15:43:30 +00:00
sthen
6d15ca9821
Set "BROKEN-arm" for some of the slower-to-build ports that fail late on
...
armv7, this should save around 40h overall build time, and makes it more
visible to anyone working on the port that they are indeed broken on the
arch. OK phessler@ naddy@
Of note because the port is important to the architecture and
self-hosted builds are a good thing: building u-boot on armv7 fails
with an Internal Compiler Error (SIGBUS) in lib/time.c, it would be
particularly nice if someone has an idea how to fix this!
2020-05-07 14:24:53 +00:00
robert
abaf66394a
apply better patches for the CVE-2020-11652 CVE from
...
https://github.com/rossengeorgiev/salt-security-backports
ok naddy@, sthen@
2020-05-06 18:54:08 +00:00
robert
d5c49b5fa0
last minute update to 81.0.4044.138 which includes 3 security fixes:
...
https://chromereleases.googleblog.com/2020/05/stable-channel-update-for-desktop.html
ok naddy@
2020-05-06 18:50:44 +00:00
ajacoutot
a07a36c969
Missing BDEP on x11/dbus-glib.
...
Not sure how we never run into build issues before...
noticed by and ok sthen@
2020-05-06 18:32:47 +00:00
ajacoutot
44031f29dc
Build py-gitpython,python3.
...
ok sthen@
2020-05-06 17:58:55 +00:00
bentley
26889f4e85
openscad picks up libzip if installed, so add an explicit dependency.
...
reported by andrew@quickstick.net
ok sthen@
2020-05-06 08:12:17 +00:00
sthen
29775d4a5d
Update to tor-browser 9.0.10 (based on firefox 68.8.0esr).
...
From Caspar Schutijser (maintainer), ok naddy@
2020-05-05 20:12:20 +00:00
rsadowski
0f846c4a53
Fix WANTLIB and set --without-fltk
...
- Bring back WANTLIB, I accidentally deleted it.
- Stop picking up fltk if present at configure time
OK naddy sthen
2020-05-05 18:41:56 +00:00
stsp
327b7d88ce
Update to got 0.36
...
- fix "no such entry found in tree" error with got log -p and an added path
- show a list of paths changed in a commit with 'got log -P' and in tog
- prevent false positive tree entry differences due to bogus file mode bits
- write directory tree entry mode bits in the same way as Git does (0040000)
Thanks to matthieu@ for suggesting 'got log -P' and help with testing,
and to millert@ and semarie@ for code review.
ok sthen@ naddy@
2020-05-05 16:23:10 +00:00
kurt
96cf8b8e49
Fix JVM crash when loading libjsound.so:
...
java:/usr/local/jdk-11/lib/libjsound.so: undefined symbol
'DAUDIO_GetDirectAudioDeviceCount'
ld.so: java: lazy binding failed!
The JVM does not currently have sound support on OpenBSD.
Change the way that libjsound is disabled to match aix which
also doesn't have sound support.
okay sthen@
2020-05-05 13:35:58 +00:00
schwarze
6c3317e6a6
update to youtube-dl-2020.05.03;
...
committing quickly to interfere as little as possible with the lock;
OK sthen@
2020-05-05 12:58:09 +00:00
landry
87766d2afe
Update to firefox-esr-i18n 68.8.0.
...
ok sthen@ naddy@
2020-05-04 15:03:57 +00:00
landry
8919d17a6e
Update to firefox-i18n 76.0
...
ok sthen@ naddy@
2020-05-04 15:03:28 +00:00
landry
55834ebfb3
68.8.0esrrc2 has been promoted to 68.8.0esr on the mirrors, same distfile
...
discussed with sthen@ & naddy@
2020-05-04 14:58:00 +00:00
landry
7899838d59
76.0rc2 has been promoted to 76.0 on the mirrors, same distfile
...
discussed with sthen@ & naddy@
2020-05-04 14:57:18 +00:00
landry
82419b2376
Update to firefox-esr 68.8.0rc2
...
Relnotes will be at
https://www.mozilla.org/en-US/firefox/68.8.0/releasenotes/ , and MFSAs will
be listed on https://www.mozilla.org/en-US/security/advisories/
commiting now to make sure this gets in 6.7 as discussed with sthen@ and
naddy@
2020-05-04 11:37:35 +00:00