Merge ~mitchdz/ubuntu/+source/checksecurity:merge-lp2040370-noble into ubuntu/+source/checksecurity:debian/sid

Proposed by Mitchell Dzurick
Status: Merged
Merge reported by: Andreas Hasenack
Merged at revision: dee5ca0c633e75640244b6a2a17c7eb10f80323e
Proposed branch: ~mitchdz/ubuntu/+source/checksecurity:merge-lp2040370-noble
Merge into: ubuntu/+source/checksecurity:debian/sid
Diff against target: 219 lines (+102/-4)
2 files modified
debian/changelog (+98/-1)
debian/control (+4/-3)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
Canonical Server Reporter Pending
git-ubuntu import Pending
Review via email: mp+455400@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mitchell Dzurick (mitchdz) wrote (last edit ):

Did some testing of the package. Fresh install seems fine, but upgrading to the package doesn't work correctly.

## Fresh Noble Install

$ lxc launch ubuntu-daily:noble n
$ lxc shell n
# add-apt-repository ppa:mitchdz/merge-lp2040370-noble -y
# apt update -y
# apt install -y checksecurity
# dpkg -s checksecurity | grep Version
Version: 2.0.16+nmu4ubuntu1~noble1
# checksecurity
...
# echo $?
0

## Noble Install while upgrading existing package

$ lxc launch ubuntu-daily:noble n
$ lxc shell n
# apt update -y
# apt install -y checksecurity
# dpkg -s checksecurity | grep Version
Version: 2.0.16+nmu3ubuntu1
# checksecurity
...
# echo $?
0
# add-apt-repository ppa:mitchdz/merge-lp2040370-noble -y
# apt update -y
# apt install -y checksecurity
# dpkg -s checksecurity | grep Version
Version: 2.0.16+nmu4ubuntu1~noble1
# checksecurity
find: ‘/dev/.lxd-mounts’: Permission denied
# echo $?
0

At this point, trying to use checksecurity will result in the Permission denied. Purging the package then installing again fixes this.

Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

The only change from debian is to upgrade to 3.0 source format.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1007335

Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

First comment of mine can be ignored. That was just due to my misunderstanding of the package. This MP is good to merge.

There is no functional change in this package from Debian.

Revision history for this message
Simon Quigley (tsimonq2) wrote :

\_________________/
| | | |
| | | |
| | | |
|_______| |_______|
|_______ _______|
| | | |
| | | |
 \ | | /
  \ | | /
   \ | | /
    \ | | /
     \ | | /
      \ | | /
       \| |/
        \_/

review: Approve
Revision history for this message
Mitchell Dzurick (mitchdz) wrote :

The "find: ‘/dev/.lxd-mounts’: Permission denied" is an issue in lxd containers, I created a bug for that[0] - but I don't think it's worth fixing for the merge as it is part of one of the extensions that can be configured by the user.

[0] - https://bugs.launchpad.net/ubuntu/+source/checksecurity/+bug/2043521

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

This is in noble already, marking the MP as merged.

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 ef5d4b2..ac7fd30 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+checksecurity (2.0.16+nmu4ubuntu1) noble; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2040370). Remaining changes:
9+ - d/control: Downgrade all Recommends to Suggests, except logcheck
10+
11+ -- Mitchell Dzurick <mitchell.dzurick@canonical.com> Thu, 09 Nov 2023 14:06:42 +0200
12+
13 checksecurity (2.0.16+nmu4) unstable; urgency=medium
14
15 * Non-maintainer upload.
16@@ -5,6 +12,15 @@ checksecurity (2.0.16+nmu4) unstable; urgency=medium
17
18 -- Bastian Germann <bage@debian.org> Fri, 13 Oct 2023 19:08:08 +0000
19
20+checksecurity (2.0.16+nmu3ubuntu1) jammy; urgency=medium
21+
22+ * Merge with Debian unstable. Remaining changes:
23+ - Downgrade all Recommends to Suggests, except logcheck (it is in main)
24+ * Dropped changes:
25+ - Remove fcron from Depends, it is not in the archive. [no more needed]
26+
27+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 24 Mar 2022 14:21:33 +0100
28+
29 checksecurity (2.0.16+nmu3) unstable; urgency=medium
30
31 * Non-maintainer upload.
32@@ -28,6 +44,15 @@ checksecurity (2.0.16+nmu2) unstable; urgency=medium
33
34 -- Holger Levsen <holger@debian.org> Fri, 01 Jan 2021 19:17:53 +0100
35
36+checksecurity (2.0.16+nmu1ubuntu1) xenial; urgency=medium
37+
38+ * Merge from Debian unstable (LP: #1555357). Remaining changes:
39+ - Downgrade all Recommends to Suggests.
40+ * Do not downgrade logcheck to Suggests, it is in main.
41+ * Remove fcron from Depends, it is not in the archive.
42+
43+ -- Nishanth Aravamudan <nish.aravamudan@canonical.com> Wed, 09 Mar 2016 12:45:49 -0800
44+
45 checksecurity (2.0.16+nmu1) unstable; urgency=medium
46
47 * Non-maintainer upload.
48@@ -61,6 +86,15 @@ checksecurity (2.0.16) unstable; urgency=medium
49
50 -- Javier Fernández-Sanguino Peña <jfs@debian.org> Sat, 21 Feb 2015 15:35:45 +0100
51
52+checksecurity (2.0.15ubuntu1) utopic; urgency=low
53+
54+ * Merge from Debian unstable. Remaining changes:
55+ - Downgrade all Recommends to Suggests.
56+ - Downgrade fcron from Depends to Suggest, it is in universe
57+ and we are already depending on anacron
58+
59+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Jun 2014 08:18:20 +0200
60+
61 checksecurity (2.0.15) unstable; urgency=medium
62
63 * Fix bug in the CS_NFSAFS definition in etc/check-setuid.conf that prevents
64@@ -73,6 +107,15 @@ checksecurity (2.0.15) unstable; urgency=medium
65
66 -- Javier Fernández-Sanguino Peña <jfs@debian.org> Sat, 28 Sep 2013 23:31:59 +0200
67
68+checksecurity (2.0.14ubuntu1) natty; urgency=low
69+
70+ * Merge from debian unstable (LP: #668500). Remaining changes:
71+ - Downgrade all Recommends to Suggests.
72+ - Downgrade fcron from Depends to Suggest, it is in universe
73+ and we are already depending on anacron
74+
75+ -- Angel Abad <angelabad@ubuntu.com> Fri, 29 Oct 2010 21:36:58 +0200
76+
77 checksecurity (2.0.14) unstable; urgency=low
78
79 * plugins/check-setuid:
80@@ -104,6 +147,14 @@ checksecurity (2.0.13ubuntu2) lucid; urgency=low
81
82 -- James Westby <james.westby@ubuntu.com> Wed, 21 Apr 2010 13:45:42 +0100
83
84+checksecurity (2.0.13ubuntu1) karmic; urgency=low
85+
86+ * Merge from debian unstable, remaining changes:
87+ - Downgrade all Recommends to Suggests.
88+ - Downgrade fcron from Depends to Suggest, it is in universe
89+ and we are already depending on anacron
90+
91+ -- Muharem Hrnjadovic <muharem@ubuntu.com> Wed, 03 Jun 2009 12:25:55 +0200
92
93 checksecurity (2.0.13) unstable; urgency=low
94
95@@ -124,6 +175,15 @@ checksecurity (2.0.13) unstable; urgency=low
96
97 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Tue, 26 May 2009 01:14:49 +0200
98
99+checksecurity (2.0.12ubuntu1) karmic; urgency=low
100+
101+ * Merge from debian unstable, remaining changes: LP: #370225)
102+ - Downgrade all Recommends to Suggests.
103+ - Downgrade fcron from Depends to Suggest, it is in universe
104+ and we are already depending on anacron
105+
106+ -- Bhavani Shankar <right2bhavi@gmail.com> Fri, 01 May 2009 11:28:27 +0530
107+
108 checksecurity (2.0.12) unstable; urgency=medium
109
110 * Fix bug in plugins/check_sockets which prevented it from being
111@@ -132,6 +192,15 @@ checksecurity (2.0.12) unstable; urgency=medium
112
113 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Sat, 21 Mar 2009 23:46:07 +0100
114
115+checksecurity (2.0.11ubuntu1) jaunty; urgency=low
116+
117+ * Merge from Debian unstable (LP: #295260), Ubuntu remaining changes:
118+ - Downgrade all Recommends to Suggests.
119+ - Downgrade fcron from Depends to Suggest, it is in universe
120+ and we are already depending on anacron
121+
122+ -- Pedro Fragoso <ember@ubuntu.com> Wed, 05 Nov 2008 02:28:39 +0000
123+
124 checksecurity (2.0.11) unstable; urgency=low
125
126 * Debconf Translation changes:
127@@ -147,6 +216,13 @@ checksecurity (2.0.10) unstable; urgency=low
128
129 -- Javier Fernandez-Sanguino Pen~a <jfs@debian.org> Tue, 29 Apr 2008 02:46:50 +0200
130
131+checksecurity (2.0.9ubuntu1) intrepid; urgency=low
132+
133+ * Merge from debian unstable, remaining changes:
134+ - Downgrade all Recommends to Suggests.
135+
136+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 29 May 2008 09:59:37 +0200
137+
138 checksecurity (2.0.9) unstable; urgency=low
139
140 * The "where did I leave my head release"
141@@ -173,6 +249,13 @@ checksecurity (2.0.8) unstable; urgency=low
142
143 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Tue, 08 May 2007 01:01:34 +0200
144
145+checksecurity (2.0.7-11ubuntu1) gutsy; urgency=low
146+
147+ * Merge from debian unstable, remaining changes:
148+ - Downgrade all Recommends to Suggests.
149+
150+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 14 May 2007 13:01:51 +0200
151+
152 checksecurity (2.0.7-11) unstable; urgency=low
153
154 * New translations:
155@@ -194,6 +277,13 @@ checksecurity (2.0.7-11) unstable; urgency=low
156
157 -- Javier Fernandez-Sanguino Pen~a <jfs@computer.org> Mon, 07 May 2007 23:48:14 +0200
158
159+checksecurity (2.0.7-10.1ubuntu1) feisty; urgency=low
160+
161+ * Resynchronise with Debian. Remaining changes:
162+ - Downgrade all Recommends to Suggests.
163+
164+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 19 Dec 2006 14:54:03 +0000
165+
166 checksecurity (2.0.7-10.1) unstable; urgency=low
167
168 * Non-maintainer upload to fix longstanding l10n issues
169@@ -208,6 +298,12 @@ checksecurity (2.0.7-10.1) unstable; urgency=low
170
171 -- Christian Perrier <bubulle@debian.org> Thu, 16 Nov 2006 06:01:25 +0100
172
173+checksecurity (2.0.7-10ubuntu1) edgy; urgency=low
174+
175+ * Downgrade all Recommends to Suggests
176+
177+ -- Matt Zimmerman <mdz@ubuntu.com> Tue, 15 Aug 2006 10:22:13 -0700
178+
179 checksecurity (2.0.7-10) unstable; urgency=low
180
181 * Clean up all logfiles on purge as required by policy.
182@@ -322,7 +418,7 @@ checksecurity (2.0.7-1) unstable; urgency=low
183 (Closes: #250944) Thanks to Erik Schanze.
184
185 -- Steve Kemp <skx@debian.org> Mon, 20 Sep 2004 22:04:11 +0000
186-
187+
188 checksecurity (2.0.6) unstable; urgency=low
189
190 * Respect the NMU from Javier, much appreciated.
191@@ -492,3 +588,4 @@ checksecurity (1.0.0) unstable; urgency=low
192 * Only rotate setuid.changes if size > 0 (closes: #176995)
193
194 -- Steve Greenland <stevegr@debian.org> Sun, 8 Jun 2003 15:18:08 -0500
195+
196diff --git a/debian/control b/debian/control
197index 0bab168..492dfcf 100644
198--- a/debian/control
199+++ b/debian/control
200@@ -1,15 +1,16 @@
201 Source: checksecurity
202 Section: admin
203 Priority: optional
204-Maintainer: Javier Fernández-Sanguino Peña <jfs@computer.org>
205+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
206+XSBC-Original-Maintainer: Javier Fernández-Sanguino Peña <jfs@computer.org>
207 Standards-Version: 3.6.1
208 Build-Depends: debhelper (>= 7)
209
210 Package: checksecurity
211 Architecture: all
212 Depends: cron (>= 3.0pl1-74) | anacron | fcron, debconf (>= 0.5) | debconf-2.0, perl (>= 5.8.0), util-linux (>= 2.15~rc1-1)
213-Recommends: tiger, logcheck, tripwire | integrit | aide | samhain | fcheck, debsecan
214-Suggests: apt-watch | cron-apt, lockfile-progs
215+Recommends: logcheck
216+Suggests: apt-watch | cron-apt, lockfile-progs, tiger, tripwire | integrit | aide | samhain | fcheck, debsecan
217 Conflicts: lockfile-progs (<< 0.1.7)
218 Replaces: cron
219 Provides:

Subscribers

People subscribed via source and target branches