IABSD.fr/ports

Branch :


Log

Author Commit Date CI Message
a11b84ea 2022-08-10 08:51:48 update to traccar-5.3, from maintainer Renaud Allard with a few tweaks by me
1a77f8a1 2022-08-10 08:48:37 Update to gdk-pixbuf-2.42.9.
1de83e27 2022-08-10 08:39:28 Set DPB_PROPERTIES=parallel Hopefully this will help bulk builds finish earlier.
39097822 2022-08-10 08:18:08 update lang/clojure to 1.11.1.1155
89e94bbe 2022-08-10 08:06:22 update to 2022.08.08 New extractors: angel camtasia genericembeds harpodeon holodex kompas redbee sharevideos tempo Removed extractors: parliamentliveuk rtbf
3cfa9833 2022-08-10 06:15:22 i3lock now uses c11 This requires ports-gcc on base-gcc arches Fixes the build on sparc64
e0a7d826 2022-08-10 06:12:51 Do the usual C99 invocation for base-gcc Fixes the build on sparc64
78215cc4 2022-08-10 05:44:15 Update KDE Plasma to 5.25.4
0bc9ca8f 2022-08-10 05:23:45 Update jenkins-devel to 2.363
753f614f 2022-08-09 21:48:36 Update to 1.10.
c0c95d66 2022-08-09 21:47:38 Update to 1.27.
c9c04a73 2022-08-09 21:46:13 Update to 0.9.3. Drop a patch thanks to upstream changes.
7a55ad7c 2022-08-09 20:28:31 Fix build with upcoming CMake 3.24 "There are probably more used in the public link interface, but these were enough to fix building dependents with cmake 3.24.0-rc3, which seems to be stricter than 3.23.x." https://invent.kde.org/pim/messagelib/-/commit/3edc93673f94604c203be1c899dffb25575985db Spotted by tb@, thanks
563e7875 2022-08-09 15:10:10 update www/hugo to 0.101.0 ok pvk@
4e9cbe70 2022-08-09 15:08:44 update audio/cmus to 2.10.0 ok rsadowski@
889e1d2f 2022-08-09 14:27:26 Update for Nono to 0.4.2 OK rsadowski@ op@
c4e33cdd 2022-08-09 13:51:10 regen patches, no pkg change
97a404fa 2022-08-09 13:05:37 www/mozilla-firefox: update to 103.0.2. see https://www.mozilla.org/en-US/firefox/103.0.2/releasenotes/
363a96c1 2022-08-09 12:21:11 update to ImageMagick-6.9.12-60
fed30042 2022-08-09 11:37:39 On riscv64 scons appends "rv64" instead of "64" to executables names Probably an unintended side effect from the logic in the scons build scripts. Duplicate this logic in the port Makefile instead of using the ksh extended glob trick from my initial diff. This fixes packaging on riscv64. Also tested on amd64 and arm64 (tb@). ok sthen@ op@ (maintainer)
e6e44ef3 2022-08-09 11:19:46 Update about pending/merged PRs
59c6412d 2022-08-09 11:16:26 Update to tdesktop 4.0.4
ab725098 2022-08-09 08:17:02 update net/libstrophe to 0.12.2
359a16c3 2022-08-09 07:13:35 mail/mozilla-thunderbird: update to 102.1.2. see https://www.thunderbird.net/en-US/thunderbird/102.1.2/releasenotes/
625cce1c 2022-08-09 07:08:09 Update to terragrunt-0.38.7.
db9e5237 2022-08-09 06:25:19 Update to tracker3-3.3.3.
d57c28ae 2022-08-09 06:24:01 telephony/baresip: update to 2.6.0 see https://github.com/baresip/re/blob/main/CHANGELOG.md#v260---2022-08-01 https://github.com/baresip/rem/releases/tag/v2.6.0 https://github.com/baresip/baresip/releases/tag/v2.6.0 drops gsm & gstreamer1-plugins-base dependency. note that upstream started adding cmake support, will be used in the port when the last modules we're using are switched over (gtk)
ee058049 2022-08-09 05:16:30 update to knfmt-3.0.0
dba6d005 2022-08-08 20:56:06 patch prometheus' vendored go/sys/unix to update the syscall table, should fix runtime with _pad_ syscalls removed. ok pvk@
75bad604 2022-08-08 16:56:59 Update to puppet 6.28.0
dc79cf3a 2022-08-08 15:27:58 Update to arm-trusted-firmware 2.7.0 OK kevlo who also tested on PINE H64 ver B, ROCKPro64 (RK3399)
da1c9225 2022-08-08 13:28:35 binutils: add OpenBSD AArch64 Little Endian BFD support. This allows the package to build on OpenBSD/arm64.
9a422b4e 2022-08-08 12:59:00 Update to geocode-glib-3.26.4.
afa59659 2022-08-08 12:51:39 patch prometheus' vendored go/sys/unix to update the syscall table so that this no longer fails at startup on -current.
0318ae67 2022-08-08 12:47:15 Welcome GNOME 42.4.
bc966209 2022-08-08 12:47:05 Update to gnome-desktop-42.4.
1d1cd5ff 2022-08-08 12:22:12 Update to 1.9.15. -HOMEPAGE = http://sourceforge.net/projects/tcllib/ +HOMEPAGE = https://core.tcl-lang.org/bwidget/
67fa314d 2022-08-08 12:06:39 Update to webkitgtk4-2.36.6.
e0f9caf8 2022-08-08 11:57:58 Disable LTO on riscv64, it breaks the build at link time ok thfr@ (maintainer)
0377bf4f 2022-08-08 10:35:56 Update to ksh 1.0.2.
2a5962f5 2022-08-08 09:03:33 Update nextcloudclient to 3.5.4 Form Adriano Barbosa (maintainer)
72eefee3 2022-08-08 08:41:48 Update stagit to 1.2. libgit2 recently added an option GIT_OPT_SET_OWNER_VALIDATION which prevented other users from reading a repository. In the case of stagit it is not a security issue and broke a normal use-case. This new version disables the option. Also stagit makes use of OpenBSD pledge and unveil and locks down reading other files from the filesystem or writing to them etc. From maintainer Hiltjo Posthuma, thanks!
5e717027 2022-08-08 08:24:53 Update to nomad-1.3.3.
bd7523dc 2022-08-08 07:52:39 update to unifi-7.2.91
45b6d0c9 2022-08-08 07:49:41 update to mutt-2.2.7
31469598 2022-08-08 07:43:06 update to pymongo-4.2.0, now py3-only
9eee801c 2022-08-08 07:40:20 update to 6.4 Improvements: - The file browser does not crash when moving up to the root folder. - Softwrapping very long lines is done more efficiently. - Invoking the formatter does not blink the screen. ok naddy@
889c1b1e 2022-08-08 07:37:49 Update lang/go to 1.18.5
8b97ec81 2022-08-08 07:13:44 update to 5.2.0
be466a80 2022-08-08 07:09:58 geo/pdal: update to 2.4.3
f643c198 2022-08-08 06:46:10 Update to gjs-1.72.2.
f5c8dc13 2022-08-08 05:24:16 Update to lighttpd 1.4.66. - 1.4.66 - 2022-08-07 * [core] h2: optim: send window update in 16k units * [mod_magnet] reset for http-response-send-file * [multiple] fix json encoding * [core] buffer_append_bs_escaped_json() * [autoconf] update ax_prog_cc_for_build.m4 * [doc] add libdeflate to INSTALL * [mod_webdav] cold func if xml reqbody w/o db conf * [mod_webdav] check reqbody Content-Type is XML * [doc] more consistent use of vars in examples * [core] do not load indexfile, dirlisting if unused * [mod_dirlisting] send ETag, Cache-Control w/ cache * [mod_openssl] compile compat w/ openssl < 1.1.0 * [mod_webdav] webdav_reqbody_type_xml() fixes * [core] clarify server.username = "root" error msg * [mod_wolfssl] compat with older wolfssl versions * [core] fix li_base64_dec() on whitespace * [core] perf tweak buffer_eq_icase_ssn() * [mod_deflate] fix use of libdeflate for files>128k (fixes #3161) * [core] fix buffer_substr_replace() extend (fixes #3160) * [mod_webdav] build with Android NDK * [core] check r->http_status before handling Range * [core] preprocessor option to force crypto lib * [core] fix SIGUSR1 graceful restart w/ TLS (fixes #3164) * [mod_authn_gssapi] warn if no confidentiality flag (fixes #3163) * [mod_wstunnel] fix crash with bad hybivers (fixes #3165) * [core] perf: adjust max h2 stream send increment * [core] fix HTTP/2 downloads >= 4GiB (fixes #3166) Update diff from Brad, thanks
7a49a166 2022-08-08 05:23:20 Update to SVT-AV1 1.2.0. ## [1.2.0] - 2022-08-02 Encoder - Improve CRF preset tradeoffs for both the default and fast-decode modes - Improve the SSIM-based tradeoffs of the presets without impacting those of PSNR / VMAF - Improve CBR mode by enhancing the bit-distribution within the gop - Added support for reference frame scaling - Added support for quantization matrices - Added svtparams patches applicable to ffmpeg 4.4 - AVX2 optimizations for low-delay mode - TPL-based VBR mode improvements - Improved Chroma RDOQ - Improve TPL QP Scaling - Add length info to ivf header - Fix support for metadata pass-through - Add ability to specify Chroma and Luma qindex offsets independently on top of CRF qp assignments Build, Cleanup and Documentation - Fix multiple API documentation mismatches - Updated features documentation - Various functional bug fixes Update diff from Brad, thanks
4d48051c 2022-08-07 21:55:37 Update to 17.0.4 GA: * Contains many upstream bug fixes which can be found in the release notes here: https://foojay.io/java-17/?quarter=072022&tab=allissues https://openjdk.org/groups/vulnerability/advisories/2022-07-19 * Update bootstraps okay sthen@
c1f90844 2022-08-07 21:53:29 Update to 11.0.16 GA: * Contains many upstream bug fixes which can be found in the release notes here: https://foojay.io/java-11/?quarter=072022&tab=allissues https://openjdk.org/groups/vulnerability/advisories/2022-07-19 * Update bootstraps okay sthen@
eb7db504 2022-08-07 21:49:38 Update to 8u342 GA: * Contains many upstream bug fixes which can be found in the release notes here: https://foojay.io/java-8/?tab=allissues&version=openjdk8u342 https://openjdk.org/groups/vulnerability/advisories/2022-07-19 * Update bootstraps and strip debuginfo from them to keep them as small as possible okay sthen@
a9810945 2022-08-07 21:35:52 Update mattermost-server 6.7.2 -> 7.1.2 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html Switched to vendored distfile
bf7ff03e 2022-08-07 21:25:05 Update ansible 6.1.0 -> 6.2.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst#v6-2-0
d28050b4 2022-08-07 21:06:33 Add binutils.
83c0f55e 2022-08-07 21:02:22 binutils: resolve conflict which happened during import. There used to be a binutils port which was removed in 2004, which created a merge conflict when using portimport. Add Makefile manually to fix the issue.
549f80d8 2022-08-07 20:55:23 Enable Cirrus support in Bochs Requested and tested by Manuel <man93761 ATT gmail DOTT com>
f2dcd295 2022-08-07 20:52:59 Update font-awesome to 6.1.2
7b4b7ffa 2022-08-07 20:44:54 sysutils/grafana: update to 9.0.6 9.0.5 changelog: https://github.com/grafana/grafana/releases/tag/v9.0.5 9.0.6 changelog: https://github.com/grafana/grafana/releases/tag/v9.0.6 OK sthen@ and landry@
28d932a8 2022-08-07 20:44:09 Import devel/binutils. This package contains the following GNU binary utilities: - addr2line - Converts addresses into filenames and line numbers. - ar - A utility for creating, modifying and extracting from archives. - c++filt - Filter to demangle encoded C++ symbols. - elfedit - Update ELF header and program property of ELF files. - nm - Lists symbols from object files. - objcopy - Copies and translates object files. - objdump - Displays information from object files. - ranlib - Generates an index to the contents of an archive. - readelf - Displays information from any ELF format object file. - size - Lists the section sizes of an object or archive file. - strings - Lists printable strings from files. - strip - Discards symbols. All installed utilities have the 'g' prefix prepended to the binary name. OK sthen@
0e1eeea7 2022-08-07 20:41:02 databases/py-influxdb_client: update to 1.31.0 changelog: Features Add possibility to initialize client by json file Improve Query UX - simplify serialization to JSON and add possibility to serialize query results as a flattened list of values Bug Fixes Redact the Authorization HTTP header from log OK sthen@
453edf06 2022-08-07 19:22:11 www/firefox-esr: mention sysctl kern.video.record in pkg-readme since sysctl kern.audio.record is already mentioned. OK landry@
468b4fd4 2022-08-07 19:21:20 www/mozilla-firefox: mention sysctl kern.video.record in pkg-readme since sysctl kern.audio.record is already mentioned. OK landry@
910c1397 2022-08-07 17:00:43 Don't --enable-optimizations on powerpc This unbreaks python 3.* on powerpc. The build had enabled PGO (Profile Guided Optimization), then got "Segmentation fault" from the ./python binary. This seems to be a bug in clang or lld specific to 32-bit powerpc. We continue to --enable-optimizations on powerpc64. ok kmos@, sthen@
ff81f9e7 2022-08-07 12:22:18 Implement CPU feature detection for lang/go on openbsd/arm64. Make use of the ISAR0 register information exposed via sysctl. This allows Go to make use of the available hardware accelerated features.
229a3699 2022-08-07 11:36:37 unbreak asterisk-g729 build
4bbb3d27 2022-08-07 11:14:53 update to bacula-13.0.1
59190950 2022-08-07 11:07:28 update to php-8.1.9
922e9f61 2022-08-07 11:07:27 update to php-8.0.22
ab274970 2022-08-07 10:44:13 update to aom-3.4.0, from Brad (maintainer)
3472d37b 2022-08-07 10:41:42 update to lighttpd-1.4.65, from Brad (maintainer)
979b585f 2022-08-07 09:29:35 update shells/fish to 3.5.1; diff from MAINTAINER Florian Viehweger, thanks! changelog: https://fishshell.com/docs/current/relnotes.html
20a4f69c 2022-08-07 09:29:21 Update net/qbittorrent 4.4.2 to 4.4.3.1 Changelog: https://github.com/qbittorrent/qBittorrent/blob/release-4.4.3.1/Changelog Just small fixes.
d36e9ebb 2022-08-07 08:18:27 Update to eog-42.3.
d2d70d65 2022-08-07 08:15:51 alpine HOMEPAGE/MASTER_SITES changed again
2e1251ee 2022-08-06 17:12:33 Provide bootstrap target for building Go binary bootstraps.
93df1cf8 2022-08-06 12:03:54 update to libslang-2.3.3
5675ed18 2022-08-06 11:08:47 update to quodlibet-4.5.0 and patch to workaround an issue where libsoup-2.4 and libsoup-3.0 were being loaded into the same process (which happened some of the time with quodlibet-4.4.0, and all the time with 4.5.0).
f2543c86 2022-08-06 10:19:39 Update to epiphany-42.4.
a6f9b19d 2022-08-06 10:09:10 Update to glib2-networking-2.72.2.
62640bdb 2022-08-06 10:06:16 Update to libadwaita-1.1.4.
c80093b6 2022-08-06 09:58:39 unbreak on i386 by pulling commit 904c8cedf85c7223f96ea084953089fea9a36bdd from upstream: Fix std::is_same compiler error std::is_same is the wrong predicate to use because `unsigned long` need not be equivalent to either `unsigned int` or `unsigned long long`.:
ac4bbd64 2022-08-06 05:43:20 Update to p5-Devel-ptkdb-1.234.
05907131 2022-08-06 05:33:42 Update to p5-Config-General-2.65.
603505ac 2022-08-06 04:58:00 mail/mozilla-thunderbird: update to 102.1.1 see https://www.thunderbird.net/en-US/thunderbird/102.1.1/releasenotes/ while here update patch from #1737507 with the better version that was finally commited upstream.
511833e7 2022-08-05 18:23:07 update to py-cryptodome-3.15.0
5d770f65 2022-08-05 17:30:29 update x11/herbstluftwm to 0.9.5 diff from Lucas, ok from Florian Viehweger too
1ec64e71 2022-08-05 17:17:20 sync compiler; asterisk can now build with base-clang
41f6a3c3 2022-08-05 17:17:01 asterisk: move to clang using the newer version of BlocksRuntime from libdispatch. this includes a shared lib and, unlike the old one (with just a static lib), is working ok for me at runtime.
7035f5be 2022-08-05 17:12:13 update to freeciv-2.6.7, tidy plists a bit
ee8d3659 2022-08-05 16:25:39 Add datamash
fe6ce97e 2022-08-05 16:24:03 Import datamash GNU datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files. OK sthen@
b625dc1d 2022-08-05 16:17:16 update to tmuxinator-3.0.5
ee62a01f 2022-08-05 16:17:09 update to ruby31-thor-1.2.1
8921cc58 2022-08-05 16:14:14 net/tdesktop: use devel/libdispatch ok kn@ on a previous version of the diff
76b7829a 2022-08-05 16:13:15 blocksruntime => libdispatch