Commit Graph

152711 Commits

Author SHA1 Message Date
bcallah
f31a6a1561 Import emulators/tnylpo, a utility to run CP/M-80 programs under Unix.
ok benoit@

tnylpo allows the execution of programs written for CP/M-80 version 2.2
under Unixy operating systems. The companion program tnylpo-convert
converts text files to and from the CP/M format.

Features:
* Full Z80 instruction set (including undocumented instructions and
  features)
* All BDOS calls of CP/M 2.2 and a few taken from CP/M 3 (mostly for
  date and time handling)
* All character handling BIOS calls of CP/M 2.2
* Maps CP/M file operations to operations on files in the Unix file
  system
* Allows you to map up to 16 CP/M drives to arbitrary Unix directories
* Built-in curses based emulation of the DEC VT52
* Allows you to combine CP/M programs with Unix shell redirections and
  pipelines

Note that all CP/M program and data file names are expected in lower
case. For example, files called TURBO.COM or L80.COM need to be renamed
to turbo.com and l80.com to be accessible by tnylpo.
2020-12-16 16:53:48 +00:00
bcallah
af40a9f377 Update to feh-3.6.1
Changelog: https://feh.finalrewind.org/archive/3.6/
Testing/oks were given on version 3.6; 3.6.1 contains a number of memory
leak fixes: https://feh.finalrewind.org/archive/3.6.1/
Big endian testing from cwen@ and kirby@ -- thanks!
ok rsadowski@ cwen@ kirby@
2020-12-16 16:41:49 +00:00
sthen
511eaf0d6f update to icinga2-2.12.3, including a fix for revoked certificates due
for renewal being automatically renewed ignoring the CRL (CVE-2020-29663)
(only affects setups with external certificate signing, which is uncommon,
with revoked certificates that expire in less than 30 days).
2020-12-16 15:10:59 +00:00
cwen
25b6929f62 geo/spatialiate/gui: unbreak on ld.bfd archs
The libpq configure check failed because library flags are not sanitised
before the test, uselessly pulling X11 libraries. Work around that issue
by providing an extra linker flag for ld.bfd archs.

OK landry@ and kmos@ (who tested on sparc64, thanks!)
2020-12-16 14:39:32 +00:00
bket
6f4fbf0a83 Update to ncspot-0.2.6
From Henrik Friedrichsen <henrik AT diff DOT cc> (MAINTAINER).
2020-12-16 14:12:00 +00:00
landry
1054e7f983 devel/py-build{bot,slave}: update to 2.9.3.
See https://github.com/buildbot/buildbot/releases/tag/v2.9.3
2020-12-16 13:11:34 +00:00
ajacoutot
c228e6ff25 Update to zeek-3.2.3. 2020-12-16 09:06:28 +00:00
ajacoutot
6819d32339 Update to awscli-1.18.197. 2020-12-16 08:58:57 +00:00
ajacoutot
36b1f8413c Update to py3-boto3-1.16.37. 2020-12-16 08:58:43 +00:00
ajacoutot
e2eeb23ed8 Update to py3-botocore-1.19.37. 2020-12-16 08:58:32 +00:00
ajacoutot
e60984585d Update to webkitgtk4-2.30.4.
Move BDEP from py2 to py3.
2020-12-16 08:57:55 +00:00
ajacoutot
8672875033 SECURITY update to gdm-3.38.2.1.
- Address autologin unlock bug issue (CVE-2020-27837)
2020-12-16 07:59:01 +00:00
ajacoutot
870b84534f Update to google-cloud-sdk-321.0.0. 2020-12-16 07:55:58 +00:00
benoit
513cd4b9a8 Update to p5-Math-Base85-0.5. 2020-12-16 05:36:27 +00:00
namn
fe7cf3b003 update games/freeorion to 0.4.10.1
From Tom Murphy (maintainer). Thank you!

changelog:
https://github.com/freeorion/freeorion/blob/v0.4.10.1/ChangeLog.md

- WANTLIB remove GLU and boost_system-mt
- remove upstreamed patch
- tweaks by gonzalo@ for missing tab and by me to adjust for boost
  python bindings naming
- input from thfr@ and sthen@ regarding safely removing two WANTLIB not
  used by freeorion directly. GLEW loads GLU and boost-locale loads
  boost_system-mt.

"Tested and works fine for me." Tom Murphy (maintainer)
kirby@ tested on amd64 and macppc
ok thfr@ gonzalo@ kirby@
2020-12-16 02:04:52 +00:00
mariani
d0b68bc48d Update print/lyx 2.3.5.2 to 2.3.6
Changelog:
https://www.lyx.org/announce/2_3_6.txt
2020-12-15 23:07:33 +00:00
cwen
24a5f1e94e innoextract: unbreak on powerpc
The -Wl,--as-needed linker flag causes the std::unique_ptr configure
test to fail due to undefined reference errors. A fallback exists, using
std::auto_ptr, but it has been removed from the C++17 standard, used by
upstream.
Remove the use of -Wl,--as-needed on powerpc, so we use the same code on
all archs, instead of reenabling std::auto_ptr by force.

OK thfr@ (maintainer)
2020-12-15 19:38:22 +00:00
rsadowski
52d9be9197 Update libdvdnav to 6.1.0
From Brad
2020-12-15 18:57:43 +00:00
rsadowski
fb75f9afc4 Update libdvdread to 6.1.1
From Brad
2020-12-15 18:57:38 +00:00
otto
89426d9c49 Fix build of boost::context on powerpc by removing an unneeded patch.
ok cwen@ brad
2020-12-15 18:53:17 +00:00
fcambus
b7d94d4498 Update gnucobol to 3.1.1.
From Wen Heping, thanks!
2020-12-15 18:43:42 +00:00
bket
ad032a4012 Enable building of ngx_stream_ssl_preread_module
This module allows extracting of information from the ClientHello
message without terminating SSL/TLS.

Thanks sthen@ and tb@ for the cluestick.

"...diff looks fine" robert@ (maintainer)
2020-12-15 18:32:34 +00:00
jturner
b291ef8b45 Update janet to 0.13.1. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.13.1 2020-12-15 17:54:38 +00:00
robert
ece6659e2a update bacula to 11.0.0
ok sthen@
2020-12-15 17:16:27 +00:00
sthen
5c6cabc073 update to mutt-wizard-20201210, from maintainer Aisha Tammy, fix rcsid while there 2020-12-15 16:54:48 +00:00
landry
90a5fd94fa mail/{mozilla-thunderbird,thunderbird-i18n}: update to 78.6.0.
See https://www.thunderbird.net/en-US/thunderbird/78.6.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-56/
2020-12-15 16:43:51 +00:00
landry
6b12a5c99c www/firefox-esr{,-18n}: update to 78.6.0.
See https://www.mozilla.org/en-US/firefox/78.6.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-55/
2020-12-15 16:42:45 +00:00
landry
bcd0592d0d www/{mozilla-firefox,firefox-i18n}: update to 84.0.
See https://www.mozilla.org/en-US/firefox/84.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2020-54/

- add /dev/drm0 & /usr/lib to main unveil file for proper webgl reporting
in about:support (see #1680946)
- add patch from #1677715 to fix the build, remove in 85.
2020-12-15 16:41:12 +00:00
sthen
7f66252f25 update to leveldb-1.22, switching to cmake build, from Ashton Fagg
who takes maintainer with a couple of tweaks by me
2020-12-15 16:03:42 +00:00
sthen
d98f505f77 update to direnv-2.25.0, from maintainer Ashton Fagg 2020-12-15 15:59:39 +00:00
sthen
63f9c6ccce update to vile-9.8u, from Ashton Fagg 2020-12-15 15:39:28 +00:00
sthen
210a455f04 update to tbb-2020.3, from Ashton Fagg 2020-12-15 15:39:11 +00:00
sthen
ca096aa34b poison some py-related things which are easy to get wrong:
MODPY_ADJFILES (should be MODPY_ADJ_FILES)
MODPY_PYPI (should be MODPY_PI)
2020-12-15 14:52:27 +00:00
feinerer
8c71318ebb Update to lemonbar 1.4
Add pledge support (sync with x11/lemonbar-xft).
2020-12-15 14:16:08 +00:00
gonzalo
38c7f380f5 Update for Nextcloud to 20.0.3
OK tracey@
2020-12-15 12:25:20 +00:00
otto
039bc2c288 Update to PowerDNS Recursor 4.4.2 2020-12-15 11:13:37 +00:00
landry
b27ba54375 security/nss: update to 3.60.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.60_release_notes

will be required by gecko 85.
2020-12-15 09:04:27 +00:00
landry
25db15b360 databases/sqlite3: update to 3.34.0.
https://sqlite.org/releaselog/3_32_0.html
https://sqlite.org/releaselog/3_32_1.html
https://sqlite.org/releaselog/3_32_2.html
https://sqlite.org/releaselog/3_32_3.html
https://sqlite.org/releaselog/3_33_0.html
https://sqlite.org/releaselog/3_34_0.html

went in a bulk build without fallout, ok ajacoutot@
2020-12-15 09:03:27 +00:00
ajacoutot
cdd6d70304 Update to amazon-ssm-agent-3.0.502.0. 2020-12-15 07:59:49 +00:00
ajacoutot
e84750c80c Update to awscli-1.18.196. 2020-12-15 07:52:36 +00:00
ajacoutot
09ea375469 Update to py3-boto3-1.16.36. 2020-12-15 07:52:20 +00:00
ajacoutot
494804a226 Update to py3-botocore-1.19.36. 2020-12-15 07:52:09 +00:00
rsadowski
3f78c6fca4 Remove log file from my toolset 2020-12-15 06:37:04 +00:00
danj
104fe2bb47 Update to haproxy-2.0.19 2020-12-14 23:26:59 +00:00
sthen
f1a40a47f7 update to py-pyscard-2.0.0, from Lucas Raab
drop MODPY_PYTEST for now but needs an alternative (warning during tests)
2020-12-14 22:45:47 +00:00
kmos
b42a20cd26 base-gcc doesn't have C99 constructs by default and also doesn't
understand "-Wno-unused-result"

Switching it to use ports-gcc fixes the build

ok sthen
2020-12-14 17:41:37 +00:00
rsadowski
ac63388973 Update libbluray to 1.2.1
From Brad
2020-12-14 16:06:00 +00:00
rsadowski
c4e7823585 Update libde265 to 1.0.7
Changelog:
1.0.7
add API to read VUI color information from bitstream

1.0.6
fix race in static mutex initialization

From Brad
2020-12-14 15:59:33 +00:00
rsadowski
247b7113de Update libass to 0.15.0
- Fix CVE-2020-26682
- "Adding in a missing dependency on a new hard requirement for harfbuzz."

From Brad
2020-12-14 15:56:36 +00:00
rsadowski
58139ee9e2 Add missing build dependency boost, found by ajacoutot@ 2020-12-14 15:28:14 +00:00