Merge ~ahasenack/ubuntu/+source/openvpn-auth-ldap:eoan-openvpn-auth-ldap-sync into ubuntu/+source/openvpn-auth-ldap:debian/sid

Proposed by Andreas Hasenack
Status: Merged
Approved by: Andreas Hasenack
Approved revision: 13da5676e676bfd6a0b1b0718cd233ce4c534219
Merge reported by: Andreas Hasenack
Merged at revision: 13da5676e676bfd6a0b1b0718cd233ce4c534219
Proposed branch: ~ahasenack/ubuntu/+source/openvpn-auth-ldap:eoan-openvpn-auth-ldap-sync
Merge into: ubuntu/+source/openvpn-auth-ldap:debian/sid
Diff against target: 85 lines (+41/-7)
3 files modified
debian/changelog (+31/-0)
debian/control (+2/-1)
debian/tests/openldap-connect.sh (+8/-6)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Canonical Server MOTU reviewers Pending
Review via email: mp+371016@code.launchpad.net

Description of the change

Merge from debian. Upstream got a new release out after what, 10 years (!). Debian grabbed it, and now we do.

This almost became a sync, were it not for a detail in the new dep8 tests that failed in our infra. I submitted this to debian[1], and for now it's our only delta.

Bileto ticket (tests still running, previous failure confirmed the need for this new delta):

https://bileto.ubuntu.com/#/ticket/3783

1. https://salsa.debian.org/debian/openvpn-auth-ldap/merge_requests/1

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I saw the salsa MP is already accepted

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

changelog / version / .. ok

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

FYI - I flipped the bileto ticket status to rerun and collect test results for real

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

The fix you dropped is upstream.
Although tracking that was interesting as the file renamed and we now have 3 instead of 2 spots with this code.

But anyway - drop = ok

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

+1 on the almost sync (soon it will be) MP

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks, tagging and uploading 13da5676e676bfd6a0b1b0718cd233ce4c534219

I'm subscribed to the debian package and will be made aware when they upload again, in which case it can become a sync.

$ git push pkg upload/2.0.4-1ubuntu1
Enumerating objects: 33, done.
Counting objects: 100% (33/33), done.
Delta compression using up to 2 threads
Compressing objects: 100% (27/27), done.
Writing objects: 100% (27/27), 3.09 KiB | 351.00 KiB/s, done.
Total 27 (delta 18), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/openvpn-auth-ldap
 * [new tag] upload/2.0.4-1ubuntu1 -> upload/2.0.4-1ubuntu1

$ dput ubuntu ../openvpn-auth-ldap_2.0.4-1ubuntu1_source.changes
Checking signature on .changes
gpg: ../openvpn-auth-ldap_2.0.4-1ubuntu1_source.changes: Valid signature from AC983EB5BF6BCBA9
Checking signature on .dsc
gpg: ../openvpn-auth-ldap_2.0.4-1ubuntu1.dsc: Valid signature from AC983EB5BF6BCBA9
Package includes an .orig.tar.gz file although the debian revision suggests
that it might not be required. Multiple uploads of the .orig.tar.gz may be
rejected by the upload queue management software.
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading openvpn-auth-ldap_2.0.4-1ubuntu1.dsc: done.
  Uploading openvpn-auth-ldap_2.0.4.orig.tar.gz: done.
  Uploading openvpn-auth-ldap_2.0.4-1ubuntu1.debian.tar.xz: done.
  Uploading openvpn-auth-ldap_2.0.4-1ubuntu1_source.buildinfo: done.
  Uploading openvpn-auth-ldap_2.0.4-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

This migrated in eoan.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index e64b5c2..e9494fa 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,15 @@
6+openvpn-auth-ldap (2.0.4-1ubuntu1) eoan; urgency=medium
7+
8+ * Merge with Debian unstable.
9+ * Dropped:
10+ - Add patch from Aaron Peschel (~foxpass-dev) to fix a network timeout
11+ crash. (LP #1602813)
12+ [Fixed upstream]
13+ * Added:
14+ - d/t/openldap-connect.sh: only create the tun device if needed
15+
16+ -- Andreas Hasenack <andreas@canonical.com> Tue, 06 Aug 2019 10:47:29 -0300
17+
18 openvpn-auth-ldap (2.0.4-1) unstable; urgency=medium
19
20 * New maintainer (Closes: #877915).
21@@ -11,6 +23,25 @@ openvpn-auth-ldap (2.0.4-1) unstable; urgency=medium
22
23 -- Aniol Marti <amarti@caliu.cat> Mon, 05 Aug 2019 13:10:09 +0200
24
25+openvpn-auth-ldap (2.0.3-6.1ubuntu3) disco; urgency=medium
26+
27+ * No-change rebuild for gnustep soname changes.
28+
29+ -- Matthias Klose <doko@ubuntu.com> Thu, 17 Jan 2019 19:55:27 +0000
30+
31+openvpn-auth-ldap (2.0.3-6.1ubuntu2) bionic; urgency=medium
32+
33+ * No-change rebuild for gnustep-base soname change.
34+
35+ -- Matthias Klose <doko@ubuntu.com> Tue, 07 Nov 2017 06:38:05 +0000
36+
37+openvpn-auth-ldap (2.0.3-6.1ubuntu1) artful; urgency=medium
38+
39+ * Add patch from Aaron Peschel (~foxpass-dev) to fix a network timeout
40+ crash. (LP: #1602813)
41+
42+ -- Andreas Hasenack <andreas@canonical.com> Thu, 20 Apr 2017 13:39:42 +0000
43+
44 openvpn-auth-ldap (2.0.3-6.1) unstable; urgency=low
45
46 * Non-maintainer upload.
47diff --git a/debian/control b/debian/control
48index 9fa2e86..052ad9e 100644
49--- a/debian/control
50+++ b/debian/control
51@@ -1,7 +1,8 @@
52 Source: openvpn-auth-ldap
53 Section: net
54 Priority: optional
55-Maintainer: Aniol Marti <amarti@caliu.cat>
56+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
57+XSBC-Original-Maintainer: Aniol Marti <amarti@caliu.cat>
58 Build-Depends: debhelper-compat (=12),
59 openvpn (>=2),
60 re2c,
61diff --git a/debian/tests/openldap-connect.sh b/debian/tests/openldap-connect.sh
62index f86aca0..cef4790 100755
63--- a/debian/tests/openldap-connect.sh
64+++ b/debian/tests/openldap-connect.sh
65@@ -57,12 +57,14 @@ ldapsearch -x -b "dc=example,dc=com"
66 mkdir /etc/openvpn/auth
67
68 # chroot hack
69-cd /dev
70-mkdir net
71-cd net
72-mknod tun c 10 200
73-chmod 666 tun
74-cd
75+if [ ! -c /dev/net/tun ]; then
76+ cd /dev
77+ mkdir -p net
78+ cd net
79+ mknod tun c 10 200
80+ chmod 666 tun
81+ cd
82+fi
83
84 # easy-rsa
85 make-cadir easy-rsa/

Subscribers

People subscribed via source and target branches