Merge ~utkarsh/ubuntu/+source/freeipmi:merge-freeipmi-hirsute into ubuntu/+source/freeipmi:debian/sid

Proposed by Utkarsh Gupta
Status: Merged
Merge reported by: Bryce Harrington
Merged at revision: de6eed52688488790d8b24c1369b7c470981233e
Proposed branch: ~utkarsh/ubuntu/+source/freeipmi:merge-freeipmi-hirsute
Merge into: ubuntu/+source/freeipmi:debian/sid
Diff against target: 295 lines (+236/-1)
2 files modified
debian/changelog (+234/-0)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
Bryce Harrington (community) Approve
Canonical Server packageset reviewers Pending
Canonical Server Pending
Review via email: mp+400724@code.launchpad.net

Description of the change

Hello,

All changes for freeipmi are now upstream in 1.6.6-3, so this can be a sync again. Just filing this MP to double-check/review.

Usual tags have been pushed.

PPA at https://launchpad.net/~utkarsh/+archive/ubuntu/experimental-dump.

Requesting you to please review and sponsor/sync. TIA!

To post a comment you must log in.
Revision history for this message
Bryce Harrington (bryce) wrote :

LGTM, thanks!

review: Approve
Revision history for this message
Bryce Harrington (bryce) wrote :
Download full text (6.7 KiB)

stirling:~/pkg/Ipmitool/ipmitool-gu$ syncpackage --force freeipmi
Loading Gnome
Loading Google
Loading Windows (alt)
Loading file
Loading keyczar
Loading multi
Loading pyfs
Loading KWallet
Loading SecretService
Loading Windows
Loading chainer
Loading macOS
Source freeipmi -> hirsute/Proposed: current version 1.6.4-3ubuntu2, new version 1.6.6-3
New changes:
freeipmi (1.6.6-3) unstable; urgency=medium

  * remove sysvinit-utils dependency as not needed anymore
  * disable initd scripts in configure instead remove them with rm
  * remove maintscript entries related to very old versions
  * update ipmidetectd service, /etc/default/ipmidetectd was removed
  * use upstream systemd service files and add pkg-config, systemd
    and libsystemd-dev to build-depends (Closes: #924570)
  * wrap and sort
  * fix libipmiconsole.pc path
  * fix systemd service files permission
  * specify that rules require root
  * Bump Standards-Version to 4.5.1
  * add repository to upstream metadata

 -- Fabio Fantoni <email address hidden> Sat, 06 Feb 2021 19:46:06 +0100

freeipmi (1.6.6-2) unstable; urgency=medium

  [ Fabio Fantoni ]
  * remove duplicate entry in freeipmi-ipmidetect.maintscript
  * remove debian/compat and use debian-compat in debian/control
  * update lintian override about man
  * fix systemd service files install
  * change duplicate short description of freeipmi-ipmiseld
  * add missing '/var/cache/ipmiseld/' directory in package freeipmi-ipmiseld
    (Closes: #793186)
  * fix service restart in postrotate of bmc-watchdog.logrotate
  * d/rules: small improvement to avoid an unexpected case
  * Rise compat level to 13
  * libipmimonitoring-dev: move .pc file to a multiarch location
    (Closes: #981386)

  [ Bernd Zeimetz ]
  * Setting Fabio Fantoni as Maintainer, moving myself to uploaders.
  * Removing Yaroslav Halchenko from Uploaders.

 -- Bernd Zeimetz <email address hidden> Tue, 02 Feb 2021 20:53:25 +0100

freeipmi (1.6.6-1) unstable; urgency=medium

  [ Fabio Fantoni ]
  * [58415f9] Add break/replace libipmimonitoring5a to libipmimonitoring6
   libipmimonitoring6 avoid fails on upgrade for files present in both
   packages making upgrade failing, including upgrade from
   oldstable (Stretch) the the latest (Buster)
    (Closes: #925139)
  * [995c9ab] mark freeipmi-common Multi-Arch: foreign.
    Thanks to Helmut Grohne (Closes: #941145)
  * [875d980] use dh_autoreconf instead of dh_autotools-dev.
    I did this patch based on ubuntu patch plus I removed autotools-dev build-dep.
    that seems to me not needed anymore after this change
    (and is also installed as dep. of automake, dep. of dh-autoreconf)
    Thanks to Steve Langasek (Closes: #841657)

  [ Bernd Zeimetz ]
  * [83bcf9c] Disable reprotest for now.
    Fails to build with some weird fail.

  [ Andreas Hasenack ]
  * [6fee89c] d/NEWS: explain the removal of RUN= settings in /etc/default configuration files.
  * [678414e] d/rules: Build with "bindnow"
    See
    https://wiki.debian.org/Hardening#DEB_BUILD_HARDENING_BINDNOW_.28ld_-z_now.29
  * [bab13c0] d/freeipmi-ipmidetect.maintscript: handle removal of
    obsolete /etc/default/ipmidetectd configuration file
  * [1a77722] d/N...

Read more...

Revision history for this message
Bryce Harrington (bryce) wrote :

 freeipmi | 1.6.6-3 | hirsute | source
 freeipmi | 1.6.6-3 | hirsute/universe | all

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/debian/changelog b/debian/changelog
index ec2e8a6..a43bb52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,30 @@
1freeipmi (1.6.6-3ubuntu1) hirsute; urgency=medium
2
3 * Merge with Debian unstable.
4 - includes fix for missing '/var/cache/ipmiseld/' directory
5 in package freeipmi-ipmiseld. (LP: #1912347)
6 * Remaining changes:
7 - none; can now be synced.
8 * Dropped:
9 - debian/rules: Build with "bindnow" (was a MIR requirement,
10 see LP #1052056 for details)
11 [Dropped -pie, as it's default in gcc now]
12 [included in 1.6.6-1]
13 - Use dh-autoreconf to update libtool for ppc64el.
14 [included in 1.6.6-1]
15 - d/NEWS: explain the removal of RUN= settings in /etc/default
16 configuration files.
17 [Can be dropped after 20.04]
18 [included in 1.6.6-1]
19 - d/NEWS: add section about the dropping of the plural symbols
20 [Can be dropped after 20.04]
21 [included in 1.6.6-1]
22 - d/freeipmi-ipmidetect.maintscript: handle removal of obsolete
23 /etc/default/ipmidetectd configuration file
24 [included in 1.6.6-1]
25
26 -- Utkarsh Gupta <utkarsh.gupta@canonical.com> Wed, 07 Apr 2021 19:21:58 +0530
27
1freeipmi (1.6.6-3) unstable; urgency=medium28freeipmi (1.6.6-3) unstable; urgency=medium
229
3 * remove sysvinit-utils dependency as not needed anymore30 * remove sysvinit-utils dependency as not needed anymore
@@ -140,6 +167,37 @@ freeipmi (1.6.6-1) unstable; urgency=medium
140167
141 -- Bernd Zeimetz <bzed@debian.org> Fri, 29 Jan 2021 21:27:29 +0100168 -- Bernd Zeimetz <bzed@debian.org> Fri, 29 Jan 2021 21:27:29 +0100
142169
170freeipmi (1.6.4-3ubuntu2) groovy; urgency=medium
171
172 * d/p/lp-1875771-libfreeipmi-fix-segfault-in-SPMI-parsing.patch: fix
173 crash on Dell iDRAC6/9 (LP: #1875771
174
175 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 03 Sep 2020 09:25:11 +0200
176
177freeipmi (1.6.4-3ubuntu1) focal; urgency=medium
178
179 * Merge with Debian unstable. Remaining changes:
180 - debian/rules: Build with "bindnow" (was a MIR requirement,
181 see LP #1052056 for details)
182 [Dropped -pie, as it's default in gcc now]
183 - Use dh-autoreconf to update libtool for ppc64el.
184 - d/NEWS: explain the removal of RUN= settings in /etc/default
185 configuration files.
186 [Can be dropped after 20.04]
187 - d/NEWS: add section about the dropping of the plural symbols
188 [Can be dropped after 20.04]
189 - d/freeipmi-ipmidetect.maintscript: handle removal of obsolete
190 /etc/default/ipmidetectd configuration file
191 * Dropped:
192 - Fix dso linking on the convenience library.
193 [Not needed since Xenial]
194 - d/p/0001-Fix-Wformat-security-warnings.patch: remove patch file that
195 was not being applied since 1.1.6-1
196 [Debian still has the file, but doesn't apply it, so it's a noop and
197 not worth a delta.]
198
199 -- Andreas Hasenack <andreas@canonical.com> Wed, 11 Dec 2019 13:13:19 -0300
200
143freeipmi (1.6.4-3) unstable; urgency=medium201freeipmi (1.6.4-3) unstable; urgency=medium
144202
145 * [b434aad] Replace doc symlinks by a directory with doc link inside.203 * [b434aad] Replace doc symlinks by a directory with doc link inside.
@@ -180,6 +238,49 @@ freeipmi (1.6.4-1.1) unstable; urgency=medium
180238
181 -- Michael Prokop <mika@debian.org> Thu, 26 Sep 2019 17:14:05 +0200239 -- Michael Prokop <mika@debian.org> Thu, 26 Sep 2019 17:14:05 +0200
182240
241freeipmi (1.6.3-1.1ubuntu2) eoan; urgency=medium
242
243 * No-change upload with strops.h and sys/strops.h removed in glibc.
244
245 -- Matthias Klose <doko@ubuntu.com> Thu, 05 Sep 2019 10:49:50 +0000
246
247freeipmi (1.6.3-1.1ubuntu1) eoan; urgency=medium
248
249 * Merge with Debian unstable. Remaining changes:
250 - debian/rules: Build with "-pie,-bindnow"
251 - Use dh-autoreconf to update libtool for ppc64el.
252 - Fix dso linking on the convenience library.
253 - d/p/0001-Fix-Wformat-security-warnings.patch: remove patch file that
254 was not being applied since 1.1.6-1
255 [previously undocumented in 1.5.7-2ubuntu1]
256 * Dropped:
257 - Add ipv6 ipmi-discovery.
258 [Fixed upstream in 1.6.x]
259 - Add IPv6 support to ipmipower.
260 [Fixed upstream in 1.6.x]
261 - Cherry-pick patches from upstream that add support to ipmi-locate
262 for parsing ACPI/SPMI tables out of sysfs (LP #1784926):
263 + 0001-Fix-acpi-spmi-searching-corner-case.patch
264 [Fixed upstream in 1.6.x]
265 + 0002-Don-t-try-to-separate-the-header-from-the-ACPI-table.patch
266 [Fixed upstream in 1.6.x]
267 + 0003-Split-RSDT-XSDT-parsing-into-new-function.patch
268 [Fixed upstream in 1.6.x]
269 + 0004-Add-support-for-parsing-SPMI-tables-exposed-via-sysf.patch
270 [Fixed upstream in 1.6.x]
271 + 0005-Allow-sysfs-SPMI-parsing-on-ARM-platforms.patch
272 [Fixed upstream in 1.6.x]
273 + 0006-Correct-order-of-bytes-in-specification_revision-fie.patch
274 [Fixed upstream in 1.6.x]
275 * Added:
276 - d/NEWS: explain the removal of RUN= settings in /etc/default
277 configuration files.
278 - d/NEWS: add section about the dropping of the plural symbols
279 - d/freeipmi-ipmidetect.maintscript: handle removal of obsolete
280 /etc/default/ipmidetectd configuration file
281
282 -- Andreas Hasenack <andreas@canonical.com> Fri, 14 Jun 2019 16:47:40 -0300
283
183freeipmi (1.6.3-1.1) unstable; urgency=high284freeipmi (1.6.3-1.1) unstable; urgency=high
184285
185 * Non-maintainer upload.286 * Non-maintainer upload.
@@ -228,6 +329,28 @@ freeipmi (1.5.7-2.1) unstable; urgency=low
228329
229 -- Andreas Metzler <ametzler@debian.org> Sat, 27 Oct 2018 09:47:18 +0200330 -- Andreas Metzler <ametzler@debian.org> Sat, 27 Oct 2018 09:47:18 +0200
230331
332freeipmi (1.5.7-2ubuntu1) cosmic; urgency=medium
333
334 * Merge from Debian unstable. Remaining changes:
335 - debian/rules: Build with "-pie,-bindnow"
336 - Use dh-autoreconf to update libtool for ppc64el.
337 - Fix dso linking on the convenience library.
338 - Add IPv6 support to ipmipower.
339 - Add ipv6 ipmi-discovery.
340 * Dropped changes, included upstream:
341 - Use kernel DMI table interface, when available, instead of trolling
342 /dev/mem to avoid a crash on ARM. LP: #1699933.
343 * Cherry-pick patches from upstream that add support to ipmi-locate
344 for parsing ACPI/SPMI tables out of sysfs (LP: #1784926):
345 - 0001-Fix-acpi-spmi-searching-corner-case.patch
346 - 0002-Don-t-try-to-separate-the-header-from-the-ACPI-table.patch
347 - 0003-Split-RSDT-XSDT-parsing-into-new-function.patch
348 - 0004-Add-support-for-parsing-SPMI-tables-exposed-via-sysf.patch
349 - 0005-Allow-sysfs-SPMI-parsing-on-ARM-platforms.patch
350 - 0006-Correct-order-of-bytes-in-specification_revision-fie.patch
351
352 -- dann frazier <dann.frazier@canonical.com> Thu, 02 Aug 2018 15:13:57 -0600
353
231freeipmi (1.5.7-2) unstable; urgency=medium354freeipmi (1.5.7-2) unstable; urgency=medium
232355
233 * upload to unstable356 * upload to unstable
@@ -251,6 +374,62 @@ freeipmi (1.5.7-1) experimental; urgency=medium
251374
252 -- Bernd Zeimetz <bzed@debian.org> Thu, 26 Oct 2017 12:37:18 +0200375 -- Bernd Zeimetz <bzed@debian.org> Thu, 26 Oct 2017 12:37:18 +0200
253376
377freeipmi (1.4.11-1.1ubuntu4) artful; urgency=medium
378
379 * Use kernel DMI table interface, when available, instead of trolling
380 /dev/mem to avoid a crash on ARM. LP: #1699933.
381
382 -- dann frazier <dann.frazier@canonical.com> Wed, 28 Jun 2017 13:26:09 -0600
383
384freeipmi (1.4.11-1.1ubuntu3) zesty; urgency=medium
385
386 * Add ipv6 ipmi-discovery. LP: #1645912. See also:
387 https://github.com/chu11/freeipmi-mirror/pull/12/commits/32721f88cd37aa4ca1564c243669f96628089986
388
389 -- LaMont Jones <lamont@canonical.com> Tue, 24 Jan 2017 16:22:05 -0700
390
391freeipmi (1.4.11-1.1ubuntu2) zesty; urgency=medium
392
393 * Add IPv6 support to ipmipower. This partially addresses lp bug 1618543.
394
395 -- LaMont Jones <lamont@canonical.com> Wed, 23 Nov 2016 08:17:27 -0700
396
397freeipmi (1.4.11-1.1ubuntu1) zesty; urgency=low
398
399 * Merge from Debian unstable. Remaining changes:
400 - debian/rules: Build with "-pie,-bindnow"
401 - Use dh-autoreconf to update libtool for ppc64el.
402 - Fix dso linking on the convenience library.
403
404 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 20 Oct 2016 23:07:23 -0700
405
406freeipmi (1.4.11-1.1) unstable; urgency=medium
407
408 * Non-maintainer upload.
409 * Fix "not binNMU safe" (Closes: #829085) by making freeipmi-common
410 arch:any instead of arch:all. A better fix can be found later if required.
411
412 -- Vincent Danjean <vdanjean@debian.org> Mon, 05 Sep 2016 09:55:48 +0200
413
414freeipmi (1.4.11-1ubuntu1) xenial; urgency=low
415
416 * Merge from Debian unstable (LP: #1527685). Remaining changes:
417 - debian/rules: Build with "-pie,-bindnow"
418 - Use dh-autoreconf to update libtool for ppc64el.
419 - Fix dso linking on the convenience library.
420 * Dropped changes, included upstream:
421 - debian/patches/0002_excel_when_opening_tmp.patch: Open files with
422 O_EXCL.
423 - debian/patches/fix-Wunused-result.patch: Resolve -Wunused-result's
424 warnings, by checking for non-0 return.
425 - debian/patches/Retry-ssif-reads-as-needed.patch: Retry SSIF reads
426 as needed
427 - debian/patches/freeipmi-uefi.patch: Fix ipmi-locate on non ia64
428 architectures.
429 - Don't probe the legacy SMBIOS address in /dev/mem on ARM platforms.
430
431 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 24 Dec 2015 22:17:36 -0600
432
254freeipmi (1.4.11-1) unstable; urgency=medium433freeipmi (1.4.11-1) unstable; urgency=medium
255434
256 * [186d83b] Merge tag 'upstream/1.4.11'435 * [186d83b] Merge tag 'upstream/1.4.11'
@@ -355,6 +534,60 @@ freeipmi (1.1.5-4) experimental; urgency=low
355534
356 -- Yaroslav Halchenko <debian@onerussian.com> Wed, 11 Jul 2012 13:34:54 -0400535 -- Yaroslav Halchenko <debian@onerussian.com> Wed, 11 Jul 2012 13:34:54 -0400
357536
537freeipmi (1.1.5-3ubuntu7) wily; urgency=medium
538
539 * Don't probe the legacy SMBIOS address in /dev/mem on ARM platforms.
540 (LP: #1499838)
541
542 -- dann frazier <dann.frazier@canonical.com> Thu, 08 Oct 2015 15:31:28 -0600
543
544freeipmi (1.1.5-3ubuntu6) vivid; urgency=medium
545
546 * No-change rebuild for the libgcrypt20 transition.
547
548 -- Adam Conrad <adconrad@ubuntu.com> Fri, 27 Mar 2015 06:16:15 -0600
549
550freeipmi (1.1.5-3ubuntu5) utopic; urgency=medium
551
552 * debian/patches/freeipmi-uefi.patch: Fix ipmi-locate on non ia64
553 architectures. (LP: #1359285)
554
555 -- Chuck Short <zulcss@ubuntu.com> Wed, 20 Aug 2014 12:43:55 -0400
556
557freeipmi (1.1.5-3ubuntu4) utopic; urgency=medium
558
559 * debian/patches/Retry-ssif-reads-as-needed.patch: Retry SSIF reads
560 as needed, LP: #1324992
561
562 -- dann frazier <dann.frazier@canonical.com> Fri, 30 May 2014 15:53:06 -0600
563
564freeipmi (1.1.5-3ubuntu3) trusty; urgency=medium
565
566 * Use dh-autoreconf to update libtool for ppc64el.
567 * Fix dso linking on the convenience library.
568
569 -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 24 Dec 2013 20:06:43 +0000
570
571freeipmi (1.1.5-3ubuntu2) quantal; urgency=low
572
573 * No change rebuild to resolve publication issue.
574
575 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com> Tue, 09 Oct 2012 15:03:20 +0100
576
577freeipmi (1.1.5-3ubuntu1) quantal; urgency=low
578
579 * Resolve outstanding MIR issues, LP: #1052056
580
581 [ Andres Rodriguez ]
582 * debian/rules: Build with "-pie,-bindnow"
583 * debian/patches/0002_excel_when_opening_tmp.patch: Open files with O_EXCL.
584
585 [ Dave Walker (Daviey) ]
586 * debian/patches/fix-Wunused-result.patch: Resolve -Wunused-result's
587 warnings, by checking for non-0 return.
588
589 -- Dave Walker (Daviey) <DaveWalker@ubuntu.com> Sun, 07 Oct 2012 22:22:20 +0100
590
358freeipmi (1.1.5-3) unstable; urgency=low591freeipmi (1.1.5-3) unstable; urgency=low
359592
360 * Move into packages forgotten:593 * Move into packages forgotten:
@@ -527,3 +760,4 @@ freeipmi (0.5.1-1) UNRELEASED; urgency=low
527 * Rewritten as per upstream's preferred package split760 * Rewritten as per upstream's preferred package split
528761
529 -- Matthew Johnson <mjj29@debian.org> Sat, 12 Jul 2008 19:39:25 +0100762 -- Matthew Johnson <mjj29@debian.org> Sat, 12 Jul 2008 19:39:25 +0100
763
diff --git a/debian/control b/debian/control
index 20f5d9c..3c9b71d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: freeipmi1Source: freeipmi
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Fabio Fantoni <fantonifabio@tiscali.it>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Fabio Fantoni <fantonifabio@tiscali.it>
5Uploaders: Bernd Zeimetz <bzed@debian.org>6Uploaders: Bernd Zeimetz <bzed@debian.org>
6Build-Depends:7Build-Depends:
7 chrpath,8 chrpath,

Subscribers

People subscribed via source and target branches