Commit Graph

144319 Commits

Author SHA1 Message Date
benoit
c632b5fdd7 Update to p5-B-Hooks-OP-Check-0.22. 2020-02-05 10:11:01 +00:00
benoit
b82458c59c Update to p5-autobox-2.86. 2020-02-05 09:59:18 +00:00
rpointel
c84503c3ce update xlsxwriter to 1.2.7 2020-02-05 09:32:39 +00:00
rpointel
df65b4b1a1 update oledump to 0.0.44. 2020-02-05 09:17:33 +00:00
rpointel
25a60177bf update to 1.6.6. 2020-02-05 09:16:09 +00:00
rpointel
d26b42a172 update jadx to 1.1.0. 2020-02-05 09:15:24 +00:00
benoit
93e737cc7d Update to p5-Algorithm-Dependency-1.111. 2020-02-05 08:52:18 +00:00
benoit
26d8fd577a Update to p5-Data-Page-2.03. 2020-02-05 08:41:28 +00:00
benoit
c39a224fd9 Update to p5-Convert-UUlib-1.5. 2020-02-05 07:36:01 +00:00
sthen
3bb504f0ed update to ccache-3.7.7 2020-02-05 00:12:44 +00:00
jturner
f3aa2eea3c Update janet to 1.7.0 2020-02-04 23:15:01 +00:00
cwen
c1017865d4 Add various fixes to frozen-bubble:
- allow building with base-clang (from gkoehler@, thanks!)
- remove BROKEN-{amd64,i386} after gkoehler@'s p5-SDL fix
- replace various use of my() in false conditionals, it's fatal
  with Perl 5.30
- deinterlace some PNGs to silence some libpng warnings

OK gkoehler@ afresh1@ (who tested on sparc64 and i386)
2020-02-04 22:54:09 +00:00
gkoehler
be83b26049 Unbreak p5-SDL on amd64, i386.
Patch src/SDL.xs: it had been calling boot_SDL() without the required
arguments, which doesn't work on all platforms.

Also remove a dead HOMEPAGE and add c to WANTLIB.

ok cwen@ afresh1@
2020-02-04 22:50:04 +00:00
fcambus
b4f2f99dd2 Drop maintainership for some Perl modules. 2020-02-04 21:17:28 +00:00
bcallah
cd92fab2b5 Update to dateutils-0.4.7
Several years of changelogs:
https://github.com/hroptatyr/dateutils/releases
Patch goes away; noted by sthen@
ok sthen@
2020-02-04 20:40:58 +00:00
bket
257b18e684 Update to ncmpc-0.37
Release notes:
https://raw.githubusercontent.com/MusicPlayerDaemon/ncmpc/v0.37/NEWS

OK cwen@, "lgtm" landry@
2020-02-04 18:25:00 +00:00
bket
ab467d5b33 Update to mpd-0.21.19
Release notes:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.19/NEWS

OK cwen@, "lgtm" landry@
2020-02-04 18:24:42 +00:00
bket
4d7f546665 Update to libmpdclient-2.18
Release notes:
https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.18/NEWS

OK cwen@, "lgtm" landry@
2020-02-04 18:24:26 +00:00
jsing
9cf24da4ba Add two no op instructions following svc for Go on openbsd/arm64.
All except some of the most recent arm64 processors have a speculative
execution flaw that occurs across a syscall boundary, which cannot be
mitigated in the kernel. In order to protect against this leak a
speculation barrier needs to be placed after an svc instruction.

In order to avoid the performance impact of these instructions, the kernel
will soon start returning execution two instructions past the svc call.
For now two hardware no ops are added, which allows syscalls to work with
both old and new kernels. Once the kernel is cut over the no ops can be
replaced with actual speculation barriers.

Discussed at length with deraadt@
2020-02-04 17:22:42 +00:00
benoit
857d5d1e9b Update to iozone-3.489. 2020-02-04 12:18:27 +00:00
benoit
dfae4738a2 Update to p5-MPEG-Audio-Frame-0.10. 2020-02-04 12:00:52 +00:00
landry
8bc77c9d20 Update to viking 1.8 2020-02-04 11:53:28 +00:00
edd
c84f1d1886 Update mail/extsmail to version 2.4.
From MAINTAINER Laurence Tratt.

OK sthen@.

Thanks
2020-02-04 11:28:03 +00:00
benoit
c74e0134b2 Update to p5-Cache-FastMmap-1.48 from wen heping, thanks. 2020-02-04 09:50:59 +00:00
jasper
c988f586e2 update to folks-0.13.2 2020-02-04 09:47:34 +00:00
cwen
994d956be8 entr: update to 4.4
MASTER_SITES tweak and OK bket@
2020-02-04 08:11:27 +00:00
rsadowski
a6d4020e62 Register qhacc removal 2020-02-04 06:29:37 +00:00
rsadowski
137fb0741e Remove qhacc
Dead upstream qt3 application. We have much more feature-rich, stable,
easy to use accounting tools for web,qt,gtk,cli in the tree.

OK kn (mostly for Qt3 reasons), "I guess it can go" (Maintainer)
2020-02-04 06:26:27 +00:00
rsadowski
54006b2750 Register luma removal 2020-02-04 06:22:52 +00:00
rsadowski
fbae172cbf Remove luma, dead upstream, py-qt4 as dependency.
OK sthen@
2020-02-04 06:20:53 +00:00
rsadowski
bf8fc7f65c Switch from Qt4 to Qt5 after all dependencies have been updated
OK cwen@, Tested by paco@
2020-02-04 06:09:13 +00:00
rsadowski
769e17313f Update OpenCSG to 1.4.2 (Switch from Qt4 to Qt5)
OK cwen@
2020-02-04 06:09:04 +00:00
rsadowski
d0a83e8cbe Update CGAL to 4.14.2 (Switch from Qt4 to Qt5)
OK cwen@
2020-02-04 06:09:02 +00:00
bcallah
510d003d5c Update to libzip-1.6.1
Fixes a double-free in zipcmp(1) during cleanup. Also adds an extra manual
page link. No library changes.
2020-02-04 01:44:05 +00:00
fcambus
5c180be8a3 Drop maintainership for Lua modules. 2020-02-03 22:42:36 +00:00
sthen
55b9571edb update to qrouter-1.4.74, from maintainer Alessandro De Laurenzis 2020-02-03 22:21:57 +00:00
fcambus
698e588b66 Update mame to 0.218. 2020-02-03 22:00:01 +00:00
fcambus
b4ad5db0ec Update amigafonts to 1.02. 2020-02-03 21:51:12 +00:00
bluhm
aa5b109585 Use patch from rt.cpan.org to fix test with current Perl.
Cleanup dependencies.
Take maintainer.
2020-02-03 21:48:19 +00:00
bluhm
2eec811e7b update p5-YAML-Syck to 1.32 2020-02-03 20:42:49 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sthen
968970243c update to pear-Mail_Mime-1.10.5 2020-02-03 20:36:05 +00:00
bluhm
01df8ac770 update p5-File-Find-Object-Rule to 0.0312 2020-02-03 20:32:54 +00:00
bluhm
9f34ed70c3 update p5-File-Find-Object to 0.3.5 2020-02-03 20:28:57 +00:00
awolk
55e19ed195 graphics/fotowall: update to 1.0
OK rsadowski@

Port changes:
 - Ported from qt4 to qt5.
 - Using tarball instead of Google code.
 - WANTLIB/*DEPEND* cleanups.
 - Patch to use our sincos(3) instead of compat.
 - Patch qstrcpy with strlcpy since our qt5
   does not export and use qstrcpy.

Tweaks from rsadowski@:
 - reorder MODULES, _DEPENDS
 - fix tabs/ spaces
 - use EXTRACT_SUFX = -RETRO.tar.bz2

Upstream changelog:
https://github.com/enricoros/fotowall/releases/tag/v1.0
2020-02-03 19:42:53 +00:00
robert
bd004c8ff1 update to 4.0.17; from Mark Patruck 2020-02-03 19:13:41 +00:00
jeremy
9bfdba9c89 Update to ruby-ffi 1.12.1 2020-02-03 19:04:05 +00:00
jeremy
81dc9fcb46 Update to ruby-sqlite3 1.4.2 2020-02-03 19:03:27 +00:00
jeremy
3e674e9695 Update to mysql2 0.5.3 2020-02-03 19:03:03 +00:00
martin
fc703bee00 Update to py-minimalmodbus-1.0.2 2020-02-03 16:18:16 +00:00