[Pkg-freeipa-devel] [Git][freeipa-team/dogtag-pki][master] 2 commits: pki-base.postinst: Drop --silent. (Closes: #963048)

Timo Aaltonen gitlab at salsa.debian.org
Fri Aug 14 09:44:17 BST 2020



Timo Aaltonen pushed to branch master at FreeIPA packaging / dogtag-pki


Commits:
ae81284f by Timo Aaltonen at 2020-08-14T11:03:21+03:00
pki-base.postinst: Drop --silent. (Closes: #963048)

- - - - -
6c09cfd9 by Timo Aaltonen at 2020-08-14T11:44:00+03:00
use-bash.diff: Dropped, bashisms have been fixed upstream. (Closes: #963049)

- - - - -


4 changed files:

- debian/changelog
- debian/patches/series
- − debian/patches/use-bash.diff
- debian/pki-base.postinst


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+dogtag-pki (10.9.1-2) UNRELEASED; urgency=medium
+
+  * pki-base.postinst: Drop --silent. (Closes: #963048)
+  * use-bash.diff: Dropped, bashisms have been fixed upstream. (Closes:
+    #963049)
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Fri, 14 Aug 2020 11:03:19 +0300
+
 dogtag-pki (10.9.1-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/patches/series
=====================================
@@ -8,7 +8,6 @@ debian-support.diff
 fix-symkey-path.diff
 fix-format-security-warnings.patch
 use-root-homedir.diff
-use-bash.diff
 create-target-wants.diff
 #use-resteasy-legacy.diff
 fix-tomcat-paths.diff


=====================================
debian/patches/use-bash.diff deleted
=====================================
@@ -1,96 +0,0 @@
---- a/base/scripts/pkiclihelp
-+++ b/base/scripts/pkiclihelp
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- ##  BEGIN COPYRIGHT BLOCK
- ##  (C) 2014 Red Hat, Inc.
- ##  All rights reserved.
---- a/base/server/scripts/pkidaemon
-+++ b/base/server/scripts/pkidaemon
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/common/sbin/pki-upgrade
-+++ b/base/common/sbin/pki-upgrade
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/console/templates/pki_console_wrapper
-+++ b/base/console/templates/pki_console_wrapper
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/java-tools/bin/pki
-+++ b/base/java-tools/bin/pki
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/java-tools/templates/pki_java_command_wrapper.in
-+++ b/base/java-tools/templates/pki_java_command_wrapper.in
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/java-tools/templates/pretty_print_cert_command_wrapper.in
-+++ b/base/java-tools/templates/pretty_print_cert_command_wrapper.in
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/java-tools/templates/pretty_print_crl_command_wrapper.in
-+++ b/base/java-tools/templates/pretty_print_crl_command_wrapper.in
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/server/sbin/pki-server
-+++ b/base/server/sbin/pki-server
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/server/sbin/pki-server-upgrade
-+++ b/base/server/sbin/pki-server-upgrade
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/server/sbin/pkidestroy
-+++ b/base/server/sbin/pkidestroy
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify
---- a/base/server/sbin/pkispawn
-+++ b/base/server/sbin/pkispawn
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/bin/bash
- #
- # --- BEGIN COPYRIGHT BLOCK ---
- # This program is free software; you can redistribute it and/or modify


=====================================
debian/pki-base.postinst
=====================================
@@ -29,7 +29,7 @@ if [ "$1" = configure ]; then
     else
         # On upgrade run system upgrade
         echo "Upgrading system at `date`." >> /var/log/pki/pki-upgrade-$VERSION.log 2>&1
-        pki-upgrade --silent >> /var/log/pki/pki-upgrade-$VERSION.log 2>&1
+        pki-upgrade >> /var/log/pki/pki-upgrade-$VERSION.log 2>&1
         echo >> /var/log/pki/pki-upgrade-$VERSION.log 2>&1
     fi
 fi



View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/compare/33415f8b902d3d296d6bed332f1d8c64ff9a9bab...6c09cfd903ea168120dc49667a4760b14dc4dd62

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/compare/33415f8b902d3d296d6bed332f1d8c64ff9a9bab...6c09cfd903ea168120dc49667a4760b14dc4dd62
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20200814/067b08d1/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list