notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
100 most recent commits (all timestamps are UTC)

FreshPorts has everything you want to know about FreeBSD software, ports, packages, applications, whatever term you want to use.

Yesterday's Commits | Quarterly Branch

Tuesday, 24 Dec 2024
02:44 Hiroki Tagato (tagattie) search for other commits by this committer
misc/py-litellm: update to 1.55.9

Changelog: https://github.com/BerriAI/litellm/releases

Reported by:	portscout
commit hash: ea9ce4d4e487adf3b299a5ac2d8d1755598df832 commit hash: ea9ce4d4e487adf3b299a5ac2d8d1755598df832 commit hash: ea9ce4d4e487adf3b299a5ac2d8d1755598df832 commit hash: ea9ce4d4e487adf3b299a5ac2d8d1755598df832 ea9ce4d
01:45 Hiroki Tagato (tagattie) search for other commits by this committer
misc/py-huggingface-hub: update to 0.27.0

Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.26.5
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.27.0

Reported by:	portscout
commit hash: d995ffbc72df45640db82c3f48fe65fb4e36371a commit hash: d995ffbc72df45640db82c3f48fe65fb4e36371a commit hash: d995ffbc72df45640db82c3f48fe65fb4e36371a commit hash: d995ffbc72df45640db82c3f48fe65fb4e36371a d995ffb
01:15 Hiroki Tagato (tagattie) search for other commits by this committer
textproc/py-jiter: update to 0.8.2

Changelog:
- https://github.com/pydantic/jiter/releases/tag/v0.8.1
- https://github.com/pydantic/jiter/releases/tag/v0.8.2
commit hash: 94b9c02300c95f7ecd68d4ccaec9499d86c24b44 commit hash: 94b9c02300c95f7ecd68d4ccaec9499d86c24b44 commit hash: 94b9c02300c95f7ecd68d4ccaec9499d86c24b44 commit hash: 94b9c02300c95f7ecd68d4ccaec9499d86c24b44 94b9c02
Monday, 23 Dec 2024
23:20 Jan Beich (jbeich) search for other commits by this committer
graphics/libplacebo: unbreak GLSLANG=on build after 7deb3fde758a

ld: error: undefined symbol: glslang::InitializeProcess()
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_init)

ld: error: undefined symbol: glslang::FinalizeProcess()
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_uninit)

ld: error: undefined symbol: glslang::TShader::TShader(EShLanguage)
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::TShader::setStrings(char const* const*,
int)
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::TShader::parse(TBuiltInResource const*,
int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::TProgram::TProgram()
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::TProgram::link(EShMessages)
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::GlslangToSpv(glslang::TIntermediate
const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int>>&,
glslang::SpvOptions*)
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::TShader::getInfoLog()
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)

ld: error: undefined symbol: glslang::TProgram::getInfoLog()
>>> referenced by glslang.cc
>>>               src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
commit hash: 5dc9e6d0c83c83b0ca2a76f92b097dbfd9c5e9b7 commit hash: 5dc9e6d0c83c83b0ca2a76f92b097dbfd9c5e9b7 commit hash: 5dc9e6d0c83c83b0ca2a76f92b097dbfd9c5e9b7 commit hash: 5dc9e6d0c83c83b0ca2a76f92b097dbfd9c5e9b7 5dc9e6d
23:03 Jan Beich (jbeich) search for other commits by this committer
graphics/glslang: track static library dependency after cbf133ac4b4a

$ cat CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(foo)
find_package(glslang REQUIRED)

$ cmake .
[...]
CMake Error at /usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76
(find_package):
  By not providing "FindSPIRV-Tools-opt.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "SPIRV-Tools-opt", but CMake did not find one.

  Could not find a package configuration file provided by "SPIRV-Tools-opt"
  with any of the following names:

    SPIRV-Tools-optConfig.cmake
    spirv-tools-opt-config.cmake

  Add the installation prefix of "SPIRV-Tools-opt" to CMAKE_PREFIX_PATH or
  set "SPIRV-Tools-opt_DIR" to a directory containing one of the above files.
  If "SPIRV-Tools-opt" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  /usr/local/lib/cmake/glslang/glslang-config.cmake:28 (find_dependency)
  CMakeLists.txt:3 (find_package)

https://github.com/KhronosGroup/glslang/commit/82e0d00b32d2

PR:		283489
Reported by:	Stefan Schlosser
commit hash: 8de81f83be09343d77ac5ee84ab8641cd72a244d commit hash: 8de81f83be09343d77ac5ee84ab8641cd72a244d commit hash: 8de81f83be09343d77ac5ee84ab8641cd72a244d commit hash: 8de81f83be09343d77ac5ee84ab8641cd72a244d 8de81f83
23:03 Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/gtk40: update to 4.16.7

Changes:	https://gitlab.gnome.org/GNOME/gtk/-/blob/4.16.7/NEWS
Reported by:	Repology
commit hash: 25e357b41d23d7a56e02ba9182244195d0e519f6 commit hash: 25e357b41d23d7a56e02ba9182244195d0e519f6 commit hash: 25e357b41d23d7a56e02ba9182244195d0e519f6 commit hash: 25e357b41d23d7a56e02ba9182244195d0e519f6 25e357b
23:03 Jan Beich (jbeich) search for other commits by this committer
graphics/satty: update to 0.15.0

Changes:	https://github.com/gabm/Satty/releases/tag/v0.15.0
Reported by:	GitHub (watch releases)
commit hash: 41c308ddc29d913994517ee1e413a698a0e14952 commit hash: 41c308ddc29d913994517ee1e413a698a0e14952 commit hash: 41c308ddc29d913994517ee1e413a698a0e14952 commit hash: 41c308ddc29d913994517ee1e413a698a0e14952 41c308d
23:03 Jan Beich (jbeich) search for other commits by this committer
22:47 Cy Schubert (cy) search for other commits by this committer 2024Q4
  • net/ntp 4.2.8p18_1 The Network Time Protocol Distribution
net/ntp: Undo upstream (ntp.org) fix for upstream Bug 3851

The patch for upstream (ntp.org) fix for upstream Bug 3851 may have
fixed a Linux bug but it caused a regression when ntpd is run on
FreeBSD.

PR:             283116
(cherry picked from commit 43537eb9c3e5d588ec4add6973ae03c6053a863a)
commit hash: 088aa7d5609bcd9d11a32fd743dff59a402248da commit hash: 088aa7d5609bcd9d11a32fd743dff59a402248da commit hash: 088aa7d5609bcd9d11a32fd743dff59a402248da commit hash: 088aa7d5609bcd9d11a32fd743dff59a402248da 088aa7d
22:45 Cy Schubert (cy) search for other commits by this committer
  • net/ntp 4.2.8p18_1 The Network Time Protocol Distribution
net/ntp: Undo upstream (ntp.org) fix for upstream Bug 3851

The patch for upstream (ntp.org) fix for upstream Bug 3851 may have
fixed a Linux bug but it caused a regression when ntpd is run on
FreeBSD.

PR:             283116
MFH:            2024Q4
commit hash: 43537eb9c3e5d588ec4add6973ae03c6053a863a commit hash: 43537eb9c3e5d588ec4add6973ae03c6053a863a commit hash: 43537eb9c3e5d588ec4add6973ae03c6053a863a commit hash: 43537eb9c3e5d588ec4add6973ae03c6053a863a 43537eb
21:38 Torsten Zuehlsdorff (tz) search for other commits by this committer
  • databases/pg_incremental 1.0.1 Incremental Data Processing in PostgreSQLnew!
  • databases/pg_incremental: New Port
    
      pg_incremental is a simple extension that helps you do fast, reliable,
      incremental batch processing in PostgreSQL.
    
      With pg_incremental, you define a pipeline with a parameterized query. The
      pipeline is executed for all existing data when created, and then periodically
      executed. If there is new data, the query is executed with parameter values
    that
      correspond to the new data. Depending on the type of pipeline, the parameters
      could reflect a new range of sequence values, a new time range, or a new file.
    
    Sponsored by:	P. Variablis GmbH
    commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562 commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562 commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562 commit hash: 2d2c756826560f692a85d680cc4ddf9265bf3562 2d2c756
21:09 Vladimir Druzenko (vvd) search for other commits by this committer Author: Martin Filla
graphics/natron: Change to correct website and description

PR:	283510
commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59 commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59 commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59 commit hash: a1a4fb049780b42fa6f12c044e63b34418875a59 a1a4fb0
21:08 Daniel Engberg (diizzy) search for other commits by this committer
  • irc/unreal 6.1.9.1 Unreal - the next generation ircd
irc/unreal: Update to 6.1.9.1

* Replace PORTVERSION with DISTVERSION for consistency
* Drop USES= localbase

Changelog:
https://github.com/unrealircd/unrealircd/blob/fb9aa72f782110096c7fd072c886db8ee2881022/doc/RELEASE-NOTES.md

PR:		283482
Reviewed by:	tanawts@gmail.com (maintainer)
commit hash: 4d72412a28a6dc2e12959368263e792d2cff4605 commit hash: 4d72412a28a6dc2e12959368263e792d2cff4605 commit hash: 4d72412a28a6dc2e12959368263e792d2cff4605 commit hash: 4d72412a28a6dc2e12959368263e792d2cff4605 4d72412
21:08 Daniel Engberg (diizzy) search for other commits by this committer
graphics/libetonyek01: Modernaize port

* Remove gmake depdendency
* Add USES= pathfix
* Use GNOME helper
* Adjust layout to more closely follow Porters Handbook

PR:		283501
Approved by:	office (lwhsu)
commit hash: 7db8477ee69b02d96a9da3af309eb3ed8ec86e5c commit hash: 7db8477ee69b02d96a9da3af309eb3ed8ec86e5c commit hash: 7db8477ee69b02d96a9da3af309eb3ed8ec86e5c commit hash: 7db8477ee69b02d96a9da3af309eb3ed8ec86e5c 7db8477
21:08 Daniel Engberg (diizzy) search for other commits by this committer
graphics/libcdr01: Modernize port

* Remove unnecessary CPP/CXX flags
* Use USES= localbase:ldflags helper
* Adjust port Makefile to follow Porters Handbook more close

PR:		283502
Approved by:	office (lwhsu)
commit hash: 0e736b5a249184c47079b10646c074db08a8ddf3 commit hash: 0e736b5a249184c47079b10646c074db08a8ddf3 commit hash: 0e736b5a249184c47079b10646c074db08a8ddf3 commit hash: 0e736b5a249184c47079b10646c074db08a8ddf3 0e736b5
21:08 Daniel Engberg (diizzy) search for other commits by this committer
  • biology/ncbi-vdb 2.11.0_6 NCBI's virtualized back-end for accessing Sequence Read Archive Deprecated Expiration Date
    • cad/pcb-rnd 3.1.1 Flexible, modular Printed Circuit Board editor
      • deskutils/bookworm 1.1.2_21 Simple, focused ebook reader
        • devel/libabigail 2.0_2 ABI Generic Analysis and Instrumentation Library
          • devel/libdatovka 0.7.0 ISDS client library
            • devel/liblangtag 0.6.7 Interface library to access tags for identifying languages
              • devel/libsmpp34 1.10_2 Provide an implementation of SMPP-3.4 protocol for PDUs handling
                • devel/libvirt 10.9.0 Toolkit to interact with virtualization capabilities
                  • devel/pcsc-cyberjack 3.99.5.f.s16 Reiner SCT cyberJack card reader PCSC driver
                    • devel/sope 5.11.2 Extensive set of GNUstep web application frameworks
                                                                                            (Only the first 10 of 46 items in this commit are shown above. View all ports for this commit)
                                                                                            */*: Use Gnome helper for defining libxml2 dependency
                                                                                            
                                                                                            Replace LIB_DEPENDS with USES= gnome, USE_GNOME= libxml2
                                                                                            
                                                                                            Approved by:	portmgr (blanket)
                                                                                            commit hash: 3b3700f8f07fb1536af3464ed8be331334e5f486 commit hash: 3b3700f8f07fb1536af3464ed8be331334e5f486 commit hash: 3b3700f8f07fb1536af3464ed8be331334e5f486 commit hash: 3b3700f8f07fb1536af3464ed8be331334e5f486 3b3700f
21:05 Dan Langille (dvl) search for other commits by this committer
  • net-mgmt/librenms 24.12.0,1 Autodiscovering PHP/MySQL/SNMP based network monitoring
net-mgmt/librenms: Update to 24.12.0

re https://github.com/librenms/librenms/releases/tag/24.12.0

patched to fix URL validation issue - taken from this merge request:

https://github.com/librenms/librenms/pull/16900
commit hash: 2782fc98996b3597d00b2aceff7c30e4ea4b892a commit hash: 2782fc98996b3597d00b2aceff7c30e4ea4b892a commit hash: 2782fc98996b3597d00b2aceff7c30e4ea4b892a commit hash: 2782fc98996b3597d00b2aceff7c30e4ea4b892a 2782fc9
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-types-PyYAML: update 6.0.12.20240917 → 6.0.12.20241221
commit hash: b2726e1055f0b8d5fccb17658bfca36222c8fca7 commit hash: b2726e1055f0b8d5fccb17658bfca36222c8fca7 commit hash: b2726e1055f0b8d5fccb17658bfca36222c8fca7 commit hash: b2726e1055f0b8d5fccb17658bfca36222c8fca7 b2726e1
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/py-unittest2pytest: update 0.4 → 0.5
commit hash: bbac2c4dfe9fbe39cc27df7d2ff106887092355f commit hash: bbac2c4dfe9fbe39cc27df7d2ff106887092355f commit hash: bbac2c4dfe9fbe39cc27df7d2ff106887092355f commit hash: bbac2c4dfe9fbe39cc27df7d2ff106887092355f bbac2c4
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/py-pyglet1: update 1.5.29 → 1.5.30
commit hash: 06a52740e3a4138a6ea180687d4c9966cab082b4 commit hash: 06a52740e3a4138a6ea180687d4c9966cab082b4 commit hash: 06a52740e3a4138a6ea180687d4c9966cab082b4 commit hash: 06a52740e3a4138a6ea180687d4c9966cab082b4 06a5274
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
devel/cppcheck: update 2.16.1 → 2.16.2
commit hash: 2bccb8c287aa7d5ca7612e39150517d7ea27f437 commit hash: 2bccb8c287aa7d5ca7612e39150517d7ea27f437 commit hash: 2bccb8c287aa7d5ca7612e39150517d7ea27f437 commit hash: 2bccb8c287aa7d5ca7612e39150517d7ea27f437 2bccb8c
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
ftp/py-aioftp: update 0.23.1 → 0.24.0
commit hash: f471296c1b27db9e65d7c5d3a2c1d507775d6d51 commit hash: f471296c1b27db9e65d7c5d3a2c1d507775d6d51 commit hash: f471296c1b27db9e65d7c5d3a2c1d507775d6d51 commit hash: f471296c1b27db9e65d7c5d3a2c1d507775d6d51 f471296
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
sysutils/memtester: update 4.7.0 → 4.7.1
commit hash: 132fb71f6795aa4fa6e725e91e4c52778d1ff969 commit hash: 132fb71f6795aa4fa6e725e91e4c52778d1ff969 commit hash: 132fb71f6795aa4fa6e725e91e4c52778d1ff969 commit hash: 132fb71f6795aa4fa6e725e91e4c52778d1ff969 132fb71
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
textproc/difftastic: update 0.61.0 → 0.62.0
commit hash: 5eb39cd8d773f61581b62d3dd265b34b9190fed3 commit hash: 5eb39cd8d773f61581b62d3dd265b34b9190fed3 commit hash: 5eb39cd8d773f61581b62d3dd265b34b9190fed3 commit hash: 5eb39cd8d773f61581b62d3dd265b34b9190fed3 5eb39cd
20:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
security/bruteblock: whitespace fix

Approved by:	portmgr blanket
commit hash: 2c08f19d883f39ff88d6e80c9ed6cba81f412173 commit hash: 2c08f19d883f39ff88d6e80c9ed6cba81f412173 commit hash: 2c08f19d883f39ff88d6e80c9ed6cba81f412173 commit hash: 2c08f19d883f39ff88d6e80c9ed6cba81f412173 2c08f19
18:41 Gleb Popov (arrowd) search for other commits by this committer Author: Olivier Duchateau
devel/libgsf: Update to 1.14.53

PR:		283518
commit hash: 95ad2bfeed33e6f480bbeef7b3110b4f571411cd commit hash: 95ad2bfeed33e6f480bbeef7b3110b4f571411cd commit hash: 95ad2bfeed33e6f480bbeef7b3110b4f571411cd commit hash: 95ad2bfeed33e6f480bbeef7b3110b4f571411cd 95ad2bf
16:47 Gabriel M. Dutra (dutra) search for other commits by this committer
sysutils/terragrunt: Update 0.70.0

changeLog:
https://github.com/gruntwork-io/terragrunt/releases/tag/v0.70.0
commit hash: 4449bf999d3ca6af3d938c91d789883e98edaef5 commit hash: 4449bf999d3ca6af3d938c91d789883e98edaef5 commit hash: 4449bf999d3ca6af3d938c91d789883e98edaef5 commit hash: 4449bf999d3ca6af3d938c91d789883e98edaef5 4449bf9
16:44 Joseph Mingrone (jrm) search for other commits by this committer Author: Craig Leres
  • net/py-libdnet 1.13_5 Simple interface to low level networking routines
net/py-libdnet: Fix PLIST_FILES

PR:		273954
Approved by:	onatan@gmail.com (maintainer timeout)
commit hash: ddcf94336b01b92e198550406231d523a9c53df6 commit hash: ddcf94336b01b92e198550406231d523a9c53df6 commit hash: ddcf94336b01b92e198550406231d523a9c53df6 commit hash: ddcf94336b01b92e198550406231d523a9c53df6 ddcf943
15:09 Koichiro Iwao (meta) search for other commits by this committer
x11-drivers/xorgxrdp: Update to 0.10.3

Changes:	https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.3
commit hash: 011048b061857c4351223b99deea07530bed3f26 commit hash: 011048b061857c4351223b99deea07530bed3f26 commit hash: 011048b061857c4351223b99deea07530bed3f26 commit hash: 011048b061857c4351223b99deea07530bed3f26 011048b
15:09 Koichiro Iwao (meta) search for other commits by this committer
  • net/xrdp 0.10.2.r.1,1 Open source Remote Desktop Protocol (RDP) server
net/xrdp: Update to 0.10.2-rc.1
commit hash: ee46045d223a59b08fe7c74aa676397439e9b81d commit hash: ee46045d223a59b08fe7c74aa676397439e9b81d commit hash: ee46045d223a59b08fe7c74aa676397439e9b81d commit hash: ee46045d223a59b08fe7c74aa676397439e9b81d ee46045
15:05 Baptiste Daroussin (bapt) search for other commits by this committer
audio/pulseaudio: do not close any filedescriptor below stderr

PR:		283386
Tested by:	arrowd
commit hash: 2bb4a430f025ede5c90c3f2a89bac54c25b989be commit hash: 2bb4a430f025ede5c90c3f2a89bac54c25b989be commit hash: 2bb4a430f025ede5c90c3f2a89bac54c25b989be commit hash: 2bb4a430f025ede5c90c3f2a89bac54c25b989be 2bb4a43
14:26 Emanuel Haupt (ehaupt) search for other commits by this committer
audio/pt2-clone: Update to 1.72
commit hash: ea9c52e506da5a60e290ea3c448be4bffbd35f93 commit hash: ea9c52e506da5a60e290ea3c448be4bffbd35f93 commit hash: ea9c52e506da5a60e290ea3c448be4bffbd35f93 commit hash: ea9c52e506da5a60e290ea3c448be4bffbd35f93 ea9c52e
13:32 Vladimir Druzenko (vvd) search for other commits by this committer Author: Boris Korzun
  • www/grafana9 9.5.20_1 Dashboard and graph editor for multiple data stores Deprecated Expiration Date
www/grafana9: Deprecate port

Grafana 9 was deprecated while Grafana 11 had been released.

PR:	281851
commit hash: 0f88a5fa63f2f1bef258095057cf64965704e0c6 commit hash: 0f88a5fa63f2f1bef258095057cf64965704e0c6 commit hash: 0f88a5fa63f2f1bef258095057cf64965704e0c6 commit hash: 0f88a5fa63f2f1bef258095057cf64965704e0c6 0f88a5f
13:02 Joel Bodenmann (jbo) search for other commits by this committer Author: Robert Clausecker 2024Q4
devel/openocd: Unbreak aarch64 build

Working around an issue where upstream provided page size macros are
colliding with page size macros from <machine/param.h>.

PR:		283034
Reported by:	Duane (parakleta@darkreality.org)

(cherry picked from commit 7ff81df978340dd7d36c28c38492eb5ec7af6cb9)
commit hash: e328e7c218833412be5537690ffd61924b128593 commit hash: e328e7c218833412be5537690ffd61924b128593 commit hash: e328e7c218833412be5537690ffd61924b128593 commit hash: e328e7c218833412be5537690ffd61924b128593 e328e7c
13:01 Joel Bodenmann (jbo) search for other commits by this committer Author: Robert Clausecker
devel/openocd: Unbreak aarch64 build

Working around an issue where upstream provided page size macros are
colliding with page size macros from <machine/param.h>.

PR:		283034
Reported by:	Duane (parakleta@darkreality.org)
commit hash: 7ff81df978340dd7d36c28c38492eb5ec7af6cb9 commit hash: 7ff81df978340dd7d36c28c38492eb5ec7af6cb9 commit hash: 7ff81df978340dd7d36c28c38492eb5ec7af6cb9 commit hash: 7ff81df978340dd7d36c28c38492eb5ec7af6cb9 7ff81df
12:35 Michael Osipov (michaelo) search for other commits by this committer
12:34 Michael Osipov (michaelo) search for other commits by this committer
12:16 Bernard Spil (brnrd) search for other commits by this committer
  • irc/weechat 4.5.1 Lightweight and user friendly ncurses based IRC client
irc/weechat: Update to 4.5.1
commit hash: d4f1fb6979afaa65c83990ab02e28a7950d91c9a commit hash: d4f1fb6979afaa65c83990ab02e28a7950d91c9a commit hash: d4f1fb6979afaa65c83990ab02e28a7950d91c9a commit hash: d4f1fb6979afaa65c83990ab02e28a7950d91c9a d4f1fb6
11:57 Alex Dupre (ale) search for other commits by this committer
java/intellij-ultimate: update to 2024.3.1.1 release.
commit hash: c53bfe294fbc0ade909066cf38d37dd3e3710e28 commit hash: c53bfe294fbc0ade909066cf38d37dd3e3710e28 commit hash: c53bfe294fbc0ade909066cf38d37dd3e3710e28 commit hash: c53bfe294fbc0ade909066cf38d37dd3e3710e28 c53bfe2
11:57 Alex Dupre (ale) search for other commits by this committer
  • devel/sbt 1.10.7 Build tool for Scala projects
devel/sbt: update to 1.10.7 release.
commit hash: b9595a457c3f27451661fe69a8604ddab63d1d50 commit hash: b9595a457c3f27451661fe69a8604ddab63d1d50 commit hash: b9595a457c3f27451661fe69a8604ddab63d1d50 commit hash: b9595a457c3f27451661fe69a8604ddab63d1d50 b9595a4
11:57 Alex Dupre (ale) search for other commits by this committer
security/libp11: update to 0.4.13 release.
commit hash: 4619a2b290db9ed96fc5da003ea3ead3815cc8b7 commit hash: 4619a2b290db9ed96fc5da003ea3ead3815cc8b7 commit hash: 4619a2b290db9ed96fc5da003ea3ead3815cc8b7 commit hash: 4619a2b290db9ed96fc5da003ea3ead3815cc8b7 4619a2b
11:34 Tijl Coosemans (tijl) search for other commits by this committer
security/mbedtls3: Update to 3.6.2
commit hash: 432fff7aa1c44e51ddc3129ee70d97754cca1726 commit hash: 432fff7aa1c44e51ddc3129ee70d97754cca1726 commit hash: 432fff7aa1c44e51ddc3129ee70d97754cca1726 commit hash: 432fff7aa1c44e51ddc3129ee70d97754cca1726 432fff7
11:34 Tijl Coosemans (tijl) search for other commits by this committer
security/beid: Update to 5.1.21
commit hash: 1d1ca66238be8280638b9c350b0fb89a96de3568 commit hash: 1d1ca66238be8280638b9c350b0fb89a96de3568 commit hash: 1d1ca66238be8280638b9c350b0fb89a96de3568 commit hash: 1d1ca66238be8280638b9c350b0fb89a96de3568 1d1ca66
10:07 Yuri Victorovich (yuri) search for other commits by this committer
  • audio/py-soxr 0.5.0 High quality, one-dimensional sample-rate conversion library
audio/py-soxr: Broken on armv7

Reported by:	fallout
commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 8e0e3d2
10:07 Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 4372 → 4381
commit hash: aef93118ef418919e9221b22672e17ab682ef884 commit hash: aef93118ef418919e9221b22672e17ab682ef884 commit hash: aef93118ef418919e9221b22672e17ab682ef884 commit hash: aef93118ef418919e9221b22672e17ab682ef884 aef9311
10:07 Yuri Victorovich (yuri) search for other commits by this committer
  • graphics/magnum 2020.06.3075_1 Magnum Graphics: Graphics middleware for games and data visualization
graphics/magnum: Broken on 15/armv7

Reported by:	fallout
commit hash: 67974782b3b1f0c6293de46aba04b541460d7fa3 commit hash: 67974782b3b1f0c6293de46aba04b541460d7fa3 commit hash: 67974782b3b1f0c6293de46aba04b541460d7fa3 commit hash: 67974782b3b1f0c6293de46aba04b541460d7fa3 6797478
10:07 Yuri Victorovich (yuri) search for other commits by this committer
  • misc/units 0.10.2 C++ library for working with units of measurement
misc/units: update 0.9.1-24 → 0.10.2
commit hash: 7cf66f49e0fd090638b48dd01e55650ef0fe57b6 commit hash: 7cf66f49e0fd090638b48dd01e55650ef0fe57b6 commit hash: 7cf66f49e0fd090638b48dd01e55650ef0fe57b6 commit hash: 7cf66f49e0fd090638b48dd01e55650ef0fe57b6 7cf66f4
09:25 Emanuel Haupt (ehaupt) search for other commits by this committer
  • ftp/weex 2.8.4.4 Non-interactive FTP client
ftp/weex: Update to 2.8.4.4
commit hash: 89f4a3081e43c9d87ddebb831a4b24de64bf499d commit hash: 89f4a3081e43c9d87ddebb831a4b24de64bf499d commit hash: 89f4a3081e43c9d87ddebb831a4b24de64bf499d commit hash: 89f4a3081e43c9d87ddebb831a4b24de64bf499d 89f4a30
09:23 Rodrigo Osorio (rodrigo) search for other commits by this committer
accessibility/at-spi2-core: update to 2.54.0

Changelog:
https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/NEWS?ref_type=heads

Port changes:
    * reorder Makefile to make portlint & portclipy happy
    * apply portfmt changes
commit hash: 595953fb7d3e06df9c66797f503e1b24975f9e89 commit hash: 595953fb7d3e06df9c66797f503e1b24975f9e89 commit hash: 595953fb7d3e06df9c66797f503e1b24975f9e89 commit hash: 595953fb7d3e06df9c66797f503e1b24975f9e89 595953f
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • devel/please 16.0.0 High-performance extensible build system for reproducible builds
devel/please: Update version 15.17.1=>16.0.0

Changelog: https://github.com/thought-machine/please/releases/tag/v16.0.0
commit hash: 2f6ad46b2de2787860a6a7c376806391ce9308d6 commit hash: 2f6ad46b2de2787860a6a7c376806391ce9308d6 commit hash: 2f6ad46b2de2787860a6a7c376806391ce9308d6 commit hash: 2f6ad46b2de2787860a6a7c376806391ce9308d6 2f6ad46
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu: Update version 9.1.2=>9.2.0

Changelog: https://wiki.qemu.org/ChangeLog/9.2
commit hash: 57e7f9cc44f6436e12e02ce71cb5dc5487287a43 commit hash: 57e7f9cc44f6436e12e02ce71cb5dc5487287a43 commit hash: 57e7f9cc44f6436e12e02ce71cb5dc5487287a43 commit hash: 57e7f9cc44f6436e12e02ce71cb5dc5487287a43 57e7f9c
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net-mgmt/nrpe: Update version 4.1.2=>4.1.3

Changelog: https://github.com/NagiosEnterprises/nrpe/releases/tag/nrpe-4.1.3
commit hash: dfd828c687975f316a1db756f8c10404c56ec8b2 commit hash: dfd828c687975f316a1db756f8c10404c56ec8b2 commit hash: dfd828c687975f316a1db756f8c10404c56ec8b2 commit hash: dfd828c687975f316a1db756f8c10404c56ec8b2 dfd828c
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/google-cloud-sdk: Update version 504.0.0=>504.0.1
commit hash: c9cbbaf43a5df6a67b877ded35110e07b2ebd630 commit hash: c9cbbaf43a5df6a67b877ded35110e07b2ebd630 commit hash: c9cbbaf43a5df6a67b877ded35110e07b2ebd630 commit hash: c9cbbaf43a5df6a67b877ded35110e07b2ebd630 c9cbbaf
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu-devel: Update version 9.1.0.20241031=>9.1.0.20241130
commit hash: c47c0330c03a430b7b8ab0940a5ff012a2cc7203 commit hash: c47c0330c03a430b7b8ab0940a5ff012a2cc7203 commit hash: c47c0330c03a430b7b8ab0940a5ff012a2cc7203 commit hash: c47c0330c03a430b7b8ab0940a5ff012a2cc7203 c47c0330
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu8: Update version 8.2.7=>8.2.8

Changelog: https://wiki.qemu.org/ChangeLog/8.2
commit hash: c0f56d5ba15115faca40fb18d8dcdff289136dbf commit hash: c0f56d5ba15115faca40fb18d8dcdff289136dbf commit hash: c0f56d5ba15115faca40fb18d8dcdff289136dbf commit hash: c0f56d5ba15115faca40fb18d8dcdff289136dbf c0f56d5
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
games/cdogs-sdl: Update version 2.1.0=>2.2.0

- Drop maintainership

Changelog: https://github.com/cxong/cdogs-sdl/releases/tag/2.2.0
commit hash: ca2d41dd99b812ace4100d2e2cb8186ec0cdfd78 commit hash: ca2d41dd99b812ace4100d2e2cb8186ec0cdfd78 commit hash: ca2d41dd99b812ace4100d2e2cb8186ec0cdfd78 commit hash: ca2d41dd99b812ace4100d2e2cb8186ec0cdfd78 ca2d41d
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/pgpool-II-45: Update version 4.5.2=>4.5.3

Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-5-3.html
commit hash: 96a2269b70d424b6d4a54ba8f7c686091c080296 commit hash: 96a2269b70d424b6d4a54ba8f7c686091c080296 commit hash: 96a2269b70d424b6d4a54ba8f7c686091c080296 commit hash: 96a2269b70d424b6d4a54ba8f7c686091c080296 96a2269
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/freetds-devel: Update version 1.4.320=>1.4.322
commit hash: 90650cff0be13719b8705f57134600c7a2911525 commit hash: 90650cff0be13719b8705f57134600c7a2911525 commit hash: 90650cff0be13719b8705f57134600c7a2911525 commit hash: 90650cff0be13719b8705f57134600c7a2911525 90650cf
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • www/minio 2024.04.28.17.53.50 Amazon S3 compatible object storage server This port version is marked as vulnerable. 
www/minio: Update version
RELEASE.2024-04-18T19-09-19Z=>RELEASE.2024-04-28T17-53-50Z

Changelog:
https://github.com/minio/minio/releases/tag/RELEASE.2024-04-28T17-53-50Z
commit hash: ca2731e5b1052a8993b729aae79e3f61561a5ec1 commit hash: ca2731e5b1052a8993b729aae79e3f61561a5ec1 commit hash: ca2731e5b1052a8993b729aae79e3f61561a5ec1 commit hash: ca2731e5b1052a8993b729aae79e3f61561a5ec1 ca2731e
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • java/wildfly 34.0.1 Replacement for JBoss Application Server
java/wildfly: Update version 34.0.0=>34.0.1

Changelog: https://www.wildfly.org/news/2024/11/22/WildFly3401-Released/
commit hash: 154e8e2bce131a7eacb1c1ab602e654c0cd823c6 commit hash: 154e8e2bce131a7eacb1c1ab602e654c0cd823c6 commit hash: 154e8e2bce131a7eacb1c1ab602e654c0cd823c6 commit hash: 154e8e2bce131a7eacb1c1ab602e654c0cd823c6 154e8e2
04:25 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/postgresql-repmgr: Update version 5.4.1=>5.5.0

- Versionize the pkg names

Changelog: https://www.repmgr.org/docs/current/release-5.5.0.html
commit hash: a55e17baa87315dded2e5697400457665bb2cb36 commit hash: a55e17baa87315dded2e5697400457665bb2cb36 commit hash: a55e17baa87315dded2e5697400457665bb2cb36 commit hash: a55e17baa87315dded2e5697400457665bb2cb36 a55e17b
04:20 Lewis Cook (lcook) search for other commits by this committer
  • graphics/viu 1.5.1 Simple terminal image viewer written in Rust
graphics/viu: Update to 1.5.1

Changes:	https://github.com/atanunq/viu/releases/tag/v1.5.1
commit hash: b7e18dee16bda1ca9717cd4c1ee71dcee5171c5d commit hash: b7e18dee16bda1ca9717cd4c1ee71dcee5171c5d commit hash: b7e18dee16bda1ca9717cd4c1ee71dcee5171c5d commit hash: b7e18dee16bda1ca9717cd4c1ee71dcee5171c5d b7e18de
04:19 Lewis Cook (lcook) search for other commits by this committer
  • editors/micro 2.0.14 Modern and intuitive terminal-based text editor
editors/micro: Update to 2.0.14

Changes:	https://github.com/zyedidia/micro/releases/tag/v2.0.14
commit hash: eea32114dbdc92edca1727292793ef16df6c691f commit hash: eea32114dbdc92edca1727292793ef16df6c691f commit hash: eea32114dbdc92edca1727292793ef16df6c691f commit hash: eea32114dbdc92edca1727292793ef16df6c691f eea3211
04:02 Lewis Cook (lcook) search for other commits by this committer
  • textproc/gh-grep 1.2.3 Print lines matching a pattern in repositories using GitHub API
textproc/gh-grep: Update to 1.2.3

Changes:	https://github.com/k1LoW/gh-grep/releases/tag/v1.2.3
commit hash: 1d5d6777ecf79884bc194bb6a6a5d2ea95af8f26 commit hash: 1d5d6777ecf79884bc194bb6a6a5d2ea95af8f26 commit hash: 1d5d6777ecf79884bc194bb6a6a5d2ea95af8f26 commit hash: 1d5d6777ecf79884bc194bb6a6a5d2ea95af8f26 1d5d677
03:56 Lewis Cook (lcook) search for other commits by this committer
  • textproc/dasel 2.8.1 Query and update data structures from the command line
textproc/dasel: Update to 2.8.1

Changes:	https://github.com/TomWright/dasel/releases/tag/v2.8.1
commit hash: f43e9a5fe01ce625611775e555773e7c361add25 commit hash: f43e9a5fe01ce625611775e555773e7c361add25 commit hash: f43e9a5fe01ce625611775e555773e7c361add25 commit hash: f43e9a5fe01ce625611775e555773e7c361add25 f43e9a5
03:22 Lewis Cook (lcook) search for other commits by this committer
sysutils/onefetch: Update to 2.20.0

Changes:	https://github.com/o2sh/onefetch/releases/tag/2.22.0
commit hash: ecdf4ef2e6e9aebf88bcc576caa9ca0ae43c715e commit hash: ecdf4ef2e6e9aebf88bcc576caa9ca0ae43c715e commit hash: ecdf4ef2e6e9aebf88bcc576caa9ca0ae43c715e commit hash: ecdf4ef2e6e9aebf88bcc576caa9ca0ae43c715e ecdf4ef
03:22 Lewis Cook (lcook) search for other commits by this committer
  • devel/revive 1.5.1 Extensible static code analysis framework for Go
devel/revive: Update to 1.5.1

Changes:	https://github.com/mgechev/revive/releases/tag/v1.5.1
commit hash: a6eab555ab981819fdf70239e4c7f8db1f80282b commit hash: a6eab555ab981819fdf70239e4c7f8db1f80282b commit hash: a6eab555ab981819fdf70239e4c7f8db1f80282b commit hash: a6eab555ab981819fdf70239e4c7f8db1f80282b a6eab55
03:22 Lewis Cook (lcook) search for other commits by this committer
devel/stylua: Update to 2.0.2

Changes:	https://github.com/JohnnyMorganz/StyLua/releases/tag/v2.0.2
commit hash: 1912ac87f8f8846148801cde1b44a4c715275276 commit hash: 1912ac87f8f8846148801cde1b44a4c715275276 commit hash: 1912ac87f8f8846148801cde1b44a4c715275276 commit hash: 1912ac87f8f8846148801cde1b44a4c715275276 1912ac8
03:22 Lewis Cook (lcook) search for other commits by this committer
devel/golangci-lint: Update to 1.62.2

Changes:	https://github.com/golangci/golangci-lint/releases/tag/v1.62.2
commit hash: 47f1e2f28bbaad54f71ec749288cd15c0e7dec00 commit hash: 47f1e2f28bbaad54f71ec749288cd15c0e7dec00 commit hash: 47f1e2f28bbaad54f71ec749288cd15c0e7dec00 commit hash: 47f1e2f28bbaad54f71ec749288cd15c0e7dec00 47f1e2f
03:22 Lewis Cook (lcook) search for other commits by this committer
  • www/monolith 2.8.3 CLI tool for saving complete web pages as a single HTML file
www/monolith: Update to 2.8.3

Changes:	https://github.com/Y2Z/monolith/releases/tag/v2.8.3
commit hash: 8aa16623e04e52a0f1bd48f4ecdb2c988aa1bbe1 commit hash: 8aa16623e04e52a0f1bd48f4ecdb2c988aa1bbe1 commit hash: 8aa16623e04e52a0f1bd48f4ecdb2c988aa1bbe1 commit hash: 8aa16623e04e52a0f1bd48f4ecdb2c988aa1bbe1 8aa1662
03:22 Lewis Cook (lcook) search for other commits by this committer
  • sysutils/dua-cli 2.29.4 Conveniently learn about the disk usage of directories
sysutils/dua-cli: Update to 2.29.4

Changes:	https://github.com/Byron/dua-cli/releases/tag/v2.29.4
commit hash: 8d061887a521c72d78c0aa1fbdd61a1e5f6fb130 commit hash: 8d061887a521c72d78c0aa1fbdd61a1e5f6fb130 commit hash: 8d061887a521c72d78c0aa1fbdd61a1e5f6fb130 commit hash: 8d061887a521c72d78c0aa1fbdd61a1e5f6fb130 8d06188
03:22 Lewis Cook (lcook) search for other commits by this committer
  • sysutils/gdu 5.29.0 Disk usage analyzer with console interface written in Go
sysutils/gdu: Update to 5.29.0

Changes:	https://github.com/dundee/gdu/releases/tag/v5.29.0
commit hash: 271ba678e4c4b0442ddabaaac1ccae8fae64d442 commit hash: 271ba678e4c4b0442ddabaaac1ccae8fae64d442 commit hash: 271ba678e4c4b0442ddabaaac1ccae8fae64d442 commit hash: 271ba678e4c4b0442ddabaaac1ccae8fae64d442 271ba67
03:22 Lewis Cook (lcook) search for other commits by this committer
  • misc/broot 1.44.2 Quick and easy new way to see and navigate directory trees
misc/broot: Update to 1.44.2

Changes:	https://github.com/Canop/broot/releases/tag/v1.44.2
commit hash: 762df6b383a56c27a9dbdad0b30929097d1157a4 commit hash: 762df6b383a56c27a9dbdad0b30929097d1157a4 commit hash: 762df6b383a56c27a9dbdad0b30929097d1157a4 commit hash: 762df6b383a56c27a9dbdad0b30929097d1157a4 762df6b
03:22 Lewis Cook (lcook) search for other commits by this committer
  • misc/xplr 0.21.9 Hackable, minimal, fast TUI file explorer
misc/xplr: Update to 0.21.9

Changes:	https://github.com/sayanarijit/xplr/releases/tag/v0.21.9
commit hash: 2645c84da34d18879833904a0b30f84567625d52 commit hash: 2645c84da34d18879833904a0b30f84567625d52 commit hash: 2645c84da34d18879833904a0b30f84567625d52 commit hash: 2645c84da34d18879833904a0b30f84567625d52 2645c84
03:22 Lewis Cook (lcook) search for other commits by this committer
  • devel/gh 2.64.0 GitHub's official command line tool
devel/gh: Update to 2.64.0

Changes:	https://github.com/cli/cli/compare/v2.46.0...v2.64.0
commit hash: e9579dd2c1510d3e5c418901176ab209d9ccba8b commit hash: e9579dd2c1510d3e5c418901176ab209d9ccba8b commit hash: e9579dd2c1510d3e5c418901176ab209d9ccba8b commit hash: e9579dd2c1510d3e5c418901176ab209d9ccba8b e9579dd
02:06 Yuri Victorovich (yuri) search for other commits by this committer
math/vtk8: Broken on 15

Reported by:	fallout
commit hash: 928af9d4ec4fc004f92150d4c95be289b42fac9f commit hash: 928af9d4ec4fc004f92150d4c95be289b42fac9f commit hash: 928af9d4ec4fc004f92150d4c95be289b42fac9f commit hash: 928af9d4ec4fc004f92150d4c95be289b42fac9f 928af9d
01:53 Yuri Victorovich (yuri) search for other commits by this committer
  • graphics/vv 1.4.0.383_8 Fast and simple 4D image viewer
graphics/vv: Update WWW
commit hash: cc24a1abcebf02bd952c9d70df96703b3bebcde6 commit hash: cc24a1abcebf02bd952c9d70df96703b3bebcde6 commit hash: cc24a1abcebf02bd952c9d70df96703b3bebcde6 commit hash: cc24a1abcebf02bd952c9d70df96703b3bebcde6 cc24a1a
01:44 Yuri Victorovich (yuri) search for other commits by this committer
  • misc/onnxruntime 1.18.2_1 Cross-platform, high performance ML inferencing & training accelerator
misc/onnxruntime: Broken on aarch64

Reported by:	fallout
commit hash: 8f6474d2d469846bdefc87c536a13234763af442 commit hash: 8f6474d2d469846bdefc87c536a13234763af442 commit hash: 8f6474d2d469846bdefc87c536a13234763af442 commit hash: 8f6474d2d469846bdefc87c536a13234763af442 8f6474d
00:26 Yuri Victorovich (yuri) search for other commits by this committer
  • finance/hyperswitch 2024.10.25.0_2 Payments switch that makes payments fast, reliable and affordable
finance/hyperswitch: broken on armv7

Reported by:	fallout
commit hash: 6c740fac29d520def395192cd029e01c8ccaef62 commit hash: 6c740fac29d520def395192cd029e01c8ccaef62 commit hash: 6c740fac29d520def395192cd029e01c8ccaef62 commit hash: 6c740fac29d520def395192cd029e01c8ccaef62 6c740fa
00:01 Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: Fix regression in run-time

... caused by missing code to retrieve path
to the currently running executable.

PR:		283470
Reported by:	mord0d@firemail.cc
modified:   distinfo
commit hash: c5e5e7e16df7c86c8e9f0091cfdfcf87e73571a5 commit hash: c5e5e7e16df7c86c8e9f0091cfdfcf87e73571a5 commit hash: c5e5e7e16df7c86c8e9f0091cfdfcf87e73571a5 commit hash: c5e5e7e16df7c86c8e9f0091cfdfcf87e73571a5 c5e5e7e
Sunday, 22 Dec 2024
23:51 Dima Panov (fluffy) search for other commits by this committer
23:51 Dima Panov (fluffy) search for other commits by this committer
graphics/libetonyek01: update to 0.1.12 release (+)

libetonyek 0.1.12:

* Fix detectImageDimension causing error in Libreoffice

Sponsored by:	Future Crew, LLC
commit hash: 0faeed723d047db91303df34fa9394f5b5e4fb43 commit hash: 0faeed723d047db91303df34fa9394f5b5e4fb43 commit hash: 0faeed723d047db91303df34fa9394f5b5e4fb43 commit hash: 0faeed723d047db91303df34fa9394f5b5e4fb43 0faeed7
23:51 Dima Panov (fluffy) search for other commits by this committer
graphics/libcdr01: update to 0.1.8 releae (+)

libcdr 0.1.8:

* Upgrade m4 macros.
* Fix crash appear with format CDR 14 and Gradients (tdf#130914, tdf#158268)
* Fixes parsing CDR7 files with no bbox surrounding text objects (tdf#98994)

Sponsored by:	Future Crew, LLC
commit hash: 8f14b2c19f53632ea0f76d8e57bfdfadfd742ae3 commit hash: 8f14b2c19f53632ea0f76d8e57bfdfadfd742ae3 commit hash: 8f14b2c19f53632ea0f76d8e57bfdfadfd742ae3 commit hash: 8f14b2c19f53632ea0f76d8e57bfdfadfd742ae3 8f14b2c
23:41 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
  • databases/pg-gvm 22.6.6 Greenbone Library for helper functions in PostgreSQL
    • security/gsa 24.1.0 Greenbone Security Assistant webpage written in React
      • security/gsad 24.1.0 Greenbone Security Assistant HTTP server
        • security/gvm 24.1.2 Greenbone vulnerability management (metaport)
          • security/gvm-libs 22.15.0 Libraries module for the GVM solution
            • security/gvmd 24.1.2 Greenbone Vulnerability Manager central management service
              • security/openvas 23.14.0 Open vulnerability assessment scanner
                • security/py-greenbone-feed-sync 24.9.0 new script for downloading the Greenbone Community Feed
                  • security/py-gvm-tools 24.12.1 The Greenbone Vulnerability Management Tools
                    • security/py-notus-scanner 22.6.5 scanner for creating results from local security checks
                        (Only the first 10 of 12 items in this commit are shown above. View all ports for this commit)
                        security/gvm: Update to 24.1.2
                        
                        databases/pg-gvm: Update to 22.6.6
                        security/gsa: Update to 24.1.0 (Only amd64 and aarch64)
                        security/gsad: Update to 24.1.0
                        security/openvas: Update to 23.14.0
                        security/gvmd: Update to 24.1.2
                        security/gvm-libs: 22.15.0
                        security/py-notus-scanner: Update to 22.6.5
                        security/py-greenbone-feed-sync: Update to 24.9.0
                        security/py-ospd-openvas: Bump PORTREVISION
                        security/py-gvm-tools: Update to 24.12.1
                        security/py-python-gvm: Update to 24.12.0
                        commit hash: 0cca7195e16b236e871f5a2debf712493ce0a28b commit hash: 0cca7195e16b236e871f5a2debf712493ce0a28b commit hash: 0cca7195e16b236e871f5a2debf712493ce0a28b commit hash: 0cca7195e16b236e871f5a2debf712493ce0a28b 0cca719
23:11 Vladimir Druzenko (vvd) search for other commits by this committer Author: Sergei Vyshenski
graphics/p5-Image-ExifTool: Update 13.00 → 13.10

ChangeLog: https://exiftool.org/history.html

PR:		283497
Approved by:	Rafael Grether <devnull@apt322.org> (maintainer)
commit hash: d998d9396beb6c28e3e5b880211336dcc5f0d2b1 commit hash: d998d9396beb6c28e3e5b880211336dcc5f0d2b1 commit hash: d998d9396beb6c28e3e5b880211336dcc5f0d2b1 commit hash: d998d9396beb6c28e3e5b880211336dcc5f0d2b1 d998d93
22:47 Yuri Victorovich (yuri) search for other commits by this committer
  • math/deal.ii 9.6.1 Finite element Differential Equations Analysis Library (DEAL)
math/deal.ii: Fix on 32-bit architectures

... by matching index size with that in science/PETSc.

Reported by:	fallout
commit hash: 1c314a46811ccd4958b38fc1423488f7003295c0 commit hash: 1c314a46811ccd4958b38fc1423488f7003295c0 commit hash: 1c314a46811ccd4958b38fc1423488f7003295c0 commit hash: 1c314a46811ccd4958b38fc1423488f7003295c0 1c314a4
21:10 Kai Knoblich (kai) search for other commits by this committer
games/scummvm-tools: Update to 2.9.0

Changelog:

https://github.com/scummvm/scummvm-tools/blob/v2.9.0/NEWS
commit hash: 62b1d699de6c6581800d39f3ef64a64f03d081f4 commit hash: 62b1d699de6c6581800d39f3ef64a64f03d081f4 commit hash: 62b1d699de6c6581800d39f3ef64a64f03d081f4 commit hash: 62b1d699de6c6581800d39f3ef64a64f03d081f4 62b1d69
21:09 Kai Knoblich (kai) search for other commits by this committer
games/scummvm: Update to 2.9.0

* Remove the backported patch introduced in 7999da064c4b for
  compatibility with FreeType2 2.13.3 and newer as it's included in this
  release and hence no longer required.

* Disable the Unix /dev/sequencer support via OSS for the time being to
  prevent build errors.  ScummVM has recently received OSS synth device
  support and FreeBSD's implementation of OSS lacks a corresponding
  IOCTL command SNDCTL_SYNTH_ID for this.

* Take this opportunity to set the FLUIDSYNTH option as default to
  enable general MIDI device emulation via FluidSynth, which requires
  little additional dependencies.  Support for FluidSynth is provided by
  default with the official upstream binary packages and has also been
  enabled as well among other BSDs and distros for some time.

Changelog:

https://downloads.scummvm.org/frs/scummvm/2.9.0/ReleaseNotes.html

MFH:		No (feature release)
commit hash: dab26e2b05a0dab11fe46c7e3d93f60cb54a91cf commit hash: dab26e2b05a0dab11fe46c7e3d93f60cb54a91cf commit hash: dab26e2b05a0dab11fe46c7e3d93f60cb54a91cf commit hash: dab26e2b05a0dab11fe46c7e3d93f60cb54a91cf dab26e2
20:28 Martin Matuska (mm) search for other commits by this committer
ftp/proftpd: bump PORTREVISION to fix build of module ports
commit hash: 95263ca4fb8069f91759c6eac54783daa1dd588c commit hash: 95263ca4fb8069f91759c6eac54783daa1dd588c commit hash: 95263ca4fb8069f91759c6eac54783daa1dd588c commit hash: 95263ca4fb8069f91759c6eac54783daa1dd588c 95263ca
19:38 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
19:15 Zsolt Udvari (uzsolt) search for other commits by this committer Author: Älven
security/hidden-lake: Update to 1.8.2

Actualise COMMENT and pkg-descr to the latest changes in codebase.

Changelog:
https://github.com/number571/hidden-lake/blob/master/CHANGELOG.md

PR:		283488
Approved by:	submitter is maintainer
commit hash: 4e4843f9b07aa5bbf8e25f46bb783de0648d1855 commit hash: 4e4843f9b07aa5bbf8e25f46bb783de0648d1855 commit hash: 4e4843f9b07aa5bbf8e25f46bb783de0648d1855 commit hash: 4e4843f9b07aa5bbf8e25f46bb783de0648d1855 4e4843f
19:12 Gabriel M. Dutra (dutra) search for other commits by this committer
devel/terraform-ls: Update to 0.36.3

changeLog:
https://github.com/hashicorp/terraform-ls/releases/tag/v0.36.3
commit hash: cbcbb435e4a2744b55c75a674127156f03a6649f commit hash: cbcbb435e4a2744b55c75a674127156f03a6649f commit hash: cbcbb435e4a2744b55c75a674127156f03a6649f commit hash: cbcbb435e4a2744b55c75a674127156f03a6649f cbcbb43
18:39 Zsolt Udvari (uzsolt) search for other commits by this committer Author: Sergei Vyshenski
devel/p5-Capture-Tiny: Update to 0.50

Changelog: https://metacpan.org/dist/Capture-Tiny/changes

PR:		283430
Approved by:	submitter is maintainer
commit hash: 8e6824212feedac945eb535586598fa23cce95a2 commit hash: 8e6824212feedac945eb535586598fa23cce95a2 commit hash: 8e6824212feedac945eb535586598fa23cce95a2 commit hash: 8e6824212feedac945eb535586598fa23cce95a2 8e68242
18:30 Vladimir Druzenko (vvd) search for other commits by this committer Author: Sergei Vyshenski
graphics/p5-Image-ExifTool-devel: Update 13.09 → 13.10

ChangeLog: https://exiftool.org/history.html

PR:	283496
commit hash: c34f63403e055a402e3842613b301cd6f3d88bb9 commit hash: c34f63403e055a402e3842613b301cd6f3d88bb9 commit hash: c34f63403e055a402e3842613b301cd6f3d88bb9 commit hash: c34f63403e055a402e3842613b301cd6f3d88bb9 c34f634
18:05 Vladimir Druzenko (vvd) search for other commits by this committer Author: Martin Filla
17:42 Rainer Hurling (rhurlin) search for other commits by this committer Author: Älven
  • games/sulis 1.0.0 Turn based tactical RPG with several campaigns, written in Rustnew!
  • games/sulis: New port: Turn based tactical RPG with several campaigns
    
    Sulis is a Role Playing Game (RPG) with turn based, tactical combat,
    deep character customization and an engaging storyline. The game has
    been built from the ground up with modding and custom content in mind.
    
    WWW:		https://www.sulisgame.com/
    PR:		283358
    commit hash: e6a3439bfdffc2028b8d2d14f3058a4bb4e74c9b commit hash: e6a3439bfdffc2028b8d2d14f3058a4bb4e74c9b commit hash: e6a3439bfdffc2028b8d2d14f3058a4bb4e74c9b commit hash: e6a3439bfdffc2028b8d2d14f3058a4bb4e74c9b e6a3439
17:24 Sergey A. Osokin (osa) search for other commits by this committer
  • www/unit 1.34.0_1 Dynamic web application server
*/*unit*: fix the version numbers going backwards issue

Reported by:	portmgr
commit hash: 05e6399239d86a2bb64d148e00c2e28f266815e5 commit hash: 05e6399239d86a2bb64d148e00c2e28f266815e5 commit hash: 05e6399239d86a2bb64d148e00c2e28f266815e5 commit hash: 05e6399239d86a2bb64d148e00c2e28f266815e5 05e6399
17:23 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb70: fix build with llvm19

Build with clang from base.
Uses 2 public patches. Documentation is in the patches themselves.
commit hash: 895b2a5c04856d44376e58c4259b2aae5f78b9e2 commit hash: 895b2a5c04856d44376e58c4259b2aae5f78b9e2 commit hash: 895b2a5c04856d44376e58c4259b2aae5f78b9e2 commit hash: 895b2a5c04856d44376e58c4259b2aae5f78b9e2 895b2a5
17:23 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb70: 7.0.16

Changes:
https://www.mongodb.com/docs/manual/release-notes/7.0/#patch-releases
commit hash: f90c566136d3944d5ec7f76f7c132fb1f16b25e2 commit hash: f90c566136d3944d5ec7f76f7c132fb1f16b25e2 commit hash: f90c566136d3944d5ec7f76f7c132fb1f16b25e2 commit hash: f90c566136d3944d5ec7f76f7c132fb1f16b25e2 f90c566
17:12 Vladimir Druzenko (vvd) search for other commits by this committer Author: Boris Korzun
  • www/grafana 11.4.0 Dashboard and graph editor for multiple data stores
www/grafana: Update 10.4.5 → 11.4.0

What's new:
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-4/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-3/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-2/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-1/
* https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v11-0/

Changelogs:
* https://github.com/grafana/grafana/releases/tag/v11.4.0
* https://github.com/grafana/grafana/releases/tag/v11.3.0
* https://github.com/grafana/grafana/releases/tag/v11.2.0
* https://github.com/grafana/grafana/releases/tag/v11.1.0
* https://github.com/grafana/grafana/releases/tag/v11.0.0

While here split too long lines in Makefile.

PR:	281851
commit hash: 390dfbf1b63c6021fba42d866a2b8c7d8f872180 commit hash: 390dfbf1b63c6021fba42d866a2b8c7d8f872180 commit hash: 390dfbf1b63c6021fba42d866a2b8c7d8f872180 commit hash: 390dfbf1b63c6021fba42d866a2b8c7d8f872180 390dfbf

Yesterday's Commits | Quarterly Branch