Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Format: 1.0
Source: linuxmuster-base7
Binary: linuxmuster-base7
Architecture: all
Version: 7.4.7
Version: 7.4.8
Maintainer: Thomas Schmitt <thomas@linuxmuster.net>
Uploaders: Thomas Schmitt <thomas@linuxmuster.net>
Standards-Version: 5.0.0
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, linuxmuster-common (>= 7.4.0), python3-bcrypt, python3-bs4, python3-lxml, python3-ipy, python3-apt, python3-netifaces, python3-dialog, python3-ldap3, python3-netaddr, python3-paramiko, python3-requests, python3-urllib3
Package-List:
linuxmuster-base7 deb linuxmuster optional arch=all
Checksums-Sha1:
0eb15c2cda24a9acce20b99f737ce71f70feed06 150628 linuxmuster-base7_7.4.7.tar.gz
8259c1184c295cae1c4374171e13d7b5e6b33291 150636 linuxmuster-base7_7.4.8.tar.gz
Checksums-Sha256:
7dab4d20ca57f114282b9206b9e202de2337a9fbeb1da7436f1c503e4f888e3a 150628 linuxmuster-base7_7.4.7.tar.gz
b435428731353d9601594f5e1b0815e2628373db157340832b1b94bf3cfde34e 150636 linuxmuster-base7_7.4.8.tar.gz
Files:
2509897d8937e6be728b60fdd1fe2761 150628 linuxmuster-base7_7.4.7.tar.gz
cdd54fd27d2e5091d0f54aa559a6956f 150636 linuxmuster-base7_7.4.8.tar.gz
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ Format: 1.0
Source: linuxmuster-base7
Binary: linuxmuster-base7
Architecture: all source
Version: 7.4.7
Version: 7.4.8
Checksums-Md5:
b7b53495a815059228610a3db4ee5dd5 892 linuxmuster-base7_7.4.7.dsc
3237d4dab02e6380672d197b805ad728 91582 linuxmuster-base7_7.4.7_all.deb
a0293b13a3b46839acc8ad1dcbcad117 892 linuxmuster-base7_7.4.8.dsc
4f65d0b58b02e9d3b1c3e81bce15f446 92134 linuxmuster-base7_7.4.8_all.deb
Checksums-Sha1:
fda89fe65ff9772975057d93f331b05116ed08e3 892 linuxmuster-base7_7.4.7.dsc
9f8352fde0a918e62d3db2e1b6876b2034753af5 91582 linuxmuster-base7_7.4.7_all.deb
229052f6360c962c7c2b013900bc902cc61e9e04 892 linuxmuster-base7_7.4.8.dsc
f5412c4af6a72e51d97fb99ed359e8ad74075e00 92134 linuxmuster-base7_7.4.8_all.deb
Checksums-Sha256:
00d871afc00cdac910613faa7735e4c2f9d3e81ee1057ed2afdc47dbe730ed6b 892 linuxmuster-base7_7.4.7.dsc
fac86379fa1fb38be359fb73d26560879f5bf954a90e1b4e31190f3bcc7def9a 91582 linuxmuster-base7_7.4.7_all.deb
2d199e105328cbc2588ca3b143f94e54cfd56150858ee5a1afdef5c1afc42edf 892 linuxmuster-base7_7.4.8.dsc
c2fb9715f2165a6e4142ec3d00970db46621a5f6e36e716cacc36bf25b80f12e 92134 linuxmuster-base7_7.4.8_all.deb
Build-Origin: Ubuntu
Build-Architecture: amd64
Build-Date: Mon, 20 Jul 2026 15:20:29 +0000
Build-Date: Tue, 21 Jul 2026 20:03:01 +0000
Installed-Build-Depends:
autoconf (= 2.72-3.1ubuntu2),
automake (= 1:1.18.1-3build1),
Expand Down Expand Up @@ -279,4 +279,4 @@ Environment:
DEB_BUILD_PROFILES="derivative.ubuntu noudeb"
LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/libfakeroot:/usr/lib64/libfakeroot:/usr/lib32/libfakeroot"
LD_PRELOAD="libfakeroot-sysv.so"
SOURCE_DATE_EPOCH="1784560498"
SOURCE_DATE_EPOCH="1784666400"
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Format: 1.8
Date: Tue, 21 Jul 2026 22:40:00 +0200
Source: linuxmuster-base7
Binary: linuxmuster-base7
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source all
Version: 7.4.8
Distribution: lmn74
Urgency: low
Maintainer: Thomas Schmitt <thomas@linuxmuster.net>
Changed-By: Thomas Schmitt <thomas@linuxmuster.net>
Description:
linuxmuster-base7 - linuxmuster.net configuration scripts
Changes:
linuxmuster-base7 (7.4.8) lmn74; urgency=low
.
* Fix TypeError crash when recreating firewall certificate (#178, f90437c).
* Fix ignored return value of checkFwMajorVer() in renew-certs
(#179, 1dc36b9).
* Report failed MAC detection instead of silently using random fallback
in l_add-server.py (#180, f977059).
* Avoid shell=True string concatenation in sophomorix schema provisioning
(#181, 99299e7).
* Close race window between writing secrets and restricting permissions
(#182, 882dc86).
* Fix literal 'None' string for missing firmware/sysctl tags in firewall
config (#183, 31df758).
* Fix fragile netplan interface detection via dict repr string-split
(#184, 8ff8834).
* Remove unsupported 'dsa' from SSH host key CRYPTO_TYPES (#185, 60607ac).
Checksums-Sha1:
229052f6360c962c7c2b013900bc902cc61e9e04 892 linuxmuster-base7_7.4.8.dsc
8259c1184c295cae1c4374171e13d7b5e6b33291 150636 linuxmuster-base7_7.4.8.tar.gz
f5412c4af6a72e51d97fb99ed359e8ad74075e00 92134 linuxmuster-base7_7.4.8_all.deb
5282a9401b17e89a5ecad28eacd251c210a0648e 9611 linuxmuster-base7_7.4.8_amd64.buildinfo
Checksums-Sha256:
2d199e105328cbc2588ca3b143f94e54cfd56150858ee5a1afdef5c1afc42edf 892 linuxmuster-base7_7.4.8.dsc
b435428731353d9601594f5e1b0815e2628373db157340832b1b94bf3cfde34e 150636 linuxmuster-base7_7.4.8.tar.gz
c2fb9715f2165a6e4142ec3d00970db46621a5f6e36e716cacc36bf25b80f12e 92134 linuxmuster-base7_7.4.8_all.deb
7aa62cd901de2203dd4abb9a514a44654393e47a90670a97088b7bd698cac787 9611 linuxmuster-base7_7.4.8_amd64.buildinfo
Files:
a0293b13a3b46839acc8ad1dcbcad117 892 linuxmuster optional linuxmuster-base7_7.4.8.dsc
cdd54fd27d2e5091d0f54aa559a6956f 150636 linuxmuster optional linuxmuster-base7_7.4.8.tar.gz
4f65d0b58b02e9d3b1c3e81bce15f446 92134 linuxmuster optional linuxmuster-base7_7.4.8_all.deb
805a84eebac3f46db7ec7421241be9b9 9611 linuxmuster optional linuxmuster-base7_7.4.8_amd64.buildinfo
Loading