159877 Commits

Author SHA1 Message Date
rsadowski
b7c6253c69 Update jenkins-devel to 2.311 2021-09-13 05:00:37 +00:00
kirby
e1bbf37f51 - fix build with scons-4.x
- drop python from MODULES (one less py2 consumer)
 - fix typo in comment

Diff from Omar Polo, tahnks!
2021-09-12 22:07:27 +00:00
tb
fddc8c0130 net/libsmi: move HOMEPAGE to https and switch MASTER_SITES from ftp to
https site indicated on $HOMEPAGE

ok naddy (for MASTER_SITES change)
2021-09-12 20:32:32 +00:00
naddy
b7f3b6d0c1 textproc/link-grammar: avoid printf %n
ok tb@ who also pointed out another instance of %n
2021-09-12 20:21:25 +00:00
naddy
96c7027c9e print/lcdf-typetools: avoid printf %n
ok tb@
2021-09-12 20:00:26 +00:00
naddy
bc0bb6e558 net/libsmi: avoid printf %n
ok sthen@ nigel@
2021-09-12 19:58:09 +00:00
tb
ffeaf6c806 Update openssl-ruby-tests to 20210912 2021-09-12 18:36:59 +00:00
rsadowski
ea21d0899f Update qutebrowser to 2.3.1
Update diff from maintainer
2021-09-12 14:26:40 +00:00
solene
919cde3441 I forgot to include the 64-bit time_t fix from tb@ 2021-09-12 08:23:46 +00:00
ajacoutot
42b3117a48 Update to nomad-1.1.4. 2021-09-12 07:43:30 +00:00
ajacoutot
dcf176fe54 Fix HOMEPAGE. 2021-09-12 07:32:26 +00:00
rsadowski
115d5d03d8 Cleanup: Drop python2, regen WANTLIB and add mariadb to lib depends 2021-09-12 06:51:23 +00:00
rsadowski
87f7fe767c Switch python version to 3
Python 3 is fine at build time
2021-09-12 06:45:11 +00:00
rsadowski
5e841b804b Unbreak build
Change MARBLE_MIN_VERSION from 0.19.2 to 21.8.0 and rename package.
That shouldn't have worked in the past either.

Spotted by naddy@ Thanks
2021-09-12 06:32:53 +00:00
rsadowski
5592279e93 Drop python2 dependency
I no longer see that it is needed at build or run time.
2021-09-12 06:28:06 +00:00
namn
ee1184f048 update to wget-1.21.2
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00003.html

"Release tarballs no longer have a dependency on Python."

This update:
- Updates to 1.21.2
- Removes python3 hack and requires python3 at build time instead.
  MODPY_RUN_DEPENDS is in TEST_DEPENDS (as before) and BUILD_DEPENDS
  (via removal of MODPY_BUILDDEP = No).

Python3 is readily available when building ports. Release notes state
that python3 is no longer needed at build time. Without python3, it
will fail configure and will not run python regression tests in
testenv/.

submitted by tj@ with tweaks by me to reintroduce python3 as a build
dependency
feedback from and OK sthen@
2021-09-11 22:48:21 +00:00
rsadowski
f564626a58 Do not mix with upcoming kdenlive update. Wait for mlt7
Fix PLIST, clean up dependencies. Spotted by naddy. Thanks!
2021-09-11 22:26:51 +00:00
rsadowski
9be7e735fb Update to libwebp 1.2.1.
- 7/20/2021: version 1.2.1
  This is a binary compatible release.
  * minor lossless encoder improvements and x86 color conversion speed up
  * add ARM64 simulator support to xcframeworkbuild.sh (#510)
  * further security related hardening in libwebp & examples
    (issues: #497, #508, #518)
    (chromium: #1196480, #1196773, #1196775, #1196777, #1196778, #1196850)
    (oss-fuzz: #28658, #28978)
  * toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
                                     #533)
  * use more inclusive language within the source (#507)

From Brad
2021-09-11 18:19:17 +00:00
rsadowski
02e2d5aaab Update to dav1d 0.9.2.
Changes for 0.9.2 'Golden Eagle':
---------------------------------

0.9.2 is a small update of dav1d on the 0.9.x branch:
 - x86: SSE4 optimizations of inverse transforms for 10bit for all sizes
 - x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b
 - x86: SSSE3 optimizations for cdef_filter in 10/12b and mc_w_mask_422/444 in 8b
 - ARM NEON optimizations for FilmGrain Gen_grain functions
 - Optimizations for splat_mv in SSE2/AVX2 and NEON
 - x86: SGR improvements for SSSE3 CPUs
 - x86: AVX2 optimizations for cfl_ac

From Brad
2021-09-11 18:16:04 +00:00
solene
acc595b53f Update to lagrange-1.6.5 2021-09-11 18:11:12 +00:00
rsadowski
17ad90e0f6 Update makeself to 2.4.5
Update diff from Stefan Hagen
2021-09-11 18:02:15 +00:00
rsadowski
a84a176864 Fix missing dependency on Qt5WebEngine
Spotted by aja, thanks
2021-09-11 16:15:02 +00:00
rsadowski
a31a17b2d3 Delete unnecessary patch
Spotted by aja, thanks
2021-09-11 15:31:33 +00:00
naddy
2c5b2f3e94 security/libssh2: avoid printf %n in example code
The old code is also broken, as it passes a pointer to a variable
of a different size (on LP64).  There is no check for truncation,
but buf[] is 1MB in size.

ok benoit@ sthen@
2021-09-11 14:54:06 +00:00
ajacoutot
04e38e8705 Update to pango-1.48.10. 2021-09-11 14:23:53 +00:00
ajacoutot
ccf754cdbe Unbreak by removing the version spec (needed after the recent openldap
port change).
2021-09-11 14:11:51 +00:00
stsp
995d0352fa update to got 0.58
- tog: support navigating to first/last line of tree and ref views (naddy)
- tog: jump directly to first log item instead of traversing the list (naddy)
- tog: when jumping to bottom of the log view, go from tail backwards (naddy)
- make "got branch -d" print reference name and value (naddy)
- move code duplicated by got-send-pack and got-fetch-pack to common files
- assert against accidentally overflowing argv[] in got_dial_ssh() (naddy)
- make 'gotadmin info' display separate send/fetch URLs if they differ
- fix a null-pointer deref in 'got fetch -d' (reported by Omar Polo)
2021-09-11 13:54:40 +00:00
rsadowski
2164f20346 Add missing build dependency on kcmutils
Spotted by naddy@ Thanks
2021-09-11 10:32:03 +00:00
kevlo
65feb25d85 Fix build on i386. Compile with SSE2 on i386 (flags: -msse -msse2 -mfpmath=sse)
Build failure noticed by sthen@
2021-09-11 09:44:46 +00:00
ajacoutot
53e962840c Update to libspectre-0.2.9.
Revert some upstream commits because our ghostscript version is super old.
2021-09-11 09:19:19 +00:00
ajacoutot
3e969592a1 Update to awscli-1.20.40. 2021-09-11 09:10:08 +00:00
ajacoutot
f34556d4f8 Update to py3-boto3-1.18.40. 2021-09-11 09:09:55 +00:00
ajacoutot
d1561a9462 Update to py3-botocore-1.21.40. 2021-09-11 09:09:45 +00:00
ajacoutot
fc77d85b91 Update to dleyna-connector-dbus-0.4.1. 2021-09-11 09:00:51 +00:00
ajacoutot
20d5516bf3 Update to castor-0.8.18. 2021-09-11 08:47:54 +00:00
ajacoutot
239a9407e0 Update to hplip-3.21.8. 2021-09-11 08:39:12 +00:00
ajacoutot
7dab3e84e2 Update to terragrunt-0.31.10. 2021-09-11 08:14:42 +00:00
inoguchi
f56132d06a Import textproc/libmarisa
Provided and tested on amd64, aarch64 (rpi4), and  mips64el (loongson) (with
reduced input) by Yifei Zhan < openbsd () zhan ! science >.

OK sthen@ if someone would like to import.

I am also fine with this and build and test on amd64 works fine.
ok inoguchi@
2021-09-11 07:55:18 +00:00
ajacoutot
82d38feae6 Update to terraform-1.0.6. 2021-09-11 07:50:06 +00:00
semarie
d73464f27b update sysutils/bat to v0.18.3 2021-09-11 07:36:14 +00:00
semarie
5d1912f0f7 devel/cargo tweaks
add a $OpenBSD$ marker in modcargo-gen-crates-licenses output, and a
reminder to run modcargo-gen-crates-licenses in modcargo-gen-crates
output
2021-09-11 07:13:13 +00:00
ajacoutot
a51255e9eb Update to libdazzle-3.42.0. 2021-09-11 07:00:02 +00:00
rsadowski
dd9541da63 Clean up comments and add new KDE ports to port 2021-09-11 05:28:35 +00:00
sthen
b9563f04c9 mark BROKEN-i386 2021-09-10 22:49:13 +00:00
sthen
30b4964eae FFmpeg: patch to fix building AltiVec code on powerpc64. From Brad. 2021-09-10 21:47:55 +00:00
sthen
d5ac4c5858 update to mutt-2.1.3
as with the previous update, IMAP users and especially QRESYNC users are
advisted to upgrade.
2021-09-10 21:45:44 +00:00
sthen
a4a666f9b4 oops, previous commit which was supposed to just add an @pkgpath marker
was from a tree with a WIP openldap 2.5.x diff that's not yet ready.
reinstate 2.4.x.
2021-09-10 20:44:27 +00:00
gkoehler
d71a4722e1 Fix libgmp.a on powerpc; text relocation error from ld.lld
This was a mistake in asm-defs.m4: `PIC_ALWAYS' should not have
quotes.  Delete the quotes to fix the powerpc asm.

ok naddy@ (maintainer)
2021-09-10 20:29:04 +00:00
jasper
3368674a22 fix build on powerpc64 by providing the definition of SIGSEGV_FAULT_STACKPOINTER
with naddy@
2021-09-10 18:44:55 +00:00
sthen
b05cd25e7b remove the old openldap-2.3 server-only package, merge into 2.4.
if you were using the old one to avoid bdb, note that lmdb is now supported
in 2.4.x.
2021-09-10 18:20:30 +00:00