Commit Graph

173187 Commits

Author SHA1 Message Date
bket ce28f307c0 Import borgbackup-2.0.0b4
This is a beta release, only for testing, and not yet supported - do not
use for production repos. Note that this is a major - breaking -
release, and is not compatible with existing repos.

OK kn@
2023-01-27 20:26:19 +00:00
bket a98bec0a32 Prepare for import of borgbackup-2.0.0b4
No bump needed.
2023-01-27 20:15:34 +00:00
tb bd6d9e7914 protobuf: fix build on mips64 by skipping tail call optimization.
from jj
2023-01-27 19:07:54 +00:00
jca 9534ca3d75 Rewrite two macros to avoid a seemingly false positive from clang -Wint-conversion
The code was weirdly written anyway.  ok ajacoutot@ (maintainer)
2023-01-27 18:51:50 +00:00
jca 505b0a6fbd Use casts to explicitely allow conversions from intptr_t to pointers.
One could note that the C standard doesn't allow you to store a function
pointer into an intptr_t.  It seems that most people don't care.
2023-01-27 18:34:33 +00:00
jca e57a96eea1 Fix NUL (\0) vs NULL mismatch, fatal with clang 15 2023-01-27 18:26:03 +00:00
sthen 9f0d5c8b8e darktable: disable code which uses attribute(target_clones) to provide functions
optimized for different CPUs. apparently clang 15 adds supports for this,
but we don't have ifunc support in the toolchain, so it fails to link.
2023-01-27 18:14:19 +00:00
sthen a732706ca7 mpack: mirror the distfile, whack some implicit function definitions
and a 64-bit time_t issue
2023-01-27 18:04:19 +00:00
jca c4d6976d37 Fix use of inline, bogus with C99 inline semantics, as exposed by clang 15 2023-01-27 17:29:37 +00:00
jca e3c4e887e1 Let this build with clang 15
Who thought a scheme interpreter would use weird handling of C types.
2023-01-27 17:27:23 +00:00
robert 78d8cdf966 the chromium build systems do not honor USE_NOEXECONLY properly so let's set
it directly for now
2023-01-27 15:26:51 +00:00
sthen 3de70aa009 update to icinga-web2-2.11.4
unfortunately the sample Apache httpd config files were removed from the
icingaweb2 distfile in a packaging reorganisation ("moved to the packaging
repository", which appears to be non-public), so copy the files from the
previous version.
2023-01-27 13:55:52 +00:00
kirby 2be5c59c32 update to ownCloudclient-3.1.0.9872 2023-01-27 13:28:17 +00:00
sthen abe9e5ade4 routinator: neater distfiles handling 2023-01-27 12:50:22 +00:00
sthen cde8f9cb43 update to borgmatic-1.7.6
generate config at fake-install time with "generate-borgmatic-config"
rather than using a static file in ${FILESDIR}
2023-01-27 12:26:30 +00:00
sthen b73ae3948a update to memtester-4.6.0 2023-01-27 12:22:34 +00:00
sthen e04bac8531 update to py3-pikepdf-6.2.9 2023-01-27 12:22:32 +00:00
sthen 61962c583c update to py3-influxdb_client-1.36.0 2023-01-27 12:17:05 +00:00
sthen 8de0c0bcb4 update to py3-sqlobject-3.10.1 2023-01-27 12:17:01 +00:00
sthen fcd84507dd update to py3-sqlalchemy-1.4.46 2023-01-27 12:16:28 +00:00
sthen 90857fac51 update to py3-gitdb-4.0.10 2023-01-27 12:14:24 +00:00
mestre c9f5d4d13d upgrade clementine to 1.4.0rc2 which brings a whole year worth of updates
(Apr 21-May 22).

input and OK sthen@
2023-01-27 11:47:31 +00:00
sthen 420d50b7c2 update to hiawatha-11.3, from Christopher Petrik, plus I regenerated patches 2023-01-27 11:38:55 +00:00
sthen dbede039cc update to ddrescue-1.27, from Martin Ziemer (maintainer) 2023-01-27 11:37:08 +00:00
ajacoutot a350eaeced Update to consul-1.14.4. 2023-01-27 08:52:12 +00:00
mestre bb8884770b +nicotine-plus
OK op@
2023-01-27 00:29:24 +00:00
mestre 6c1044ff67 Import nicotine-plus 3.2.8
Nicotine+ is a graphical client for the Soulseek peer-to-peer file
sharing network.

Nicotine+ aims to be a pleasant, Free and Open Source (FOSS)
alternative to the official Soulseek client, providing additional
functionality while keeping current with the Soulseek protocol.

OK op@
2023-01-27 00:19:59 +00:00
jeremy c38e4a13ca Drop maintainership, as thankfully I no longer need to access mainframes 2023-01-26 22:00:28 +00:00
naddy b7c4ae2e6d www/seamonkey: move jump table from .text to .rodata for x-only
ok tb@
2023-01-26 20:46:34 +00:00
landry 67dc50159b www/seamonkey: fix build on i386, time_t is 8 bytes on all platforms
cf #1812604
build failure reported by sthen@, thanks
2023-01-26 16:28:50 +00:00
sthen 4309368274 build debug packages for libslang 2023-01-26 15:33:32 +00:00
kn faa5ed04f5 update to ietf-cli 1.23; drop old redirecting homepage 2023-01-26 15:20:37 +00:00
sthen 4bda402628 update to newer eduvpn-documentation checkout 2023-01-26 15:11:14 +00:00
sthen 902c70a086 update to vpn-user-portal-3.3.0
database migration required if you use this with pgsql/mariadb (it's
handled automatically for the default sqlite); for info, see
https://github.com/eduvpn/documentation/blob/v3/DATABASE.md#database-migration
2023-01-26 15:10:21 +00:00
ajacoutot a50a453f44 Update to cups-filters-1.28.17. 2023-01-26 14:38:35 +00:00
sthen 77c1ddcd81 merge gortr into stayrtr for existing installs; development on gortr was
stopped and stayrtr is the continuation of the codebase. suggested by claudio@

sync distinfo to unbreak build while there
2023-01-26 14:25:00 +00:00
edd fb6feb4815 sysutils/fzf: easy update to version 0.37.0.
Diff from Laurent Cheylus, thanks.
2023-01-26 14:14:38 +00:00
job 76fc09e171 Remove duplicate stayrtr entry 2023-01-26 13:51:53 +00:00
job 30c481c2b2 +stayrtr 2023-01-26 13:40:54 +00:00
job b0342ee3dd Import net/stayrtr 0.4.0
OK kn@
2023-01-26 13:38:49 +00:00
robert d356bbebc2 update to 109.0.5414.119 2023-01-26 13:26:35 +00:00
robert 467d997d46 update to 109.0.5414.119 2023-01-26 13:26:20 +00:00
ajacoutot d635b6742c Update to zenity-3.44.0. 2023-01-26 13:19:43 +00:00
sthen 77c488cf43 update to py3-telegram-0.16.0, tested with net/tg
patch to drop RDEP on setuptools, it's only used to locate the bundled
linux/darwin libs which we remove anyway

(there's a newer version, but it needs an extra dep)
2023-01-26 12:57:56 +00:00
sthen 68cf916b42 update to py3-pybind11-2.10.3 2023-01-26 12:50:36 +00:00
sthen 0115102cc6 update to py3-pbr-5.11.1 2023-01-26 12:41:18 +00:00
sthen f16f02a90b update to py3-pathspec-0.11.0 2023-01-26 12:35:26 +00:00
tb 4d478cad8c openssl/1.0.2 also needs USE_NOEXECONLY on most architectures 2023-01-26 11:32:01 +00:00
tb a00a550b91 openssl: fix eopenssl{11,30} binaries by reinstating LDFLAGS in the
MAKE_FLAGS. My diff switching to USE_NOEXECONLY was a bit overeager.
2023-01-26 11:29:43 +00:00
op abbeffd201 update archivers/zpaqfranz to 57.1
diff from tux0r (maintainer), thanks!
changelog: https://github.com/fcorbelli/zpaqfranz/releases/tag/57.1
2023-01-26 08:30:18 +00:00