100 most recent commits |
FreshPorts has everything you want to know about FreeBSD software, ports, packages,
applications, whatever term you want to use.
|
Thu, 2 Feb 2023
|
[ 23:49 Matthias Andree (mandree) ] 7a606eb 2023Q1
sysutils/e2fsprogs: bugfix update to 1.46.6
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6
Add patch to make m_offset reliable. Due to some race conditions on the
pipeline between FreeBSD's yes a, which emits 8190-long writes on
13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can
sometimes receive short reads occasionally, and because the count=
normally is the number of read(2) calls dispatched, this then leads to a
shorter reference "file system" that we crcsum, and that causes false
negative test results. gdd warns that iflag=fullblock would avoid
effects of short reads, but this warning is discarded in the test
script. Anyways, patch m_offset to use dd's and gdd's iflag=fullblock,
which causes (g)dd to call read(2) again until the block is full for
each nominal block, so we definitely read the desired output size 512 kB
no matter what shorter blocks might travel through the pipeline.
MFH: 2023Q1
(cherry picked from commit 594ba3e582e75df1ad69e7b039dadb16e164e843)
|
[ 23:49 Matthias Andree (mandree) ] 594ba3e
sysutils/e2fsprogs: bugfix update to 1.46.6
ChangeLog: https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6
Add patch to make m_offset reliable. Due to some race conditions on the
pipeline between FreeBSD's yes a, which emits 8190-long writes on
13-STABLE, and GNU dd (gdd), which it pipes its output into, gdd can
sometimes receive short reads occasionally, and because the count=
normally is the number of read(2) calls dispatched, this then leads to a
shorter reference "file system" that we crcsum, and that causes false
negative test results. gdd warns that iflag=fullblock would avoid
effects of short reads, but this warning is discarded in the test
script. Anyways, patch m_offset to use dd's and gdd's iflag=fullblock,
which causes (g)dd to call read(2) again until the block is full for
each nominal block, so we definitely read the desired output size 512 kB
no matter what shorter blocks might travel through the pipeline.
MFH: 2023Q1
|
[ 23:45 Muhammad Moinur Rahman (bofh) ] 4ca987b
databases/mysql-connector-odbc-80: New port
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL
databases. This is specific to mysql version 8.0.X branch.
|
[ 23:01 Muhammad Moinur Rahman (bofh) ] 8607332
www/gitlab-pages: Fix bulk build warning
In the previous commit a duplicate USE_FETCH target was added similar to
the one in Mk/Uses/go.mk. However this is possible using a different
number and target name compared to what is already predefined as it
conflicts.
Reported by: bulk build
Approved by: portmgr (just-fix-it)
|
[ 22:15 Carlo Strub (cs) ] de6c517
security/arti: Update to 1.1.1
|
[ 22:09 Sergey A. Osokin (osa) ] f014946
security/boringssl: update to the recent commit
|
[ 20:49 Florian Smeets (flo) ] b950412
- vuxml 1.1_6
security
Vulnerability and eXposure Markup Language DTD
security/vuxml: Belatedly record vulnerabilities fixed in asterisk 18.15.1
|
[ 20:49 Florian Smeets (flo) ] ac59e92
net/asterisk18: Update to 18.16.0
|
[ 19:51 Guido Falsi (madpilot) ] b9ccb51
deskutils/xfce4-notifyd: Update to 0.7.3
|
[ 19:46 Muhammad Moinur Rahman (bofh) ] a7c60b2
databases/mysql-connector-odbc: Update version 5.3.13=>5.3.14
- Add USES=ssl
- Mark to IGNORE_WITH_MYSQL=80 101m 102m 103m 57p 57w
- Mark DEPRECATED as requires EOLed mysql version 5.6 or 5.7
- Set EXPIRATION_DATE to 2023-12-31
Changes:
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-5-3-14.html
|
[ 18:22 Florian Smeets (flo) Author: Ralf van der Enden ] 9c69849
dns/powerdns-recursor: Update to PowerDNS Recursor 4.8.2
PR: 269282
Changelog: https://doc.powerdns.com/recursor/changelog/4.8.html#change-4.8.2
|
[ 17:49 Dmitry Marakasov (amdmi3) ] 44068aa
- pentobi 22.1
games
Computer opponent for the board game Blokus
games/pentobi: update 22.0 → 22.1
|
[ 17:49 Dmitry Marakasov (amdmi3) ] 8188a98
graphics/py-pyglet: update 2.0.3 → 2.0.4
|
[ 17:49 Dmitry Marakasov (amdmi3) ] 8c07e4d
devel/py-types-Pillow: update 9.4.0.5 → 9.4.0.6
|
[ 17:48 Tilman Keskinoz (arved) ] 223e674
security/p5-IO-Socket-SSL: Update to 2.081
Changes: https://metacpan.org/dist/IO-Socket-SSL/changes
PR: 269056
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
|
[ 17:39 Matthew Seaman (matthew) ] c1e6ed3
sysutils/py-ansible-lint: update to 6.12.0
Changes: https://github.com/ansible/ansible-lint/releases/tag/v6.12.0
|
[ 17:37 Tilman Keskinoz (arved) ] 3e688cf
net-mgmt/p5-Net-IP-XS: Update to version 0.22
PR: 269276
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
|
[ 17:28 Luca Pizzamiglio (pizzamig) ] ea851d4
net-mgmt/py-prometheus-client: Update to 0.16.0
|
[ 17:24 Tilman Keskinoz (arved) ] 9bc7d15
mail/roundcube-thunderbird_labels: Update to 1.6.1
PR: 269290
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
|
[ 17:19 Tilman Keskinoz (arved) ] 2f2ab59
textproc/py-ebcdic: Fix distfile name after USE_GITHUB changes
PR: 269269
Submitted by: Jesús Daniel Colmenares Oviedo (maintainer)
|
[ 17:18 Muhammad Moinur Rahman (bofh) ] 2d9c04a
databases/mysql-connector-c: Mark DEPRECATED
Since mysql 5.6 the C Connector is distributed as part of the
mysql-client packages and is no longer distributed as a different
package. The requirement of this package is no longer valid as
mysql55-{client|server} packages are in the tree.
gcc 4.2 and related codes have been removed.
|
[ 17:18 Muhammad Moinur Rahman (bofh) ] 9f69094
databases/mysql-connector-c++: Update version 1.1.13=>8.0.32
- Update LICENSE_FILE
- Unbreak for mysql 8.0
- OPTIONIZE DOCS
- Remove tests as those are no longer provided in distfile
Changes:
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
|
[ 17:00 Luca Pizzamiglio (pizzamig) ] f1e3a68
devel/pecl-xdebug: Update to 3.2.0
Implemented support for PHP 8.2
|
[ 16:33 Dirk Meyer (dinoex) ] 4602e92
graphics/graphviz: update to 7.1.0
|
[ 16:26 Luca Pizzamiglio (pizzamig) ] 3541f20
benchmarks/stress-ng: Update to 0.15.03
|
[ 16:13 Juraj Lutter (otis) ] 4c3e286
net-mgmt/zabbix5-server: Update to 5.0.31
- Update to 5.0.31
- Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for
VMware monitoring.
Release notes: https://www.zabbix.com/rn/rn5.0.31
|
[ 16:13 Juraj Lutter (otis) ] 930aa40
net-mgmt/zabbix62-server: Update to 6.2.7
- Update to 6.2.7
- Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for
VMware monitoring.
Release notes: https://www.zabbix.com/rn/rn6.2.7
|
[ 16:13 Juraj Lutter (otis) ] c20fc64
net-mgmt/zabbix6-server: Update to 6.0.13
- Update to 6.0.13
- Enable LIBXML2 and IPV6 by default, LIBXML2 is needed for VMware
monitoring.
Release notes: https://www.zabbix.com/rn/rn6.0.13
|
[ 15:39 Ryan Moeller (freqlabs) ] 33af838
devel/py-libzfs: Update to fix build
Update to fix the build after recent changes in ZFS.
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc.
|
[ 15:34 Ryan Moeller (freqlabs) ] 1ebc654
sysutils/openzfs*: Update to latest master
Approved by: lwhsu (implicit)
Sponsored by: iXsystems, Inc.
|
[ 15:21 Baptiste Daroussin (bapt) ] f2c7ac9
mail/mlmml-archive-mid: new port
CGI and cli program which will lookip all databases gerenated by mlmmj-archiver
and map a given message-id to its "public" archive file.
|
[ 14:46 Adam Weinberger (adamw) ] 7874e5c
editors/neovim: Update to 0.8.3
|
[ 14:22 Matthew Seaman (matthew) ] 8b1a793
sysutils/py-ansible-compat: update to 3.0.1
Changes: https://github.com/ansible/ansible-compat/releases/tag/v3.0.0
https://github.com/ansible/ansible-compat/releases/tag/v3.0.1
|
[ 13:59 Nicola Vitale (nivit) ] ed8b89e
- py-spotipy 2.22.1
audio
Light weight Python library for the Spotify Web API
audio/py-spotipy: Update to 2.22.1
Changes: https://github.com/spotipy-dev/spotipy/releases/tag/2.22.1
This is also a security release.
Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23608
Security: CVE-2023-23608
|
[ 13:57 Nicola Vitale (nivit) ] 3158cc4
- vuxml 1.1_6
security
Vulnerability and eXposure Markup Language DTD
security/vuxml: Add audio/py-spotipy <= 2.22.0
Security: CVE-2023-23608
|
[ 13:50 Baptiste Daroussin (bapt) ] 2aa9aa4
ports-mgmt/pkg-devel: update to 1.19.99.1
changes
- fix regression in pkg autoremove
- fix regression preventing tracking files with path longer than 64
chars
- fix build out of tree
- fix spelling issues in pkg-trigger(8)
|
[ 13:50 Baptiste Daroussin (bapt) ] e966df1
ports-mgmt/pkg: update to 1.19.1
Changes:
- fix regression in pkg autoremove
- fix regression preventing tracking files with path longer than 64
chars
- fix build out of tree
- fix spelling issues in pkg-trigger(8)
|
[ 13:50 Baptiste Daroussin (bapt) ] 9b824e9
mail/mlmmj-archiver: update to 0.4
Changes:
- unlink the original database when using -a
|
[ 13:48 Piotr Kubaj (pkubaj) ] 577f0f8 2023Q1
- birdfont 2.32.3_1
graphics
Font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format
graphics/birdfont: fix build on powerpc
ld: error: ./build/bin/libbirdgems.so: undefined reference to sqrt
[--no-allow-shlib-undefined]
(cherry picked from commit 95c8e8dc31a0c1c9692ef646dd361421b8c4a1dd)
|
[ 13:48 Piotr Kubaj (pkubaj) ] e01ae23 2023Q1
- amp 0.6.2_4
editors
Complete text editor for your terminal
editors/amp: fix build on powerpc
(cherry picked from commit 19ca79a76acec400a96d8dd3dd14fdc8aaad35d0)
|
[ 13:48 Piotr Kubaj (pkubaj) ] 42403ff 2023Q1
sysutils/fselect: add upstream commit that fixes armv7
It also fixes build on powerpc.
(cherry picked from commit 91c0d1c49f9f31c2122aca54b822535f0f94c630)
|
[ 13:47 Dmitri Goutnik (dmgk) ] 272010b
lang/go{118,119}: Update distinfo for the new bootstrap
|
[ 13:47 Dmitri Goutnik (dmgk) ] ac549a1
- go-devel g20230201
lang
Go programming language (development version)
lang/go-devel: Update to go1.20, add riscv64 support
Also update bootstrap to the latest go1.20 release, which adds support
for freebsd/riscv64.
|
[ 13:47 Dmitri Goutnik (dmgk) ] 968bde7
lang/go120: Add new port
Add new port for the latest Go release, version 1.20.
Release notes: https://go.dev/doc/go1.20
|
[ 13:46 Piotr Kubaj (pkubaj) ] 91c0d1c
sysutils/fselect: add upstream commit that fixes armv7
It also fixes build on powerpc.
|
[ 13:46 Piotr Kubaj (pkubaj) ] 19ca79a
- amp 0.6.2_5
editors
Complete text editor for your terminal
editors/amp: fix build on powerpc
|
[ 13:46 Piotr Kubaj (pkubaj) ] 95c8e8d
- birdfont 2.32.3_1
graphics
Font editor for creating fonts in TTF, EOT, SVG and BIRDFONT format
graphics/birdfont: fix build on powerpc
ld: error: ./build/bin/libbirdgems.so: undefined reference to sqrt
[--no-allow-shlib-undefined]
|
[ 13:36 Alexander Leidinger (netchild) ] d531fa1
devel/sonarqube-community: Update plugins.
|
[ 13:26 Tobias C. Berner (tcberner) ] f9ff09e (Only the first 10 of 230 ports in this commit are shown above. )
KDE: Update KDE Gear to 22.12.2
Thursday, 2 February 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* dolphin: Don't recurse into symlinks when counting directory contents
(Commit, fixes bug #434125)
* kdeconnect: Fix ssh authentication using pubkey on recent openssh
versions (Commit, fixes bug #443155)
* libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288)
Announcement: https://kde.org/announcements/gear/22.12.2/
|
[ 12:33 Dirk Meyer (dinoex) ] 5e3b14f
- graphviz 2.50.0_18
graphics
Graph Visualization Software from AT&T and Bell Labs
graphics/graphviz: rename patches
|
[ 12:20 Muhammad Moinur Rahman (bofh) ] 3fdbb70
security/py-tuf: Update version 2.0.0=>2.1.0
- Change to pep517 from distutils
Relnotes:
https://github.com/theupdateframework/python-tuf/releases/tag/v2.1.0
|
[ 12:20 Muhammad Moinur Rahman (bofh) ] b996d35
security/py-securesystemslib: Update version 0.25.0=>0.26.0
- Change to pep517 from distutils
Relnotes:
https://github.com/secure-systems-lab/securesystemslib/releases/tag/v0.26.0
|
[ 12:20 Muhammad Moinur Rahman (bofh) ] 46bb4e2
- bgpq4 1.8
net-mgmt
Lightweight prefix-list generator for various routers v4
net-mgmt/bgpq4: Update version 1.7=>1.8
Relnotes: https://github.com/bgp/bgpq4/releases/tag/1.8
|
[ 12:20 Muhammad Moinur Rahman (bofh) ] bbc66b9
devel/p5-DateTime-Format-Natural: Update version 1.14=>1.15
Relnotes: https://metacpan.org/dist/DateTime-Format-Natural/changes
|
[ 12:20 Muhammad Moinur Rahman (bofh) ] cc76f5c
security/rubygem-doorkeeper-rails61: Update version 5.6.2=>5.6.4
Relnotes:
https://github.com/doorkeeper-gem/doorkeeper/releases/tag/v5.6.4
|
[ 12:20 Muhammad Moinur Rahman (bofh) ] 53aea5e
- snort3 3.1.53.0,1
security
Lightweight network intrusion detection system
security/snort3: Update version 3.1.52.0=>3.1.53.0
Relnotes: https://github.com/snort3/snort3/releases/tag/3.1.53.0
|
[ 12:19 Muhammad Moinur Rahman (bofh) ] ca44a03
databases/geoserver-mysql-plugin: Update version 2.22.0=>2.22.1
|
[ 12:19 Muhammad Moinur Rahman (bofh) ] 54bdb8b
graphics/geoserver: Update version 2.22.0=>2.22.1
Relnotes:
https://geoserver.org/announcements/2023/01/24/geoserver-2-22-1-released.html
|
[ 12:19 Muhammad Moinur Rahman (bofh) ] 1fdafdb
- guile 3.0.9
lang
GNU Ubiquitous Intelligent Language for Extension
lang/guile: Update version 3.0.8=>3.0.9
- For now disable MARK_JOB_UNSAFE
Relnotes: https://www.gnu.org/software/guile/download/#releases
|
[ 09:37 Jan Beich (jbeich) ] 36bb44c
games/veloren-weekly: update to s20230201
Changes:
https://gitlab.com/veloren/veloren/-/compare/1904740ff...215319629
|
[ 08:55 Jan Beich (jbeich) ] 38aafe7 2023Q1
- openra 20200503_3
games
Multiplayer re-envisioning of early RTS games by Westwood Studios
games/openra: update IP2Location LITE to January snapshot
(cherry picked from commit 919fb0ae274806de86dddb004446771dded76615)
|
[ 08:55 Jan Beich (jbeich) ] 6afbe10 2023Q1
- openbor3482 3482_2
games
2D side scrolling engine for beat 'em ups, shooters, and more
- openbor3711 3711_2
games
2D side scrolling engine for beat 'em ups, shooters, and more
- openbor3979 3979_2
games
2D side scrolling engine for beat 'em ups, shooters, and more
- openbor4432 4432_4
games
2D side scrolling engine for beat 'em ups, shooters, and more
games/openbor*: unbreak fetch due to repo growth
fetch: https://github.com/DCurrent/openbor/commit/794ba23189a3.patch: size
mismatch: expected 1276, actual 1278
fetch: https://github.com/DCurrent/openbor/commit/731d96887795.patch: size
mismatch: expected 1291, actual 1293
-index 71f47dfb..e60d33ee 100644
+index 71f47dfba..e60d33ee4 100644
-index ad9feba0..6b1a4708 100644
+index ad9feba03..6b1a4708a 100644
(cherry picked from commit 2180c69ff9f4ae95191399e2745b68d461cd0447)
|
[ 08:54 Jan Beich (jbeich) ] 919fb0a
- openra 20200503_3
games
Multiplayer re-envisioning of early RTS games by Westwood Studios
games/openra: update IP2Location LITE to January snapshot
|
[ 08:54 Jan Beich (jbeich) ] 2180c69f
- openbor3482 3482_2
games
2D side scrolling engine for beat 'em ups, shooters, and more
- openbor3711 3711_2
games
2D side scrolling engine for beat 'em ups, shooters, and more
- openbor3979 3979_2
games
2D side scrolling engine for beat 'em ups, shooters, and more
- openbor4432 4432_4
games
2D side scrolling engine for beat 'em ups, shooters, and more
games/openbor*: unbreak fetch due to repo growth
fetch: https://github.com/DCurrent/openbor/commit/794ba23189a3.patch: size
mismatch: expected 1276, actual 1278
fetch: https://github.com/DCurrent/openbor/commit/731d96887795.patch: size
mismatch: expected 1291, actual 1293
-index 71f47dfb..e60d33ee 100644
+index 71f47dfba..e60d33ee4 100644
-index ad9feba0..6b1a4708 100644
+index ad9feba03..6b1a4708a 100644
|
[ 08:35 Nuno Teixeira (eduardo) Author: Graham Perrin ] b84868c
net/onedrive: Update to 2.4.23
- Remove unused variable
ChangeLog: https://github.com/abraunegg/onedrive/releases/tag/v2.4.23
PR: 269204
|
[ 08:31 Jan Beich (jbeich) ] 9357247 2023Q1
- taiga s20200907
x11
Take animated screenshots on wlroots compositors
x11/taiga: unbreak fetch
=> Fetched file size mismatch (expected 26181, actual 26209)
Tested by: tar -tv, diff -ur, mtree -R time -K sha256
(cherry picked from commit 7d69065bbf52b317eb3a0dc0b5cf899ac688e832)
|
[ 08:31 Jan Beich (jbeich) ] 183c91e 2023Q1
multimedia/mpvpaper: unbreak fetch due to tag refresh
=> Fetched file size mismatch (expected 88179, actual 88189)
Changes: https://github.com/GhostNaN/mpvpaper/compare/d123877..1.3
(cherry picked from commit f25cfdd3ef45f87f4a91744d4a16a841fe5f8372)
|
[ 08:31 Jan Beich (jbeich) ] 21d908f 2023Q1
graphics/libavif: unbreak fetch due to repo growth
fetch: https://github.com/AOMediaCodec/libavif/commit/2340cdb5f0c2.patch: size
mismatch: expected 1714, actual 1716
-index 919f0bc1..cb680c33 100644
+index 919f0bc14..cb680c335 100644
(cherry picked from commit 9fd5233569f6b7525a25374c771128c2caed0409)
|
[ 08:31 Jan Beich (jbeich) ] 4ff866c 2023Q1
graphics/egl-wayland: unbreak fetch due to tag refresh
=> Fetched file size mismatch (expected 60459, actual 60207)
Changes: https://github.com/NVIDIA/egl-wayland/compare/bf86b94...1.1.11
(cherry picked from commit 8e61682354c2beeb57dcdcd2dce1597fd5919956)
|
[ 08:31 Jan Beich (jbeich) ] 7d69065
- taiga s20200907
x11
Take animated screenshots on wlroots compositors
x11/taiga: unbreak fetch
=> Fetched file size mismatch (expected 26181, actual 26209)
Tested by: tar -tv, diff -ur, mtree -R time -K sha256
|
[ 08:31 Jan Beich (jbeich) ] f25cfdd
multimedia/mpvpaper: unbreak fetch due to tag refresh
=> Fetched file size mismatch (expected 88179, actual 88189)
Changes: https://github.com/GhostNaN/mpvpaper/compare/d123877..1.3
|
[ 08:29 Jan Beich (jbeich) ] 9fd5233
graphics/libavif: unbreak fetch due to repo growth
fetch: https://github.com/AOMediaCodec/libavif/commit/2340cdb5f0c2.patch: size
mismatch: expected 1714, actual 1716
-index 919f0bc1..cb680c33 100644
+index 919f0bc14..cb680c335 100644
|
[ 08:29 Jan Beich (jbeich) ] 8e61682
graphics/egl-wayland: unbreak fetch due to tag refresh
=> Fetched file size mismatch (expected 60459, actual 60207)
Changes: https://github.com/NVIDIA/egl-wayland/compare/bf86b94...1.1.11
|
[ 08:02 Jan Beich (jbeich) ] d7bc88b
- hyprland 0.21.0.b_4
x11-wm
Dynamic tiling Wayland compositor that doesn't sacrifice on its looks
x11-wm/hyprland: unbreak fetch after 33b9f9f8c931
=> Fetched file size mismatch (expected 180127224, actual 180322198)
$ gzip -lv *llvmorg*16.0.0-rc1*.tar.gz
method crc date time compressed uncompressed ratio uncompressed_name
-defla d407046a Jan 30 22:12 180127224 1459681280 87.6%
llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar
+defla d407046a Feb 2 07:54 180322198 1459681280 87.6%
llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar
|
[ 07:59 Jan Beich (jbeich) ] 10fa39e 2023Q1
emulators/yuzu: unbreak fetch after 71ce3cb476ac
=> Fetched file size mismatch (expected 180127224, actual 180322198)
$ gzip -lv *llvmorg*16.0.0-rc1*.tar.gz
method crc date time compressed uncompressed ratio uncompressed_name
-defla d407046a Jan 30 22:12 180127224 1459681280 87.6%
llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar
+defla d407046a Feb 2 07:54 180322198 1459681280 87.6%
llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar
(cherry picked from commit 507606c05fda18a925c9d6d4291d3ea539685c02)
|
[ 07:59 Jan Beich (jbeich) ] 787091a 2023Q1
emulators/yuzu: update to s20230201
Changes: https://github.com/yuzu-emu/yuzu/compare/ed4a88bd9...8a33f8bd3
(cherry picked from commit 2580ac7227e41c6290828311924e4902b2aadbcb)
|
[ 07:58 Jan Beich (jbeich) ] 507606c
emulators/yuzu: unbreak fetch after 71ce3cb476ac
=> Fetched file size mismatch (expected 180127224, actual 180322198)
$ gzip -lv *llvmorg*16.0.0-rc1*.tar.gz
method crc date time compressed uncompressed ratio uncompressed_name
-defla d407046a Jan 30 22:12 180127224 1459681280 87.6%
llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar
+defla d407046a Feb 2 07:54 180322198 1459681280 87.6%
llvm-llvm-project-llvmorg-16.0.0-rc1_GH0.tar
|
[ 07:51 Jan Beich (jbeich) ] 6c9e57e
- mepo 1.1.2
astro
Fast, simple, and hackable OSM map viewer
astro/mepo: update to 1.1.2
Changes: https://git.sr.ht/~mil/mepo/refs/1.1.2
Reported by: Repology
|
[ 07:51 Jan Beich (jbeich) ] 2580ac7
emulators/yuzu: update to s20230201
Changes: https://github.com/yuzu-emu/yuzu/compare/ed4a88bd9...8a33f8bd3
|
[ 07:50 Jan Beich (jbeich) ] 41bd9b3 2023Q1
emulators/yuzu: drop unused fix after 71ce3cb476ac
(cherry picked from commit 0bfe32f2b076f9be76f7087cb78055c16cf56267)
|
[ 07:50 Jan Beich (jbeich) ] 0bfe32f
emulators/yuzu: drop unused fix after 71ce3cb476ac
|
[ 07:32 Loïc Bartoletti (lbartoletti) ] 551885f
databases/grass8: Update to 8.2.1
Release notes:
- https://grass.osgeo.org/news/2023_01_21_grass_gis_8_2_1_released/
|
[ 06:39 Jan Beich (jbeich) ] 3eff87c 2023Q1
emulators/yuzu: switch to newer libc++
Disable src/common/polyfill_ranges.h as it's not tested by upstream CI
and breaks build with recent libc++ versions.
(cherry picked from commit 71ce3cb476ac72829c957d0d1a739aa5ddad993a)
|
[ 06:36 Jan Beich (jbeich) ] 71ce3cb
emulators/yuzu: switch to newer libc++
Disable src/common/polyfill_ranges.h as it's not tested by upstream CI
and breaks build with recent libc++ versions.
|
[ 05:14 Yasuhiro Kimura (yasu) ] 4b7f892
misc/compat.el: Update to 29.1.3.2
Changes: https://github.com/emacs-compat/compat/compare/29.1.3.1...29.1.3.2
|
[ 04:49 Greg Lewis (glewis) ] 5d7631b
java/openjdk18: Fix the build on aarch64
* Apply a similar patch as was applied to java/openjdk17
* Remove a patch which has been upstreamed
|
[ 02:36 Pedro F. Giffuni (pfg) ] 8d60e0c
- brlcad 7.32.6
cad
CSG modelling system from the US Ballistic Research Laboratory
cad/brlcad: update to version 7.32.6
Reset the maintainer.
Approved by: thierry (Mentor, implicit)
|
[ 02:06 Koichiro Iwao (meta) ] 97bd205 2023Q1
devel/ruby-build: Update to 20230202
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20230202
(cherry picked from commit 6eb765da578c1e7b23903941e15a5474ffc99c69)
|
[ 02:06 Koichiro Iwao (meta) ] f176e16 2023Q1
devel/ruby-build: Update to 20230124
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20230124
(cherry picked from commit 63ec524e0b5c9b961f8ea7d98fe58f438a73fcb7)
|
[ 02:01 Koichiro Iwao (meta) ] 6eb765da
devel/ruby-build: Update to 20230202
Changes: https://github.com/rbenv/ruby-build/releases/tag/v20230202
|
[ 00:56 Jan Beich (jbeich) ] 232dc68 2023Q1
graphics/mesa-devel: update to 23.0.b.838
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/29010669802...51ea81c0a11
(cherry picked from commit 99b5df44decefa56c6f3af555aeb995b7560b6fa)
|
[ 00:56 Jan Beich (jbeich) ] 99b5df4
graphics/mesa-devel: update to 23.0.b.838
Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/29010669802...51ea81c0a11
|
Wed, 1 Feb 2023
|
[ 22:47 Piotr Kubaj (pkubaj) ] 62931f1 2023Q1
www/dot-http: fix build on powerpc
(cherry picked from commit ec123ee6156fd40b7d099e1114297a164e5265c4)
|
[ 22:47 Piotr Kubaj (pkubaj) ] bbe3cd5 2023Q1
databases/movine: fix build on powerpc
(cherry picked from commit 712a2d5e66aee66a338a46867feeb353e46c44a7)
|
[ 22:46 Piotr Kubaj (pkubaj) ] ec31c74 2023Q1
devel/twiggy: fix build on powerpc
(cherry picked from commit 6e694be971f8f1bb095fd6b3fc09ba84cca9e9d6)
|
[ 22:46 Piotr Kubaj (pkubaj) ] 09ff300 2023Q1
math/primesum: mark BROKEN on powerpc
Same issue as on other 32-bit architectures.
(cherry picked from commit 184e87aeca6646f309aa7e376f4803ee2a76e07c)
|
[ 22:34 Jan Beich (jbeich) ] ea9de57
x11-servers/xwayland-devel: tune error message after 6c8d6a7750a4
|
[ 22:26 Diane Bruce (db) ] 6128ded
- grig 0.9.0_1
comms
Amateur Radio control front-end
comms/grig: update grig to use latest hamlib, fixed missing distinfo
- forgot to update distinfo
- pet portlint
|
[ 21:47 Piotr Kubaj (pkubaj) ] ec123ee
www/dot-http: fix build on powerpc
|
[ 21:47 Piotr Kubaj (pkubaj) ] 712a2d5
databases/movine: fix build on powerpc
|