From 17d56c1d81d1a79d3611382c09d33f6418c5486b Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Tue, 17 Sep 2024 12:28:16 +0300 Subject: [PATCH] Bump version to 26 --- CHANGELOG.md | 12 ++++++++---- Makefile | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94319088..14560647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ This change log will be updated whenever a new official release is made -## future release -* Replace `ntpd` with `chronyd`, seems more stable and resilient to network changes -* Fix missing `i2c_mangle` kernel module -* Make the build leaner by removing NFS and "customd" startup script support +## Build 26 (Sep 16 2024) +* Remove unrecognized `--disable-dvbaes` option when building minisatip +* Bump `chrony` to 4.5 +* Update Dropbear download URL +* Build `oscam` from git, bump to equivalent of r11763 (`e1d2fb78`) +* Modify yum repository base URLs to point to CERN's mirror +* Document how to harden an installation +* Bump `minisatip` to v1.3.11 ## Build 25 (Aug 6 2023) * Replace `ntpd` with `chronyd`, seems more stable and resilient to network changes (thanks @crycode-de) diff --git a/Makefile b/Makefile index 561713df..ad4d6ed9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUILD=26-rc1 +BUILD=26 VERSION=$(shell date +%Y%m%d%H%M)-$(BUILD) CPUS=$(shell nproc) CURDIR=$(shell pwd)