OPNSense/tools 8562094config/26.7 make.conf

config: 15 changed GSSAPI base and bind is hardwired to flip-flop
DeltaFile
+2-0config/26.7/make.conf
+2-01 files

OPNSense/tools 4ac5debconfig/26.7 ports.conf

config: add cloudflared to 26.7 as well
DeltaFile
+1-0config/26.7/ports.conf
+1-01 files

OPNSense/tools 1fba29fconfig/26.1 ports.conf

Add net/cloudflared to ports build (#512)
DeltaFile
+1-0config/26.1/ports.conf
+1-01 files

OPNSense/tools a9d2401. Makefile, build common.sh

build: support BARE image support

Take the FreeBSD and build a bootable image from it.
Useful for testing and for now only works with serial.
DeltaFile
+12-8config/26.7/extras.conf
+5-1Makefile
+3-2build/common.sh
+20-113 files

OPNSense/tools 725fa5cconfig/26.7 ports.conf

config: www/php85-opcache||2025-08-01|Part of default php85
DeltaFile
+0-1config/26.7/ports.conf
+0-11 files

OPNSense/tools 8712c5econfig/26.7 ports.conf

config: arcanist not for PHP 8.5 at the moment
DeltaFile
+1-1config/26.7/ports.conf
+1-11 files

OPNSense/tools 5a9d1d8build common.sh

build: show fingerprint after signing for better confidence
DeltaFile
+4-1build/common.sh
+4-11 files

OPNSense/tools 7438289build clone.sh

build: ensure directory for clone

Need to beware of typos but in general this doesn't do any
harm if the user produces a typo.
DeltaFile
+2-1build/clone.sh
+2-11 files

OPNSense/tools ec367baconfig/26.7 base.plist.amd64 base.obsolete.amd64

config: add functional 26.7 / 15.1

* Rebase for 15.1-RC3, volatile/26.7 for now
* OpenSSL 3.5 with FIPS, ports-only for now
* plugins and core as -devel only for now
* SMP configs adjusted for stale options
* Removed ndproxy
* PHP 8.5

To review:

    # diff -ur config/26.1 config/26.7
DeltaFile
+26,431-0config/26.7/base.plist.amd64
+3,162-0config/26.7/base.obsolete.amd64
+276-0config/26.7/ports.conf
+147-0config/26.7/extras.conf
+105-0config/26.7/make.conf
+103-0config/26.7/plugins.conf
+30,224-08 files not shown
+30,400-014 files

OPNSense/tools 05d20f0. Makefile

make: reverse config ordering

This way the latest matching version is picked by default.
DeltaFile
+1-1Makefile
+1-11 files

OPNSense/tools e8ab153config/26.1 make.conf ports.conf

config: prep for OpenSSL 3.5 use in 26.7/15.1
DeltaFile
+1-0config/26.1/make.conf
+1-0config/26.1/ports.conf
+2-02 files

OPNSense/tools bce80efconfig/26.1 make.conf

config: the short numpy1 adventure ends...
DeltaFile
+2-2config/26.1/make.conf
+2-21 files

OPNSense/tools 2eb2b60build common.sh packages.sh

build/packages: allow easy purge even with wildcard

Use with care, but can be useful.  '*' does not pass easily so
let's use '%' instead.
DeltaFile
+1-0build/common.sh
+1-0build/packages.sh
+2-02 files

OPNSense/tools 5efec77config/26.1 ports.conf

config: add devel/esbuild for tinkering
DeltaFile
+1-0config/26.1/ports.conf
+1-01 files

OPNSense/tools 4da8e45build common.sh

build: sort package signature pass
DeltaFile
+1-1build/common.sh
+1-11 files

OPNSense/tools eb160feconfig/26.1 make.conf

config: options stage complains about this

I expect they will swtich back at some point which would
break this but let's get rid of the error.
DeltaFile
+1-1config/26.1/make.conf
+1-11 files

OPNSense/tools 2564cf1config/26.1 aux.conf

config: change 1.24 for 1.26

lang/go124||2026-03-12|Has expired: End of life--please switch to go125 or go126
DeltaFile
+1-1config/26.1/aux.conf
+1-11 files

OPNSense/tools 6701a0econfig/26.1 make.conf

config: this was changed recently
DeltaFile
+1-1config/26.1/make.conf
+1-11 files

OPNSense/tools f28d446config/26.1 make.conf

config: numpy was renamed
DeltaFile
+2-2config/26.1/make.conf
+2-21 files

OPNSense/tools 083294bconfig/26.1 ports.conf

config: adapt to flavour use in vbox port
DeltaFile
+1-1config/26.1/ports.conf
+1-11 files

OPNSense/tools a27c06cconfig/26.1 make.conf

config: fix zabbix builds after option change

  ===> License GPLv2+ accepted by the user
  ====> You must select one and only one option from the DB single
  =====> Only one of these must be defined: MYSQLDV SQLITE
  *** Error code 1
DeltaFile
+3-3config/26.1/make.conf
+3-31 files

OPNSense/tools a335ce4config/26.1 extras.conf

config: add xml injection safeguard helper for extras

This can lead to strange results when the config.xml is not pristine.
DeltaFile
+25-1config/26.1/extras.conf
+25-11 files

OPNSense/tools dbec4b3config/26.1 base.plist.amd64

config: rebase for 26.1.7
DeltaFile
+15-0config/26.1/base.plist.amd64
+15-01 files

OPNSense/tools 6ff9fadcomposite custom.sh

composite/custom: extra argument default was wrong
DeltaFile
+5-1composite/custom.sh
+5-11 files

OPNSense/tools b3c29c7. README.md Makefile, composite factory.sh custom.sh

composite: move "factory" target to custom script

It's mostly the same and the indirection through custom
is annoying to work with.  Since it is just a helper for
the VM image type don't document it further.
DeltaFile
+0-41composite/factory.sh
+20-10composite/custom.sh
+0-4README.md
+1-1Makefile
+21-564 files

OPNSense/tools bf85679. Makefile, composite factory.sh custom.sh

composite: support more flexibility in custom/factory builds
DeltaFile
+4-3composite/factory.sh
+3-2composite/custom.sh
+2-0Makefile
+9-53 files

OPNSense/tools be63f99config/26.1 SMP-ARM

Add UNIONFS option to SMP-ARM configuration
DeltaFile
+3-0config/26.1/SMP-ARM
+3-01 files

OPNSense/tools 06fa31bconfig/26.1 ports.conf

Add architecture specification for aquantia-atlantic-kmod

unsupported as of now, causes an error, on aarch64 platforms
DeltaFile
+1-1config/26.1/ports.conf
+1-11 files

OPNSense/tools bc4ce3econfig/26.1 make.conf plugins.conf

remove zabbix 7.2 EOL
DeltaFile
+0-2config/26.1/make.conf
+0-2config/26.1/plugins.conf
+0-2config/26.1/ports.conf
+0-63 files

OPNSense/tools f6fc028config/26.1 ports.conf

config: add modified aquantia-atlantic-kmod

See: https://github.com/albb0920/aqtion-freebsd-aq2
DeltaFile
+1-0config/26.1/ports.conf
+1-01 files