| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PR: 296645
|
| |
|
|
|
| |
Security: f4c57c5a-845a-11f1-b72c-8447094a420f
MFH: 2026Q3
|
| | |
|
| | |
|
| |
|
|
|
| |
Security: d7939352-788b-11f1-b72c-8447094a420f
MFH: 2026Q2
|
| | |
|
| |
|
|
| |
Announcement: https://kde.org/announcements/gear/26.04.3/
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(followup of ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d)
wolfssl was updated to 5.9.2 in ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d which
updates from libwolfssl.so.44 to libwolfssl.so.45. Therefore, PORTREVISION bump
is required. ftp/curl and net/libngtcp2-wolfssl are skipped because both ports
have version updates after ebd1ab3805d31a82613a1db818e6dc2bf5cdf75d.
% readelf -d /usr/local/lib/libwolfssl.so | grep SONAME
0x000000000000000e (SONAME) Library soname: [libwolfssl.so.45]
|
| |
|
|
| |
PR: 284845
|
| |
|
|
|
|
|
|
|
| |
Changelog:
https://github.com/squidowl/halloy/releases/tag/2026.7.2
PR: 295947
Reported by: Andie Bradley <pokeysquirrel@gmail.com> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
|
| |
|
|
|
| |
Security: d31259c0-624d-11f1-8607-8447094a420f
MFH: 2026Q2
|
| |
|
|
| |
PR: 295273
|
| |
|
|
| |
Changes: https://github.com/inspircd/inspircd/releases/tag/v4.11.0
|
| |
|
|
| |
Announcement: https://kde.org/announcements/gear/26.04.2/
|
| |
|
|
| |
PR: 295694
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
While here, sort USES block.
Changelog:
https://github.com/squidowl/halloy/releases/tag/2026.7.1
PR: 295811
Reported by: Herbert J. Skuhra <herbert@gojira.at>
Approved by: Andie Bradley <pokeysquirrel@gmail.com> (maintainer)
Approved by: osa, vvd (Mentors, implicit)
|
| |
|
|
|
|
|
|
|
| |
Release notes: https://github.com/squidowl/halloy/releases/tag/2026.7
Remove no longer used USES=ssl
PR: 295749
Approved by: Andie Bradley (maintainer)
|
| |
|
|
| |
Bump consumers of libsodium
|
| | |
|
| |
|
|
| |
Sponsored by: SkunkWerks, GmbH
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reviewed by: many (*)
Differential Revision: https://reviews.freebsd.org/D55624
Differential Revision: https://reviews.freebsd.org/D55642 (merged in from bofh)
many (*)
acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga
jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka
nobutaka pkubaj se tagattie thj
Anton Saietskii
GenericRikka
Gert Doering
Jan Bramkamp
Oleh Hushchenkov
Oleksandr Kryvulia
Ralf van der Enden
Yamagi
desktop kde python tcltk office
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Announcement: https://kde.org/announcements/gear/26.04.1/
Ports changes:
databases/akonadi:
- Remove unused dependencies
deskutils/kdepim-runtime:
- Remove unused KWallet
graphics/okular:
- Remove unused dependency
net/pimcommon:
- Remove unused dependency
net-im/neochat:
- Remove unused dependency
|
| |
|
|
| |
PR: 294615
|
| |
|
|
|
|
| |
Changelog: https://github.com/squidowl/halloy/releases/tag/2026.6
PR: 294731
|
| |
|
|
|
|
| |
https://docs.inspircd.org/4/moved-modules/#ssl_mbedtls
PR: 294610
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Announcement: https://kde.org/announcements/gear/26.04.0/
Ports changes:
audio/libkcompactdisc:
- Remove port, no longer shipped with KDE Gear
deskutils/kdeconnect-kde:
- Add dependency on libei
misc/minuet:
- Add missing dependencies
- Add patch to restore parity with Linux
net/krdc:
- Update dependencies
x11/yakuake:
- Add missing dependencies
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard
cache under the user's home directory.
This matches the behavior of GNU ELPA packages and generally results
in a faster experience. Speedups vary depending on the
characteristics of the elisp code, but are often reported to be 2.5
to 5 times faster than byte-compiled code.
3. Perform byte compilation on the target host, but only when native
compilation is unavailable. Compilation is initiated when Emacs
starts, and the resulting .elc files are cached under the user's
home directory.
4. Load all autoload files installed by FreeBSD elisp ports. This
mirrors what package.el does for ELPA packages, ensuring that
autoloaded functions are available without requiring users to
explicitly load each package.
Users with elisp packages (*-emacs_*) installed should consult the
2026-04-11 UPDATING entry for instructions on handling the transition.
Reviewed by: ashish, Benjamin Jacobs <freebsd@dev.thsi.be>, dinoex,
mandree, mce, nobutaka, Pat Maddox <pat@patmaddox.com>,
rhurlin
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56001
|
| |
|
|
| |
Changes: https://github.com/inspircd/inspircd/releases/tag/v4.10.1
|
| | |
|
| |
|
|
| |
Changes: https://github.com/inspircd/inspircd/releases/tag/v4.10.0
|
| | |
|
| |
|
|
| |
PR: 294063
|
| |
|
|
| |
PR: 293615
|
| | |
|
| |
|
|
|
|
|
| |
Release notes: https://github.com/squidowl/halloy/releases/tag/2026.4
PR: 293679
Approved by: Andie Bradley (maintainer)
|
| | |
|
| |
|
|
| |
Announcement: https://kde.org/announcements/gear/25.12.3/
|
| |
|
|
| |
PR: 293547
|
| | |
|
| | |
|
| |
|
|
| |
Announcement: https://kde.org/announcements/gear/25.12.2/
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Error: Missing: etc/rc.d/ircd-hybrid
Approved by: blanket, just fix it
|