OpenBSD/ports Vj79ily — net/netinfo Makefile, net/netinfo/pkg PLIST
MODTCL_VERSION=8.6 No longer available to Tcl 8.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +3 | -2 | net/netinfo/Makefile |
| 1.3 | +1 | -1 | net/netinfo/pkg/PLIST |
| +4 | -3 | 2 files | |
MODTCL_VERSION=8.6 No longer available to Tcl 8.5.
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +3 | -2 | net/netinfo/Makefile |
| 1.3 | +1 | -1 | net/netinfo/pkg/PLIST |
| +4 | -3 | 2 files | |
+2.73
| Version | Delta | File | |
|---|---|---|---|
| 1.45 | +1 | -0 | devel/autoconf/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +120 | -0 | devel/autoconf/2.73/patches/patch-Makefile_in |
| 1.1 | +69 | -0 | devel/autoconf/2.73/pkg/PLIST |
| 1.1 | +60 | -0 | devel/autoconf/2.73/patches/patch-configure |
| 1.1 | +42 | -0 | devel/autoconf/2.73/patches/patch-doc_autoconf_texi |
| 1.1 | +38 | -0 | devel/autoconf/2.73/patches/patch-bin_autom4te_in |
| 1.1 | +26 | -0 | devel/autoconf/2.73/patches/patch-lib_m4sugar_m4sugar_m4 |
| +355 | -0 | 18 files not shown | |
| +435 | -0 | 24 files | |
devel/codex: update to 0.144.6
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +2 | -2 | devel/codex/distinfo |
| 1.38 | +1 | -1 | devel/codex/Makefile |
| +3 | -3 | 2 files | |
update to gitlab-cli 1.108.0
| Version | Delta | File | |
|---|---|---|---|
| 1.49 | +104 | -104 | sysutils/gitlab-cli/distinfo |
| 1.36 | +31 | -30 | sysutils/gitlab-cli/modules.inc |
| 1.31 | +19 | -0 | sysutils/gitlab-cli/pkg/PLIST |
| 1.50 | +1 | -1 | sysutils/gitlab-cli/Makefile |
| +155 | -135 | 4 files | |
update to github-cli 2.96.0
| Version | Delta | File | |
|---|---|---|---|
| 1.69 | +748 | -956 | devel/github-cli/distinfo |
| 1.60 | +510 | -616 | devel/github-cli/modules.inc |
| 1.78 | +1 | -1 | devel/github-cli/Makefile |
| 1.32 | +2 | -0 | devel/github-cli/pkg/PLIST |
| +1,261 | -1,573 | 4 files | |
update to twc 2.15.2
| Version | Delta | File | |
|---|---|---|---|
| 1.13 | +2 | -2 | sysutils/twc/distinfo |
| 1.14 | +1 | -1 | sysutils/twc/Makefile |
| +3 | -3 | 2 files | |
update to openvox 8.28.1
| Version | Delta | File | |
|---|---|---|---|
| 1.11 | +2 | -2 | sysutils/ruby-openvox/8/distinfo |
| 1.19 | +1 | -2 | sysutils/ruby-openvox/8/Makefile |
| +3 | -4 | 2 files | |
update to openfact 5.7.0
| Version | Delta | File | |
|---|---|---|---|
| 1.9 | +2 | -2 | sysutils/ruby-openfact/distinfo |
| 1.17 | +1 | -2 | sysutils/ruby-openfact/Makefile |
| +3 | -4 | 2 files | |
misc/gpsd: adjust to version jump 7.x -> 8.x
| Version | Delta | File | |
|---|---|---|---|
| 1.10 | +9 | -0 | misc/gpsd/patches/patch-SConscript |
| 1.107 | +2 | -0 | misc/gpsd/Makefile |
| +11 | -0 | 2 files | |
sys/powerpc64: encode PTCR PATS correctly The PTCR PATS field stores log2(partition table size) - 12. Since PATMEMSZ is a power of two, ffs(PATMEMSZ) is log2(PATMEMSZ) + 1; the old expression wrote 5 for the 64 KiB table, describing 128 KiB to Book3S v3 hardware. Use ffs(PATMEMSZ) - 1 - 12 to express the intended log2 calculation and encode the 64 KiB partition table as PATS == 4. Discussed with kettenis@ Tested and OK: gkoehler@
| Version | Delta | File | |
|---|---|---|---|
| 1.67 | +2 | -2 | sys/arch/powerpc64/powerpc64/pmap.c |
| +2 | -2 | 1 files | |
lang/gcc/15: switch sparc64 for modern gas
| Version | Delta | File | |
|---|---|---|---|
| 1.25 | +2 | -2 | lang/gcc/15/Makefile |
| +2 | -2 | 1 files | |
lang/gcc/16: switch sparc64 for modern gas
| Version | Delta | File | |
|---|---|---|---|
| 1.10 | +2 | -2 | lang/gcc/16/Makefile |
| +2 | -2 | 1 files | |
lang/gcc/15: switch sparc64 for modern gas
| Version | Delta | File | |
|---|---|---|---|
| 1.21.2.2 | +2 | -2 | lang/gcc/15/Makefile |
| +2 | -2 | 1 files | |
properly handle qwx VIF DMA map allocation failures at attach time qwx_attach() runs as a config_mountroot hook, which means errors returned from this function will be ignored. Since returning errors is pointless, change this function's return value type to void. There is a theoretical risk that allocating the virtual interface's DMA maps will fail. Allocate these maps earlier and avoid attaching the driver if the maps cannot be allocated.
| Version | Delta | File | |
|---|---|---|---|
| 1.139 | +3 | -10 | sys/dev/ic/qwx.c |
| 1.40 | +6 | -1 | sys/dev/pci/if_qwx_pci.c |
| 1.39 | +4 | -2 | sys/dev/ic/qwxvar.h |
| +13 | -13 | 3 files | |
replace qwx virtual interface list with a single interface structure Fixes use of stale pointers on the vif list which caused crashes. We do not support multiple interfaces per driver in our net80211 stack, so this list inherited from Linux was pointless for us anyway. Tested by ajacoutot, phessler, kettenis, gnezdo, krw, and myself. ok phessler@ kettenis@ gnezdo@
| Version | Delta | File | |
|---|---|---|---|
| 1.138 | +60 | -139 | sys/dev/ic/qwx.c |
| 1.38 | +2 | -7 | sys/dev/ic/qwxvar.h |
| +62 | -146 | 2 files | |
Update to gemini-cli-0.51.0.
| Version | Delta | File | |
|---|---|---|---|
| 1.31 | +48 | -48 | sysutils/gemini-cli/pkg/PLIST |
| 1.34 | +1 | -3 | sysutils/gemini-cli/Makefile |
| 1.32 | +2 | -2 | sysutils/gemini-cli/distinfo |
| +51 | -53 | 3 files | |
Update to awscli-1.45.51.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +2 | -2 | sysutils/awscli/v1/distinfo |
| 1.41 | +1 | -1 | sysutils/awscli/v1/Makefile |
| +3 | -3 | 2 files | |
Update to py3-boto3-1.43.51.
| Version | Delta | File | |
|---|---|---|---|
| 1.657 | +2 | -2 | net/py-boto3/distinfo |
| 1.669 | +1 | -1 | net/py-boto3/Makefile |
| +3 | -3 | 2 files | |
Update to py3-botocore-1.43.51.
| Version | Delta | File | |
|---|---|---|---|
| 1.874 | +2 | -2 | net/py-botocore/distinfo |
| 1.884 | +1 | -1 | net/py-botocore/Makefile |
| +3 | -3 | 2 files | |
Update kirigami-addons to 1.13.0
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +10 | -0 | graphics/kirigami-addons/pkg/PLIST |
| 1.18 | +2 | -2 | graphics/kirigami-addons/distinfo |
| 1.20 | +1 | -1 | graphics/kirigami-addons/Makefile |
| +13 | -3 | 3 files | |
Update jenkins to 2.568.1
| Version | Delta | File | |
|---|---|---|---|
| 1.70 | +2 | -2 | devel/jenkins/stable/distinfo |
| 1.97 | +1 | -1 | devel/jenkins/stable/Makefile |
| +3 | -3 | 2 files | |
Update kdiff3 to 1.12.5
| Version | Delta | File | |
|---|---|---|---|
| 1.36 | +2 | -2 | devel/kdiff3/distinfo |
| 1.57 | +1 | -1 | devel/kdiff3/Makefile |
| +3 | -3 | 2 files | |
Update jenkins-devel to 2.573
| Version | Delta | File | |
|---|---|---|---|
| 1.195 | +2 | -2 | devel/jenkins/devel/distinfo |
| 1.223 | +1 | -1 | devel/jenkins/devel/Makefile |
| +3 | -3 | 2 files | |
Update kbibtex to 0.10.50
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +27 | -120 | print/kbibtex/pkg/PLIST |
| 1.4 | +60 | -58 | print/kbibtex/Makefile |
| 1.2 | +2 | -2 | print/kbibtex/distinfo |
| 1.2 | +0 | -0 | print/kbibtex/patches/patch-CMakeLists_txt |
| +89 | -180 | 4 files | |
Update spotify-qt to 4.0.4
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +2 | -4 | audio/spotify-qt/Makefile |
| 1.5 | +2 | -2 | audio/spotify-qt/distinfo |
| +4 | -6 | 2 files | |
geo/mapproxy: update to 7.0.0 see https://github.com/mapproxy/mapproxy/releases/tag/7.0.0
| Version | Delta | File | |
|---|---|---|---|
| 1.38 | +2 | -2 | geo/mapproxy/distinfo |
| 1.53 | +1 | -1 | geo/mapproxy/Makefile |
| +3 | -3 | 2 files | |
Alberta moved to permanent -06 on 2026-06-18, update test data
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +17 | -17 | regress/lib/libc/time/time_conversion/timetest.c |
| +17 | -17 | 1 files | |
Use uint32_t for ipsecflowinfo. Type of ipsecflowinfo was mixture of uint32_t, u_int32_t and int. Convert to uint32_t consistently. OK mvs@
| Version | Delta | File | |
|---|---|---|---|
| 1.351 | +6 | -6 | sys/netinet/udp_usrreq.c |
| 1.419 | +5 | -4 | sys/netinet/ip_output.c |
| 1.282 | +4 | -4 | sys/netinet/ip_ipsp.c |
| 1.164 | +3 | -3 | sys/net/pipex.c |
| 1.432 | +3 | -3 | sys/netinet/ip_input.c |
| 1.250 | +3 | -3 | sys/netinet/ip_ipsp.h |
| +24 | -23 | 1 files not shown | |
| +26 | -25 | 7 files | |
Update KDE Plasma to 6.7.3, Bugfix Release for July
| Version | Delta | File | |
|---|---|---|---|
| 1.26 | +0 | -4 | x11/kde-plasma/Makefile |
| 1.15 | +2 | -2 | x11/kde-plasma/aurorae/distinfo |
| 1.71 | +2 | -2 | x11/kde-plasma/breeze-gtk/distinfo |
| 1.71 | +2 | -2 | x11/kde-plasma/breeze/distinfo |
| 1.36 | +2 | -2 | x11/kde-plasma/kactivitymanagerd/distinfo |
| 1.36 | +2 | -2 | x11/kde-plasma/kde-cli-tools/distinfo |
| +10 | -14 | 51 files not shown | |
| +102 | -108 | 57 files | |