149082 Commits

Author SHA1 Message Date
sthen
d782d86e79 oops, http->https didn't actually work 2020-07-20 13:35:27 +00:00
kirby
8bb34935de Update to mnemosyne-2.6.1. Not the latest version but it doesn't require
new dependencies to port and switches to Qt5 and Python3.
OK rsadowski@
2020-07-20 13:35:05 +00:00
sthen
88063a6ad0 update to libmagic-5.39 2020-07-20 13:32:56 +00:00
landry
f4572b98d2 Update to qgis 3.14.1 2020-07-20 12:59:02 +00:00
landry
9efb9a944b Update to mdal 0.6.2 2020-07-20 12:58:25 +00:00
sthen
a6d778b7f6 update to solr-8.6.0 2020-07-20 12:30:09 +00:00
sthen
cbda31a109 update to urlwatch-2.19. add py-vobject dep so ical2text works out the box.
upgrade notes:

- if you have an old .urlwatch/lib/hooks.py you will need to either
update or remove it (new-style configurations with filters in urls.yaml
don't generally use this file, but you may have an old one lying around)

- simple filter definitions like this:

+----
| kind: url
| url: http://example.org/foo
| filter: html2text
+----

are deprecated and should be converted to this style to avoid urlwatch
whining about them::

+----
| kind: url
| url: http://example.org/foo
| filter:
|   - html2text
+----
2020-07-20 12:29:48 +00:00
sthen
3323dc740f update to patchutils-0.4.2 2020-07-20 12:07:17 +00:00
sthen
8e17101aa5 update to scamper-20200717 2020-07-20 11:55:00 +00:00
sthen
955ba39131 update to clamav-0.102.4 2020-07-20 11:42:54 +00:00
sthen
bc0cfa636a remove now-empty patches 2020-07-20 11:40:40 +00:00
sthen
cdc9453974 qucs-s: revert "Fix build with Ninja 1.9.0", which may have fixed the build but
it broke runtime. This builds ok with current ninja+cmake anyway without the
patches. From Alessandro De Laurenzis (maintainer).
2020-07-20 11:40:09 +00:00
sthen
3046fbf76a vulkan-loader: don't use clang integrated assembler on i386,
from thfr@

"Integrated clang assembler doesn't work with x86 - Bug #698164
remove if build can be updated to clang 9.0.0 (see
https://github.com/KhronosGroup/Vulkan-Loader/issues/252)"
2020-07-20 11:37:22 +00:00
sthen
1ed9d5db68 regen plist to unbreak packaging on !amd64 2020-07-20 11:34:52 +00:00
landry
f3ca5d23c1 Update to pgrouting 3.0.2 2020-07-20 08:36:27 +00:00
landry
bf7b9cbb7f update to py-build{bot,slave} 2.8.2 2020-07-20 07:18:13 +00:00
jasper
1208dd2c12 rewrite using if_nametoindex(3) instead of the unsupported SIOCGIFINDEX 2020-07-20 05:53:41 +00:00
jasper
949e740949 update to nasm-2.15.03
tested in a bulk by aja@, thanks
2020-07-20 05:51:07 +00:00
rsadowski
f011352cb4 Update font-awesome to 5.14.0 2020-07-20 04:59:18 +00:00
rsadowski
246d9499b4 Update digikam to 7.0.0 2020-07-20 04:51:38 +00:00
bcallah
3b8ce6ea24 Update to diffoscope-152 2020-07-19 21:05:46 +00:00
rsadowski
6edef261e1 Update kstars to 3.4.3 2020-07-19 19:53:10 +00:00
fcambus
031c9b1380 Update jo to 1.4. 2020-07-19 19:18:33 +00:00
pascal
be2d830fda Update to Tor 0.4.3.6.
Minor bugfixes, and a DoS which does NOT affect us.
2020-07-19 17:01:55 +00:00
thfr
71e65b28a0 update to Godot 3.2.2, by Omar Polo - thanks!
some cleanup of patch comments by me
2020-07-19 13:02:38 +00:00
thfr
959d396963 update to depotdownloader 2.3.6
this fixes downloading of the depots in some "bundles", as tested with
"SEGA Mega Drive & Genesis Classics" that now works as intended
2020-07-19 12:57:17 +00:00
kirby
8b8c0f106d update to munin-2.0.64 2020-07-19 11:04:36 +00:00
ajacoutot
fe75777481 libxml2 has an internal mechanism to use strong aliases to make internal calls
to public interfaces of the library get resolved directly, rather than go
through the plt, when libxml is build as a shared library.

This is similar to what is done in libc and a few other libraries.

This logic is made conditional and currently only enabled under linux when
building with a compiler advertizing itself as gcc >= 3.3..

By enabling it on OpenBSD, the number of relocations in libxml2.so.16.1 (as
computed from objdump -R /usr/local/lib/libxml2.so.16.1 | wc -l) decreases from
4350 (4357 lines of output) to 3484 (3491 lines of output).

from Miod, thanks++

survived a bulk
runtime tested with a full blown GNOME Desktop, Libreoffice, Chromium...
ok jasper@
2020-07-19 09:03:05 +00:00
mariani
0a1c2cffad net/qbittorrent 4.2.4 to 4.2.5
Changelog:
https://github.com/qbittorrent/qBittorrent/blob/release-4.2.5/Changelog#L1

"It contains fixes for two crashes." from:
https://www.qbittorrent.org/news.php

Mostly small bugfixes, nothing of impact.

Tested on amd64.
2020-07-19 04:02:32 +00:00
lteo
1a1d4931d7 Update to Ghidra 9.1.2.
https://ghidra-sre.org/releaseNotes_9.1.2.html

Thanks to Jeremy O'Brien for testing!
2020-07-19 01:29:23 +00:00
daniel
a9834e3878 Update pandas to 1.0.5 to pick up fixes for a few bugs and regressions.
ok bket@
2020-07-18 21:13:41 +00:00
bket
40bb471a66 Update to ocserv-1.1.0
Changes:
56794e4b0c/NEWS

Cherrypicked fix to address compatibility issue with OpenBSD.

OK sthen@
2020-07-18 20:27:52 +00:00
daniel
a5a1170e3c Fix typo in MAINTAINER name; from MAINTAINER. 2020-07-18 18:11:03 +00:00
robert
7199504a2d unbreak build again by not including my own pobj path 2020-07-18 17:43:22 +00:00
daniel
eb8453b906 Update to acpica-20200717
The acpinames utility was deprecated in the 20200430 release and removed
from the 20200528 release as the functionality of acpinames is already
present via the acpiexec utility.

ok sthen@ (MAINTAINER)
2020-07-18 17:26:43 +00:00
pvk
9e4a138a45 Update mattermost-server 5.24.2 -> 5.25.0
Changelog: https://docs.mattermost.com/administration/changelog.html
2020-07-18 11:39:24 +00:00
jasper
ef0fbe2584 tweak README: we ship packages not ports 2020-07-18 11:32:27 +00:00
ajacoutot
00b7214bfb Update to awscli-1.18.100. 2020-07-18 09:29:36 +00:00
ajacoutot
a65ea75bd1 Update to py3-boto3-1.14.23. 2020-07-18 09:29:18 +00:00
ajacoutot
bff730f2e8 Update to py3-botocore-1.17.23. 2020-07-18 09:29:06 +00:00
ajacoutot
220f42ba51 1.67! ... I shouldn't commit before coffee. 2020-07-18 09:23:33 +00:00
ajacoutot
e45eead37a Update to yaru-20.10.2. 2020-07-18 09:21:17 +00:00
ajacoutot
fd6a98fe78 Update to deja-dup-42.1. 2020-07-18 09:20:44 +00:00
ajacoutot
fa536cd9d5 Clarify BROKEN state: needs an update to 4.0.0 which requires boost>=1.66.0 2020-07-18 09:05:12 +00:00
robert
f6a14d2ae3 update to 84.0.4147.89 2020-07-17 20:23:07 +00:00
ajacoutot
c2a76d755e Makr BROKEN; the update to devel/gwenhywfar broke it.
I'll see if I can update it this week-end.

reported by naddy@
2020-07-17 19:03:41 +00:00
ajacoutot
3669804150 Unbreak with new meson. 2020-07-17 18:55:31 +00:00
abieber
dee78dc62d Bump Go to 1.15beta1.
- Add a permissions fix from sthen@
- Remove patches as they are not needed now

Tested on amd64, arm64, armv7 and i386 (ty sthen!).

armv7 has an intermittent issue with tests.

OK sthen, jsing
2020-07-17 18:19:17 +00:00
jasper
65bd229722 update to pwntools-4.2.1 2020-07-17 18:08:56 +00:00
jasper
0f40818a6f update to py3-pynetbox-5.0.5 2020-07-17 17:50:10 +00:00