153497 Commits

Author SHA1 Message Date
kn
de4173071b update to profanity 0.10.0
Remove Luas as MAINTAINER as per their request.
2021-01-17 17:08:09 +00:00
bcallah
9d57f7de6a Update to dibuja-0.21.12
Summary of new features can be found here:
https://bazaar.launchpad.net/~jbal/dibuja/trunk/view/head:/README
2021-01-17 16:14:33 +00:00
sthen
eca27019fc regen plist to unbreak py3 packaging 2021-01-17 15:51:58 +00:00
sthen
4e4d8fd474 update to xdot-1.2, from maintainer Alessandro De Laurenzis 2021-01-17 15:50:34 +00:00
sthen
b00b9f6bfe update to ircd-hybrid 8.2.37, from Brad. 2021-01-17 15:47:40 +00:00
sthen
bebef755c1 update to ddclient-3.9.1, from Reeto Chatterjee, plus some changes from
me on top (rewrote DESCR, reformatted the Makefile a bit, synced patches)
2021-01-17 15:46:53 +00:00
danj
4de718f109 Update to haproxy-2.0.20 2021-01-17 15:22:56 +00:00
jasper
90b47ecfb9 build a debug package
ok edd@ (MAINTAINER)
2021-01-17 15:13:34 +00:00
robert
e9f2b9dd8e update to 2.004004 2021-01-17 11:15:40 +00:00
kirby
af2a389499 Update to naev-0.8.0.
Changelog: https://naev.org/blarg/2020-12-17_0.8.0/
Port related changes:
 - switched to SDL2
 - set ONLY_FOR_ARCHS as it now requires OpenGL 3.2
 - enable SEPARATE_BUILD
 - change port layout because game data is now shipped with
   sources.
2021-01-17 11:11:14 +00:00
robert
97f8466728 now that we have struct ip_mreqn, start using that to avoid multiple
multicast errors
2021-01-17 10:56:05 +00:00
semarie
1a4a04b0a5 update sysclean to 2.9 2021-01-17 10:54:54 +00:00
ajacoutot
62808f43d5 Update to pulseaudio-14.2. 2021-01-17 10:39:01 +00:00
kn
70541b8f12 update to catgirl 1.5
Lots of bug fixes and added features, upstream also did pledge and unveil.

OK solene (maintainer)
2021-01-17 10:17:51 +00:00
ajacoutot
3847707660 Merged upstream. 2021-01-17 09:33:37 +00:00
benoit
163b6da0b9 Update to rocksndiamonds-4.2.2.1. 2021-01-17 07:55:57 +00:00
kn
7b13a1abd8 update to mblaze 1.1
* mcom: allow tilde prefixed path for profile's outbox setting
* mcom: detect and report mmime errors
* add contrib/mmailto, a handler for mailto: links
* Bug fixes.

Ship contrib/ which provides a bunch of potentially useful scripts.

From Luas (maintainer)
2021-01-17 07:36:21 +00:00
kmos
8ee1929857 knockpy wasn't pointed at the new py2-dnspython like it should have been
Found during sparc64 bulk
2021-01-17 06:10:19 +00:00
abieber
d9be05d887 Bonk honk to 0.9.5
- Fixes rc_stop
- Updates to examples / README

diff from "maintainer" >.> Horia Racoviceanu <horia () racoviceanu ! com>
2021-01-16 23:42:57 +00:00
abieber
1018dcc930 Teach go.port.mk and Go.pm how to escape modules that contain uppercase
letters.

OK kn, make magic from espie/naddy, feedback from afresh1 and sthen.
2021-01-16 23:38:13 +00:00
tb
78fa7ab8dc net/dhcpcd: fix a regression introduced in 9.4.0
Once every few minutes dhcpcd prints two lines into /var/log/messages:

dhcpcd[89340]: make_env: Undefined error: 0
dhcpcd[89340]: script_runreason: Undefined error: 0

Apparently OpenBSD allows interfaces with the same priority number whereas
NetBSD doesn't.  This would break the ordering used in the routes tree and
RB-tree insertion would fail.  The upstream fix sets errno to make the log
messages more meaningful and fixes RB-tree insertion. It also plugs a leak
in this error path.

Fix from https://roy.marples.name/archives/dhcpcd-discuss/0003426.html

ok sthen
2021-01-16 23:35:47 +00:00
cwen
a42eaef79a ccrypt: add PORTROACH to skip MacOS version reporting. 2021-01-16 22:51:21 +00:00
sthen
98da69373c point at py2-dnspython in comment 2021-01-16 22:36:17 +00:00
abieber
0661e3216b Update ogvt to 1.0.9. This version works on openbsd/mips64 \o/ 2021-01-16 21:57:58 +00:00
kmos
4f9de98e7d py-scikit-image uses c++0x so base-gcc cannot be used
Fixes the build on sparc64

tweaks from and ok sthen@
2021-01-16 21:49:14 +00:00
sthen
78ab84ec7c update to linkchecker 10.0.0, moves to py3 (requires the new py-dnspython) 2021-01-16 21:22:06 +00:00
sthen
ff3be859fa split the py2 version of py-dnspython off into net/py2-dnspython,
update the py3 version to 2.1.0, and adapt ports using it.
2021-01-16 21:21:04 +00:00
kn
0729aed3b2 Updae to dino 0.2.0
https://dino.im/blog/2020/11/dino-0.2-release/

Similar diff from Alex Hosten
OK paco solene (for Alex's diff)
2021-01-16 21:08:39 +00:00
abieber
66ed5f1906 Update dendrite to 0.3.5
Changes: https://github.com/matrix-org/dendrite/releases/tag/v0.3.5
2021-01-16 19:23:55 +00:00
naddy
1df6500a17 Update to 1.33:
* POSIX extended format headers do not include PID by default
* --delay-directory-restore works for archives with reversed member ordering
* Fix extraction of a symbolic link hardlinked to another symbolic link
* Wildcards in exclude-vcs-ignore mode don't match slash
* Fix the --no-overwrite-dir option
* Fix handling of chained renames in incremental backups
* Link counting works for file names supplied with -T
* Accept only position-sensitive (file-selection) options in file list files

Stefan Hagen provided analysis of a regression that has been fixed
by upstream (cherrypicked).
2021-01-16 18:52:19 +00:00
abieber
314b17ec5b Bump age to beta6.
Changes: https://github.com/FiloSottile/age/releases/tag/v1.0.0-beta6
2021-01-16 17:37:04 +00:00
abieber
7e9a28b4d0 Drop MAINTAINER for a bunch of stuff I no longer use. 2021-01-16 17:26:16 +00:00
sthen
10d91ce564 add experimental py3 port of rcsparse 2021-01-16 13:56:09 +00:00
fcambus
7308e01350 Drop maintainership. 2021-01-16 13:43:21 +00:00
sthen
b2d6f24d62 nut: update homepage 2021-01-16 13:42:01 +00:00
sthen
35fc66e3bd update to minimodem-0.24 and patch so that tests run correctly
add comment to makefile pointing out that the next version (not yet
released) has a native sndio backend
2021-01-16 12:58:11 +00:00
sthen
465bbd0647 missed cvs add/rm 2021-01-16 12:54:12 +00:00
sthen
be8b9b20d7 update to libsndfile-1.0.30, from Brad, maintainer timeout
Some fixes for ..
CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662,
CVE-2018-19758 and CVE-2019-3832.
- a bunch of memory leaks
- a stack overflow
- use of uninitialized value
2021-01-16 12:53:12 +00:00
fcambus
bf1cf661b9 Comment patch and drop maintainership. 2021-01-16 12:34:50 +00:00
fcambus
0e7983aa11 Comment patch and drop maintainership. 2021-01-16 12:20:38 +00:00
fcambus
fdb09f89b5 Comment patches. 2021-01-16 12:15:47 +00:00
robert
9548562092 unbreak libreoffice after the libc++ update by merging another
fix from upstream for exception handling and remove an obsolete
patch while here
2021-01-16 11:17:05 +00:00
ajacoutot
8ac7bdabb2 Hook up autoconf-2.70. 2021-01-16 11:04:29 +00:00
ajacoutot
235a72d0f4 Import autoconf-2.70.
from Brad
maintainer timeout, ok sthen@
2021-01-16 11:04:06 +00:00
ajacoutot
2eff79b6a4 Update to deja-dup-42.7. 2021-01-16 10:08:34 +00:00
ajacoutot
b8b4d4b71d Update to terragrunt-0.27.1. 2021-01-16 10:05:02 +00:00
ajacoutot
5bddb65e84 Update to nomad-1.0.2. 2021-01-16 09:54:25 +00:00
ajacoutot
46626a761f Update to awscli-1.18.216. 2021-01-16 09:50:25 +00:00
ajacoutot
d222bc9ede Update to py3-boto3-1.16.56. 2021-01-16 09:50:11 +00:00
ajacoutot
f7606c185a Update to py3-botocore-1.19.56. 2021-01-16 09:49:58 +00:00