146777 Commits

Author SHA1 Message Date
ajacoutot
6a3111a208 Update to py3-botocore-1.16.0. 2020-05-01 07:35:33 +00:00
jasper
b7bd3616ba bugfix update to mutter-3.34.6 2020-05-01 07:13:46 +00:00
ajacoutot
129e98bcbb Update to gnome-control-center-3.34.6. 2020-05-01 05:42:15 +00:00
kn
795b8b40b7 Stop patching Google API key
This one stopped working and such keys are personalized anyway.

Tweak README to suggest using .xsession/xenodom(1) in favour of
.xinitrc/startx(1) to set things up.

Result of minitube appearing broken.
Feedback OK bcallah
2020-05-01 02:56:11 +00:00
kn
779ef1c644 Fix bad PREFIX usage in lein script
TRUEPREFIX ought to be used in installed files.
Breakage spotted and debugged by Andreas Fleckenstein, thanks!

Feedback and OK sthen
2020-04-30 23:19:51 +00:00
kn
1dc859d591 Use py3 sphinx during build and @so markers in PLIST
ghc already defaults to Python 3, make sure sphinx uses the
same version.

tested by me without Python 2 installed
diff from gznedo
2020-04-30 23:16:59 +00:00
kn
265b86e2a9 Remove Python dependency
devhelp ships a single Python script which is a gedit plugin, nothing
else in devhelp requires Python at runtime.

Remove lang/python module usage;  Both Python 3 (through meson) and 2
(through a secondary BUILD_DEPENDS in the chain) are pulled in during
build anyway.

gedit itself has a direct Python 3 as RUN_DEPENDS.

devhelp not having a Python RDEP allows installing the "xfce" meta package
without requiring Python 2.

Ok aja
2020-04-30 23:10:02 +00:00
kn
4f01408214 Default to python3 FLAVOR if possible
PyPI projects that already list multiple supported Python versions cause
portgen(1) to generate a flavoured port; of leaving FLAVOR emtpy, opt for
the highest available version.

This makes it use FLAVOR?=python3 insteaf of FLAVOR?= (empty) if any
sypport higher than Python 2 is listed.

Note that PyPI projects listing either only one sypported version or none
at all are not effected by this diff.

OK afresh1 kmos
2020-04-30 23:04:48 +00:00
cwen
adbc363918 cad/{kicad,oce}: mark BROKEN-powerpc
Kicad's PCB editor, its main feature, leads to segfaults. oce, whose
only consumer is Kicad, takes 53 hours to build in the lastest macppc
bulk. Mark them BROKEN to save bulk time.

While here move Kicad's homepage to https.

ok jca@ tracey@ sthen@
2020-04-30 21:05:03 +00:00
pvk
43d35b9fd0 Update softhsm2 2.5.0 -> 2.6.1
Announcement: https://www.opendnssec.org/2020/04/1602/
2020-04-30 18:18:27 +00:00
pvk
c0202eba8c Update mattermost-server 5.22.0 -> 5.22.1
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-04-30 18:07:52 +00:00
bluhm
d881901c59 update p5-OPCUA-Open62541 to 0.012 2020-04-30 15:39:53 +00:00
landry
3d490a5603 add link to upstream bug report 2020-04-30 14:08:36 +00:00
ratchov
8f6b4efc57 Limit playback to 8 and recording to 2 channels.
This fixes certain video-conferencing sites. Related discussion is
here:

https://bugzilla.mozilla.org/show_bug.cgi?id=1633769

ok sthen, landry
2020-04-30 12:54:28 +00:00
ajacoutot
9675445bb5 Update to awscli-1.18.49. 2020-04-30 06:51:55 +00:00
ajacoutot
b02a9e103e Update to py3-boto3-1.12.49. 2020-04-30 06:51:38 +00:00
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