163477 Commits

Author SHA1 Message Date
gonzalo
ae8b066dd4 Update for Axel to 2.17.11
OK benoit@
2022-02-03 08:52:06 +00:00
landry
6b491fe187 databases/web2ldap: update to 1.7.0, from Maintainer Lucas Raab
See https://web2ldap.de/changes-1.7.html
2022-02-03 07:10:24 +00:00
landry
74413ba325 databases/py-ldap0: update to 1.4.7, from maintainer Lucas Raab
see https://code.stroeder.com/pymod/python-ldap0/compare/v1.4.6...v1.4.7
2022-02-03 07:08:51 +00:00
kn
202d5b7f93 Replace minizip patch with CFLAGS addition 2022-02-02 23:25:53 +00:00
kn
5be8e65f99 Remove ineffective hunk
This reenabled -pie, except does so when DESKTOP_APP_USE_PACKAGED is OFF;
we build with ON.
2022-02-02 22:04:29 +00:00
bluhm
b46e60e4ef update botan2 to 2.19.1
removed patch has been commited upstream
2022-02-02 18:21:43 +00:00
sthen
cc856d8171 update to mongodb-3.4.24, heavily based on op@'s diff for 4.4.10
db upgrades are only supported across one major (3.2 -> 3.4 -> 3.6 ->
4.0 -> 4.2 -> 4.4) so to make things easier for unifi users I'm only
jumping one version for now.

https://docs.mongodb.com/manual/release-notes/3.4-compatibility/
https://docs.mongodb.com/manual/release-notes/3.4-upgrade-standalone/
2022-02-02 18:14:58 +00:00
sthen
59bbbc223f unifi: drop the version restriction on mongodb; unifi versions >=5.13
should be happy with newer versions and 5.6 is patched to drop the
command-line flag which was causing problems.
2022-02-02 18:07:08 +00:00
sthen
84bab2f395 net/unifi/5.6: strip out --nohttpinterface in mongod command line, it's removed
in mongodb 3.6+ (and was already deprecated)
2022-02-02 18:01:20 +00:00
robert
4856528396 update to 98.0.4758.80; 2022-02-02 17:36:36 +00:00
kn
5721e6fbb1 Update to tdesktop 3.5.0
https://github.com/telegramdesktop/tdesktop/releases/tag/v3.5.0
Also pull in a post-release fix to unbreak the Qt5 build.
2022-02-02 15:19:33 +00:00
kn
cebebb8cbb Update to latest tg_owt
A Pipewire disabling fix was merged (needless glib dependency was dropped).
2022-02-02 15:19:30 +00:00
sebastia
a5b493dc5b update to 2022-01-29 2022-02-02 12:52:38 +00:00
sthen
180e756e95 unifi/main: BUILD_V not needed 2022-02-02 12:41:49 +00:00
jca
172ab7deb7 SECURITY UPDATE to samba-4.15.5
Fixes for CVE-2021-44141, CVE-2021-44142 and CVE-2022-0336.
See the release notes for more information:
https://www.samba.org/samba/history/samba-4.15.4.html
https://www.samba.org/samba/history/samba-4.15.5.html

Tests by Ian and bket@, ok bket@
2022-02-02 12:33:52 +00:00
sthen
e0e48376d0 update to boost-1.78.0, from Brad 2022-02-02 12:24:14 +00:00
sthen
2d53038f21 gtkballs build needs gettext-tools for gettext.m4 2022-02-02 11:36:34 +00:00
sthen
557da18da4 update to pecl-xdebug-3.1.3 and enable tests 2022-02-02 11:27:07 +00:00
sthen
e57278c1e5 pecl.port.mk: don't override MASTER_SITES etc if GH_PROJECT is set 2022-02-02 11:25:24 +00:00
ajacoutot
8023d91e5c Update to cyrus-imapd-3.4.3. 2022-02-02 10:46:37 +00:00
sthen
b1c027eb54 py-yaml needs cython now, found by Mark Patruck 2022-02-02 10:37:23 +00:00
landry
5648c0ab58 geo/mdal: update to 0.9.3 2022-02-02 08:08:41 +00:00
sdk
b67c8943c2 Update libavif 0.9.2 => 0.9.3
Software changes [0.9.3] - 2021-10-20:
### Added
* Support for progressive AVIFs and operating point selection
* Add automatic tile scaling to the item's ispe or track's dims
* Add diagnostic messages for AV1 decode failures
* avifdec: Add PNG compression level arg
* Make image size limit configurable, expose to avifdec
* Add the AVIF_STRICT_ALPHA_ISPE_REQUIRED flag

### Changed
* Mandate ispe and disallow zero width or height (#640).
* Re-map libavif speed 7-10 to libaom speed 7-9 (#682)
*  Refer to https://aomedia-review.googlesource.com/c/aom/+/140624
*  If you were using libaom with the following avif speed setting:
*   - speed 0-6: no change is needed
*   - speed 7:   change to speed 6 for the same results
*   - speed 8-9: re-test and re-adjust speed according to your app needs
* Update aom.cmd: v3.2.0
* Update dav1d.cmd: 0.9.2
* Pass TestCase's minQuantizer, maxQuantizer, speed to encoder.
* Regenerate tests.json
* Disable JSON-based tests for now, the metrics are inconsistent/unreliable
* Set diagnostic message for aom_codec_set_option()
* Re-map libavif-libaom speed settings (#682)
* Bump of version in CMakeLists.txt was forgotten
* avifdec: Better message for unsupported file extension
* Do not copy input image when encoding with libaom unless width or height is 1
* Fix the comment for AVIF_STRICT_PIXI_REQUIRED
* Update libavif.pc.cmake (#692)
* In 32-bit builds set dav1d's frame_size_limit setting to 8192*8192
* Allocate alpha alongside YUV (if necessary) during y4m decode to avoid incorrect alphaRowBytes math
* Change avif_decode_fuzzer to be more like Chrome
* Update codec_dav1d.c for the new threading model
* Generalized ipco property deduplication
* Rename avifParseMoovBox to avifParseMovieBox for consistency
* Simplify idat storage for avifMeta structure (#756)
* Fix oss-fuzz coverage build failure of dav1d
* Redesign AVIF_DECODER_SOURCE_AUTO to honor the FileTypeBox's major brand
* Use "C420" as default Y4M color space parametee

Port changes:
This update disables json tests, which are unreliable and have been
deactivated upstream as well.

Update from Brad
2022-02-02 07:33:18 +00:00
landry
22c6bf2ea8 x11/xfce4/xfce4-cpugraph: update to 1.2.6 2022-02-02 07:31:05 +00:00
abieber
accca92a9a * Update to v16.13.2 (Active LTS Release)
* Change from bundled versions of
	- libuv
	- c-ares
	- nghttp2
	- zlib
	- brotli
	- icu
	- openssl
  to libraries from ports.

* Drop patches for bundled openssl, cares, zlib

* Adapted v8 patches from www/chromium

* Patch for node's c-ares wrapper to define ns_class, ns_type, ns_opcode and
 ns_code, since those are not defined in our arpa/nameser.h
https://marc.info/?l=openbsd-ports&m=164158353605076&w=2

* Using OpenBSD's zlib has the side effect of fixing
https://marc.info/?l=openbsd-ports&m=164344705329686&w=2

* Fixes broken detection of the executable path on OpenBSD.
See patch-src_env_cc. This currently prevents node-pledge from
being actually used.

* Fixes
	CVE-2021-44531
	CVE-2021-44532
	CVE-2021-44533
	CVE-2022-21824

Original diff from MAINTAINER Volker Schlecht, tweaks and OK from sthen@
Thanks Volker!
2022-02-01 22:17:58 +00:00
naddy
b6e9debca7 www/tor-browser/browser: unbreak by fixing typo in previous commit 2022-02-01 20:31:18 +00:00
tb
612036645c Update openssl-ruby-tests to 20220201
Add a workaround for a difference of the default names for TLSv1.3
ciphersuites between LibreSSL and OpenSSL that will hopefully not
be needed for long.
2022-02-01 18:54:28 +00:00
sthen
4b32a5bc6f add portroach marker 2022-02-01 18:32:10 +00:00
sthen
e6019a27e5 update to py-yaml-5.4.1 (last version with py2 support; security/floss
has not had a py3 release yet, though it is in their git tree now).
ok gonzalo@ pea@
2022-02-01 18:30:27 +00:00
paco
5dccb98e3c update www/hugo to 0.92.1
tweaks and ok sdk@
2022-02-01 18:17:33 +00:00
denis
32127ffd51 Update to v0.10.3
OK bket@
2022-02-01 17:46:43 +00:00
kn
f5c38679c9 Disable on i386 as long as net/tdesktop is disabled
OK sthen
2022-02-01 16:40:42 +00:00
sebastia
47349d3f4e simple update 2.5.3 -> 2.5.4 2022-02-01 15:29:32 +00:00
sthen
8d460366cb regen patches (noop) 2022-02-01 14:16:35 +00:00
sthen
c25c288e05 update to pianobar-2020.11.28, from Josh Grosse 2022-02-01 14:16:08 +00:00
kn
157a8847cf Actually drop myself as maintainer... 2022-02-01 08:11:47 +00:00
op
8aeb629bc1 purritobin: @sample the html files into /var/www/purritobin and tweak
PURRITOBIN_URL so it pastes to the current host.  looks good to sthen@
and to Aisha (maintainer) too.
2022-01-31 21:50:09 +00:00
sthen
e8bf7bdbdd fix php.ini paths, found the hard way by Tom Murphy 2022-01-31 21:18:10 +00:00
benoit
be14c7df18 Update to py-pygresql-5.2.3. 2022-01-31 20:10:31 +00:00
jturner
5738e44fa6 Update janet to 1.12.0 2022-01-31 16:49:08 +00:00
ajacoutot
f6f542a487 Update to orca-41.2. 2022-01-31 16:14:10 +00:00
landry
46180161df www/tor-browser/browser: merge firefox-esr/Makefile r1.160 2022-01-31 15:37:36 +00:00
landry
883de85f8e www/{firefox-esr,seamonkey},mail/mozilla-thunderbird: add --disable-necko-wifi to CONFIGURE_ARGS
its going away from mozilla.port.mk with firefox 97.

reminded by a report from naddy@, thanks
2022-01-31 15:36:11 +00:00
sthen
abcd791cd9 update to gimp-2.10.30, from Josh Grosse 2022-01-31 13:16:57 +00:00
sthen
9889e66c3d update to postfix-3.5.14, from Brad 2022-01-31 12:24:58 +00:00
sthen
c70f8f93d5 update to libwebp-1.2.2, from Brad 2022-01-31 12:20:16 +00:00
gonzalo
f306213dc9 Update for Nono to 0.2.5
OK benoit@
2022-01-31 11:02:17 +00:00
op
fd73dfae41 update ecl to 21.2.1 from MAINTAINER Timo, thanks!
cf. https://ecl.common-lisp.dev/posts/ECL-2121-release.html

tested on amd64, consumer still builds and runs.
2022-01-31 09:53:58 +00:00
op
b9944bece0 update uwebsocket to 2.11.0
changelog:

  v2.10.0:
    Last release broke unmasking of large WebSocket messages

    https://github.com/uNetworking/uWebSockets/releases/tag/v20.10.0


  v2.11.0:
    All versions of Safari 15 for iOS and macOS are entirely broken when
    it comes to WebSocket. This release adds exceptions to the standard,
    applied only to Safari user agents in order to play along with
    Apple's thorough and unmatched incompetence.

    https://github.com/uNetworking/uWebSockets/releases/tag/v20.11.0
2022-01-31 09:04:34 +00:00
op
cd725e62f3 update uwebsockets to v20.9.0 from MAINTAINER Aisha Tammy, thanks! 2022-01-31 08:48:03 +00:00