Skip to content

Commit 984c570

Browse files
committed
Dependency update.
1 parent feffba8 commit 984c570

5 files changed

Lines changed: 8 additions & 11 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROJECT(nornet LANGUAGES C)
2121

2222
SET(BUILD_MAJOR "1")
2323
SET(BUILD_MINOR "5")
24-
SET(BUILD_PATCH "27~rc1")
24+
SET(BUILD_PATCH "27~rc3")
2525
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
2626

2727

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
nornet (1.5.27~rc1-1ubuntu1) questing; urgency=medium
1+
nornet (1.5.27~rc3-1ubuntu1) questing; urgency=medium
22

33
* New upstream release.
44

5-
-- Thomas Dreibholz <dreibh@simula.no> Wed, 08 Oct 2025 00:21:12 +0200
5+
-- Thomas Dreibholz <dreibh@simula.no> Mon, 24 Nov 2025 12:27:44 +0100
66

77
nornet (1.5.26-1ubuntu1) questing; urgency=medium
88

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Depends: ifupdown,
201201
nornet-api (= ${binary:Version}),
202202
nornet-autoupdate (= ${binary:Version}),
203203
nornet-management (= ${binary:Version}),
204-
ntp,
204+
ntpsec | ntp,
205205
openssh-server,
206206
rsplib-services,
207207
${misc:Depends},
@@ -230,7 +230,7 @@ Depends: arpwatch,
230230
nornet-autoupdate (= ${binary:Version}),
231231
nornet-management (= ${binary:Version}),
232232
nornet-node (= ${binary:Version}) | nornet-server (= ${binary:Version}),
233-
ntp,
233+
ntpsec | ntp,
234234
radvd,
235235
squid3,
236236
traceroute,
@@ -364,7 +364,7 @@ Architecture: all
364364
Depends: nornet-api (= ${binary:Version}),
365365
nornet-autoupdate (= ${binary:Version}),
366366
nornet-management (= ${binary:Version}),
367-
ntp,
367+
ntpsec | ntp,
368368
${misc:Depends}
369369
Description: Time Server tools for the NorNet system environment
370370
This package contains the packages to set up an NTP server for the
@@ -397,7 +397,7 @@ Depends: ifupdown,
397397
nfs-common,
398398
nornet-api (= ${binary:Version}),
399399
nornet-management (= ${binary:Version}),
400-
ntp,
400+
ntpsec | ntp,
401401
openssh-server,
402402
ovmf,
403403
qemu-kvm,

debian/nornet-development.postinst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ case "$1" in
66
configure)
77
if [ ! -e /var/cache/pbuilder/base.tgz ] ; then
88
cp /usr/share/nornet/pbuilderrc /etc/pbuilderrc
9-
10-
find /etc/apt/trusted.gpg.d/ -name "*.gpg" | xargs --no-run-if-empty -n1 apt-key --keyring /etc/apt/pbuilder-trusted.gpg add
11-
pbuilder create --debootstrapopts --variant=buildd --keyring /etc/apt/pbuilder-trusted.gpg || true
129
fi
1310

1411
if [ -x "$(command -v update-grub)" ] ; then

rpm/nornet.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: nornet
2-
Version: 1.5.27~rc1
2+
Version: 1.5.27~rc3
33
Release: 1
44
Summary: NorNet Control
55
Group: Applications/Internet

0 commit comments

Comments
 (0)