150746 Commits

Author SHA1 Message Date
jca
a207d83f98 Prevent gnulib compat code from using snprintf("...%n") for no good reason
Heavier fix in upstream gnulib:
https://lists.gnu.org/archive/html/bug-gnulib/2020-10/msg00013.html

ok naddy@ (maintainer)
2020-10-07 21:14:35 +00:00
naddy
f1a61fe4c2 our vsnprintf works properly; skip test that uses %n 2020-10-07 20:28:59 +00:00
jeremy
226758747d Update to rack 2.2.3
Drop test code as the rack gem no longer ships with tests.
2020-10-07 20:01:32 +00:00
cwen
1d88ab2233 qemu: allow to boot {Net,Open}BSD/hppa
« Go ahead » Brad (maintainer)
2020-10-07 19:55:57 +00:00
bket
439c8cce29 Update to borgbackup-1.1.14
Changes: https://github.com/borgbackup/borg/blob/1.1.14/docs/changes.rst

OK rsadowski@
2020-10-07 18:28:08 +00:00
kn
a255d66579 Update to Mumble 1.3.3
Fixed: Chatbox invisble (zero height) (#4388)
Fixed: Handling of invalid packet sizes (#4394)
Fixed: Race-condition leading to loss of shortcuts (#4430)
Fixed: Link in About dialog is now clickable again (#4454)
Fixed: Sizing issues in ACL-Editor (#4455)
2020-10-07 16:58:34 +00:00
sthen
8c5c2eb394 update to py-acme/certbot 1.9.0 2020-10-07 13:32:49 +00:00
sthen
891bf21b9c update to py-passlib-1.7.3, switch to py3-only 2020-10-07 13:32:27 +00:00
sthen
0900a7fc68 update unifi/testing to 6.0.26 2020-10-07 13:26:52 +00:00
landry
b15f4481f0 Update to thunderbird 78.3.2.
See https://www.thunderbird.net/en-US/thunderbird/78.3.2/releasenotes/
2020-10-07 12:56:09 +00:00
daniel
0b63daf607 Update to ocaml-camlp5 to 7.13 so ocaml can be updated.
ok chrisz@
2020-10-07 12:35:21 +00:00
daniel
67c4f4ba3c Update ocaml-num to 1.3
ok chrisz@
2020-10-07 12:34:24 +00:00
ajacoutot
31df03e4bd We're at 3.36.7 now. 2020-10-07 12:01:23 +00:00
ajacoutot
6bca9195c6 Update to gnome-desktop-3.36.7. 2020-10-07 12:00:58 +00:00
ajacoutot
436af076bf Update to amazon-ssm-agent-3.0.222.0. 2020-10-07 11:29:56 +00:00
ajacoutot
3154a571e9 Update to babl-0.1.82. 2020-10-07 10:59:25 +00:00
ajacoutot
2aaba30803 Update to google-cloud-sdk-313.0.0. 2020-10-07 08:48:39 +00:00
gonzalo
f06d97c88a Update for Nono to 0.1.1
OK daniel@
2020-10-07 07:29:04 +00:00
ajacoutot
a9fa1f5ac0 Register removal of py-notify. 2020-10-07 07:26:50 +00:00
ajacoutot
cf3d6124d0 Remove py-notify; no user in tree anymore and in the way of x11/py-gtk2
removal.
2020-10-07 07:25:26 +00:00
ajacoutot
5cad199440 Remove optional dependency on devel/py-notify which is going to be removed
pending the upcoming x11/py-gtk2 removal.
2020-10-07 07:24:13 +00:00
ajacoutot
8d97a16d5f Update to gnome-music-3.36.6. 2020-10-07 07:05:28 +00:00
ajacoutot
bff18a6d5f Add missing BDEP on devel/boost (for tests).
spotted by sthen@
2020-10-07 06:13:32 +00:00
landry
08c2b10f22 Fix distinfo; somehow upstream rerolled tarball ?
Reported by naddy@, thanks !
2020-10-07 04:35:20 +00:00
daniel
bd7692df15 Make py-nltk and py-numpydoc python3 only so matplotlib can be updated.
ok bket@
2020-10-07 02:00:07 +00:00
jeremy
5b9ba3c6a7 Add patches to compile with Ruby 3.0
Switch EXTERN to extern using sed.

Fix rvalue issue in RBGSL_SET_CLASS0.
2020-10-07 00:03:21 +00:00
jeremy
fe2f0baaa7 Add patches that allow building ruby-libvirt with Ruby 3.0
Builds fine and should be no change in earlier Ruby versions, but bump
anyway.
2020-10-06 22:36:06 +00:00
rpointel
a37ecf4811 update to 3.5.3.
ok solene@.
2020-10-06 20:29:16 +00:00
rpointel
326a27a8ce update regripper to 3.0.
ok solene@.
2020-10-06 20:27:45 +00:00
solene
40a5aae910 Update to ircd-hybrid-8.2.33
diff from brad@
2020-10-06 20:04:30 +00:00
landry
64d4f280e2 link minizip to the build now that all potential consumers are tweaked 2020-10-06 16:53:33 +00:00
landry
65bfef915e make sure we dont pickup systemwide minizip as the bundled version is
incompatible. At least there's a cmake option to force building the
bundled one..
2020-10-06 16:52:25 +00:00
landry
7b210bcb9b Make sure systemwide minizip isnt detected.
qtwebengine bundles two incompatible versions of minizip in its chromium
copy, and everything blows if the systemwide minizip is detected.
2020-10-06 16:51:19 +00:00
landry
1e3873cc44 Build against systemwide minizip. 2020-10-06 16:49:31 +00:00
landry
8153852632 Import minizip 2.10.
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

with fixes and tweaks from cwen@:
- add patch to fix build on gcc
- disable -Os
- build & enable tests

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

required by an upcoming geo/spatialite/libspatialite update.

ok bentley@ cwen@
2020-10-06 16:48:54 +00:00
sthen
5c47a93869 update to vim-8.2.1805, fixing a bug with :shell introduced in 8.2.1513
that is somewhat nasty on OpenBSD (https://github.com/vim/vim/issues/7079,
reported by Oliver Taïbi).

- shuffle some lang entries to the correct PLIST while there
2020-10-06 16:21:00 +00:00
tb
a6afa364a7 Use 'ln -f' to ensure "make repackage" works.
ok landry
2020-10-06 15:43:29 +00:00
tb
c1ca2214fa Use 'ln -f' to ensure "make repackage" works.
ok landry
2020-10-06 15:43:09 +00:00
solene
c6cfecf9a9 + shapezio 2020-10-06 13:40:56 +00:00
solene
7a3f5e7fd5 Import shapezio-1.1.18pl202009192141
ok thfr@

Shapez.io is an open source base building game inspired by Factorio.
Your goal is to produce shapes by cutting, rotating, merging and
painting parts of shapes.
2020-10-06 13:39:05 +00:00
bluhm
ed998ff3ca update p5-XML-LibXML to 2.0206 2020-10-06 12:35:28 +00:00
benoit
865e244cff Update to rocksndiamonds-4.2.0.3. 2020-10-06 11:17:53 +00:00
sthen
01e4c8e4c0 update to php-7.2.34 2020-10-06 11:10:05 +00:00
sthen
fecd35f6fa update to php-7.4.11 2020-10-06 11:09:55 +00:00
sthen
25203b1814 update to php-7.3.23 2020-10-06 11:09:50 +00:00
martin
c408d02ea6 Update py-rasterio to 1.1.7. 2020-10-06 11:02:34 +00:00
jasper
a2f90361d6 update to cppzmq-4.7.1 2020-10-06 09:30:06 +00:00
bluhm
0a6d29480f update p5-Net-DNS-SEC to 1.18 2020-10-06 09:25:34 +00:00
bluhm
2cc96fa30f update p5-Net-DNS to 1.27 2020-10-06 09:05:03 +00:00
martin
bccd4bce15 Update blosc to 1.20.1. Keep building with external snappy. 2020-10-06 08:38:45 +00:00