Skip to content

Commit cd5de99

Browse files
committed
Merge branch 'release/2.6' of github.com:OpenVPN/openvpn-build into merge-2.6
* 'release/2.6' of github.com:OpenVPN/openvpn-build: debian-sbuild: Adapt Plucky package to our infrastructure debian-sbuild: Add Ubuntu 25.04 (plucky) chore(deps): update src/openvpn-gui digest to d31c391 chore(deps): update src/vcpkg digest to bc3512a chore(deps): update github actions chore(deps): update src/vcpkg digest to d5182f7 debian-sbuild: Remove support for Ubuntu 20.04 chore(deps): update lukka/get-cmake action to v4 chore(deps): update src/openvpn-gui digest to 3e4adfa chore(deps): update src/openvpn digest to 3d25fbe chore(deps): update src/vcpkg digest to f9a99aa
2 parents d2ca2d6 + bf94656 commit cd5de99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+1548
-562
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
vcpkgJsonGlob: '**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json'
4141

4242
- name: Get latest CMake and ninja
43-
uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c # v4.0.0
43+
uses: lukka/get-cmake@57c20a23a6cac5b90f31864439996e5b206df9dc # v4.0.1
4444

4545
- name: Install rst2html
4646
run: python -m pip install --upgrade pip docutils
@@ -49,7 +49,7 @@ jobs:
4949
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
5050

5151
- name: Set up Java
52-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
52+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
5353
if: ${{ env.SigningKeyStore != '' }}
5454
with:
5555
java-version: 17
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
debian bullseye amd64
22
debian bookworm amd64
3-
ubuntu focal amd64
43
ubuntu jammy amd64
54
ubuntu noble amd64
6-
ubuntu oracular amd64
5+
ubuntu plucky amd64
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
debian bullseye arm64
22
debian bookworm arm64
3-
ubuntu focal arm64
43
ubuntu jammy arm64
54
ubuntu noble arm64
6-
ubuntu oracular arm64
5+
ubuntu plucky arm64

debian-sbuild/openvpn-dco-dkms/focal/debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian-sbuild/openvpn-dco-dkms/focal/debian/changelog renamed to debian-sbuild/openvpn-dco-dkms/plucky/debian/changelog

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
openvpn-dco-dkms (0.0+git20241121-1) unstable; urgency=medium
2+
3+
* New upstream version 0.0+git20241121
4+
- fixes build errors with Linux 6.12+ (Closes: #1089502)
5+
6+
-- Bernhard Schmidt <berni@debian.org> Sun, 08 Dec 2024 14:37:32 +0100
7+
8+
openvpn-dco-dkms (0.0+git20240712-1) unstable; urgency=medium
9+
10+
* New upstream version 0.0+git20240712
11+
- fixes build errors with Linux 6.10+ (Closes: #1077838)
12+
13+
-- Bernhard Schmidt <berni@debian.org> Mon, 19 Aug 2024 23:16:18 +0200
14+
15+
openvpn-dco-dkms (0.0+git20231103-1) unstable; urgency=medium
16+
17+
* New upstream version 0.0+git20231103
18+
- fixes refcount imbalance ("waiting for tunxxx to become free") seen
19+
on heavy loaded TCP servers
20+
21+
-- Bernhard Schmidt <berni@debian.org> Sat, 11 Nov 2023 22:20:21 +0100
22+
23+
openvpn-dco-dkms (0.0+git20230816-2) unstable; urgency=medium
24+
25+
* Install compat-include directory (Closes: #1050211)
26+
27+
-- Bernhard Schmidt <berni@debian.org> Tue, 22 Aug 2023 18:00:24 +0200
28+
29+
openvpn-dco-dkms (0.0+git20230816-1) unstable; urgency=medium
30+
31+
* New upstream version 0.0+git20230816
32+
- fix build error on kernel 6.5+ (Closes: #1043116)
33+
34+
-- Bernhard Schmidt <berni@debian.org> Mon, 21 Aug 2023 22:51:04 +0200
35+
36+
openvpn-dco-dkms (0.0+git20230324-1) unstable; urgency=medium
37+
38+
* Release to unstable targetting bookworm.
39+
40+
-- Bernhard Schmidt <berni@debian.org> Thu, 13 Apr 2023 09:47:41 +0200
41+
142
openvpn-dco-dkms (0.0+git20230324-1~exp1) experimental; urgency=medium
243

344
* New upstream version 0.0+git20230324

debian-sbuild/openvpn-dco-dkms/focal/debian/control renamed to debian-sbuild/openvpn-dco-dkms/plucky/debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Source: openvpn-dco-dkms
22
Section: net
33
Priority: optional
44
Maintainer: Bernhard Schmidt <berni@debian.org>
5-
Build-Depends: debhelper (>= 12), dkms,
5+
Build-Depends: debhelper-compat (= 13),
6+
dh-sequence-dkms,
67
Standards-Version: 4.6.0
78
Homepage: https://github.com/OpenVPN/ovpn-dco
89
Vcs-Browser: https://salsa.debian.org/debian/openvpn-dco-dkms

debian-sbuild/openvpn-dco-dkms/focal/debian/copyright renamed to debian-sbuild/openvpn-dco-dkms/plucky/debian/copyright

File renamed without changes.
File renamed without changes.

debian-sbuild/openvpn-dco-dkms/focal/debian/rules renamed to debian-sbuild/openvpn-dco-dkms/plucky/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export DEB_VERSION_UPSTREAM
99
INSTALLDIR=debian/openvpn-dco-dkms/usr/src/ovpn-dco-${DEB_VERSION_UPSTREAM}
1010

1111
%:
12-
dh $@ --with dkms
12+
dh $@
1313

1414
# Nothing to clean, configure, or build (this all happens after
1515
# installation using dkms)

debian-sbuild/openvpn-dco-dkms/focal/debian/salsa-ci.yml renamed to debian-sbuild/openvpn-dco-dkms/plucky/debian/salsa-ci.yml

File renamed without changes.

0 commit comments

Comments
 (0)