146861 Commits

Author SHA1 Message Date
ajacoutot
149db3181e Update to py3-botocore-1.15.49. 2020-04-30 06:51:22 +00:00
ajacoutot
f65481bc25 Update to exoscale-cli-1.12.0. 2020-04-30 06:05:20 +00:00
ajacoutot
3f829c2f6e Welcome GNOME 3.34.6! 2020-04-30 05:56:24 +00:00
ajacoutot
225cc11718 Update to gnome-desktop-3.34.6. 2020-04-30 05:55:50 +00:00
kn
aec6714beb Remove left-over from the electron split
"go ahead" robert
2020-04-30 05:11:02 +00:00
sthen
afc6e67e39 update rcube-contextmenu to 3.2 following CSRF change in roundcube 2020-04-29 23:23:02 +00:00
sthen
218211c334 security update to roundcubemail-1.4.4
Security fixes:
- Cross-Site Scripting (XSS) via malicious HTML content
- CSRF attack can cause an authenticated user to be logged out
- Remote code execution via crafted config options
- Path traversal vulnerability allowing local file inclusion via crafted
'plugins' option

The latter two vulnerabilities are classified minor because they only
affect Roundcube installations with public access to the Roundcube
installer. That’s generally a high-risk situation and is expected to be
rare or practically non-existent in productive Roundcube deployments.
However, the fixes are done in core in order to also prevent from future
and yet unknown attack vectors.

Changelog at https://github.com/roundcube/roundcubemail/releases/tag/1.4.4
2020-04-29 23:15:11 +00:00
gkoehler
1633e6aa1f Override some configure tests for mmap, shm.
sthen@ reported that clisp sometimes fails to build, with an error at
MAP_ANON.  Some tests, including MAP_ANON, might give a random 'no' when
their fixed addresses conflict with ASLR.  Override to 'yes'.

ok sthen@
2020-04-29 19:04:02 +00:00
sthen
dbbc027643 update to librenms-1.63 2020-04-29 17:23:52 +00:00
schwarze
77ef99ead5 Delete mail/akpop3d.
Alexei dot Malinin at mail dot ru reported a compiler warning that,
in my opinion, probably indicates a security vulnerability, but due
to an incomplete description of the affected feature in the
documentation, it is unclear how it should be fixed.  The program
appears to be sloppily written, sloppily documented, and abandoned
upstream 15 years ago.

OK ajacoutot@ for deleting it.
2020-04-29 15:25:45 +00:00
cwen
8d578968e8 retroarch: remove gcc-specific fix on powerpc because __mftb() is no
more available.

Also backport an upstream commit so all archs use clock_gettime(2) to
get ticks, instead of architecture/implementation dependent code.
This fixes the build on powerpc.

OK bentley@ (maintainer) and jca@
2020-04-29 14:12:08 +00:00
cwen
7c4898afbd qsynth: fix the build on powerpc by removing 'atomic' from WANTLIB,
but add it for hppa so it has a chance to build there.

OK sthen@ jca@
2020-04-29 13:52:14 +00:00
sthen
85a4f8bff6 regen plist, spotted by aja@ 2020-04-29 13:27:02 +00:00
jasper
3fa32c7913 update to gjs-1.58.7, addresses a number of crashers 2020-04-29 11:41:34 +00:00
ajacoutot
057990a85e tyop
ok rsadowski@ (maintainer)
2020-04-29 11:36:54 +00:00
sthen
4ba7da4077 chromium: tweaks to the readme, ok espie robert 2020-04-29 11:24:37 +00:00
espie
2784cb2e24 document some specificities of chromium on openbsd
okay robert@
2020-04-29 09:42:27 +00:00
ajacoutot
986cad0792 Fix indent.
Remove useless rc_stop()
2020-04-29 07:17:33 +00:00
robert
8e3c7624f1 update to 81.0.4044.129 2020-04-29 06:45:54 +00:00
ajacoutot
4c946c7ade Update to awscli-1.18.48. 2020-04-29 05:50:21 +00:00
ajacoutot
b85fd51e85 Update to py3-boto3-1.12.48. 2020-04-29 05:49:52 +00:00
ajacoutot
13d12b20bc Update to py3-botocore-1.15.48. 2020-04-29 05:49:41 +00:00
ajacoutot
b49ef2e5fc Update to envconsul-0.9.3. 2020-04-29 05:30:12 +00:00
ajacoutot
f0a935cef5 Remove distfile creation example, I will factorize this somewhere else. 2020-04-29 05:26:50 +00:00
ajacoutot
22929133e9 Update to terragrunt-0.23.12. 2020-04-29 05:25:59 +00:00
ajacoutot
a37bcd460a Update to consul-template-0.25.0. 2020-04-29 05:19:23 +00:00
ajacoutot
35a953b15c Update to simple-scan-3.34.6. 2020-04-29 05:13:46 +00:00
jsg
3ff3f2aede backport a patch to fix build when there is no as(1)
fixes build on aarch64

ok phessler@ maintainer thfr@ does not have time to review but is fine
with this going in
2020-04-29 04:11:29 +00:00
cwen
bfc8334d1a milkytracker: fix the build with clang on powerpc
clang defines __ppc__, unlike ports-gcc that was used previously, and
tries to make use of obsoleted Darwin (Mac OS X) flavored assembly code.
Use the C code instead, until upstream decides what to do about this.
Thanks a lot to gkoehler@ for further precisions!

While here, move HOMEPAGE to https.

OK bcallah@
2020-04-28 22:35:24 +00:00
cwen
16cc83c07c liboil: fix the build with clang on powerpc (and maybe arm)
Do not use the integrated assembler because it break the build.
jca@ proposed to include arm in the fix to give this arch a chance
to build it.

While here, move HOMEPAGE to https.

OK jca@
2020-04-28 18:38:41 +00:00
jca
caac776c11 Give _mpd a home dir and document how to share concurrent sndiod(8) access
Just use /var/spool/mpd as the home dir but tweak the perms to prevent
group write access and avoid security(8) warnings.  If you already have
mpd installed you might want to update the home dir by hand as
documented in the README.

Prompted by questions and diffs from chrisz@ and a report from Moises
Simon, input from ratchov@ and sthen@, ok sthen@
2020-04-28 17:16:21 +00:00
jca
a123268358 Drop the MESSAGE about cpplint and python2
cpplint.py was only installed for leatherman developers purposes:
4af4e296f5
No need to attract people's attention towards this 10 years old python2
script with a MESSAGE.

ok kn@ sthen@
2020-04-28 15:51:40 +00:00
landry
502d87552b Update to xfce4-panel 4.14.4.
Fixes a leak and a small crasher, cf
http://xfce.10915.n7.nabble.com/ANNOUNCE-xfce4-panel-4-14-4-released-td58691.html
2020-04-28 14:24:30 +00:00
sthen
bd1680f2bb remove the end-of-life net/GeoIP port, thanks to earlier rampage from
fcambus@ no other ports are using it, and the database is far enough
out-of-date that it's not really useful any more.  ok aja@ mariani@
2020-04-28 12:47:33 +00:00
kn
1ac7469309 Drop Python RDEP for cpplint.py, suggest in MESSAGE
Leatherman is a dependency of facter which is a dependency of puppet.

Assuming that leatherman is most prominently installed for its C++ and
CMake libs, suggest the optional Python 2 dependency in a message rather
than installing it by default.

OK sthen
2020-04-28 12:18:43 +00:00
sthen
06b5211b63 spice-gtk: add an RDEP on gobject-introspection, it is listed in Requires.private
in spice-client-gtk-3.0.pc. We have seen intermittent failures in bulk builds for
remmina which depends on spice-gtk which it turns out is due to pkg-config not
seeing that spice-client-gtk exists, jasper@ figured out the missing dep.
OK jasper@ aja@
2020-04-28 12:02:52 +00:00
sthen
2390b9be78 add a .gitignore file with similar contents to .cvsignore, to help users
of git conversions of the tree. suggested by f.holop, ok jca@

as pointed out by semarie@, got doesn't support this syntax, but it parses
.cvsignore as well anyway so that's not important.
2020-04-28 10:55:03 +00:00
ajacoutot
83707d60e7 Update to google-cloud-sdk-290.0.1. 2020-04-28 08:07:41 +00:00
ajacoutot
f70d6b7eef Update to awscli-1.18.47. 2020-04-28 07:11:44 +00:00
ajacoutot
3aadc8c49f Update to py3-boto3-1.12.47. 2020-04-28 07:11:28 +00:00
ajacoutot
bfebfb407b Update to py3-botocore-1.15.47. 2020-04-28 07:11:14 +00:00
ajacoutot
c9df8f4ef7 SECURITY update to cups-2.3.3.
- CVE-2020-3898
- CVE-2019-8842
2020-04-28 06:43:43 +00:00
danj
bcb2c51274 Comment ejabberd entry as it was removed on March 16th 2020-04-27 20:25:39 +00:00
danj
30a959d5e9 Remove jabberd removal leftovers 2020-04-27 20:23:00 +00:00
ajacoutot
7f84610ea4 Update to gtk+3-3.24.20. 2020-04-27 20:00:37 +00:00
cwen
9ff7be8814 xine-lib: fix the build with clang on powerpc
Some powerpc-specific assembly code use '.stabs', that clang does not
understand, remove them. Thanks to jca@ and Brad for their help!

OK jca@ and Brad (maintainer)
2020-04-27 20:00:11 +00:00
kn
3e690e6c02 Register mailman CVE quirk
On behalf of okan
2020-04-27 19:52:14 +00:00
naddy
985f782817 Use the correct path to the sendmail(8) mail enqueuer.
This makes the GPG Web Key Service work correctly; from Aisha Tammy.
2020-04-27 19:22:54 +00:00
solene
74426fefd4 register jabberd removal because it's abandoned upstream
(and certainly full of security holes too)
2020-04-27 16:56:43 +00:00
solene
215ba41f31 remove net/ejabberd
project is abandoned upstream since 2 years and no fork is active
net/prosody is a solid alternative

ok mariani@ kn@ cwen@
2020-04-27 16:53:08 +00:00