From b1b7f5351eca07f1bf2f6184602bdfb73d10a155 Mon Sep 17 00:00:00 2001 From: Pawel Krawczyk
Date: Mon, 31 Oct 2022 23:22:44 +0000
Subject: [PATCH] Fix formatting of Debian changelog
---
debian/changelog | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f370e72..4bf2991 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,17 @@
libpam-tacplus (1.7.0-1) unstable; urgency=medium
-* libtac: Refactored the complex and overengineered TACACS+ session id generation,
- replacing it with getrandom(2).
-* libtac: gnulib now provides implementation of missing functions.
-* libtac: Removed legacy MD5 code and replaced it with gnulib.
-* libtac: Legacy data structures such as attribute lists were replaced with gnulib structures.
-* libtac: CHAP implementation used a fixed challenge in contradiction with the RFC 1994
- requirement. This was replaced with a pseudo-random challenge generated using getrandom(2).
-* libtac: ABI version set to 5:0:0. From now on, this is the only way to version the library.
- The legacy static variables tac_ver_ were removed as confusing.
-* pam_tacplus: Calling process PID is now used as the task_id attribute in TACACS+
- accounting session. This replaces an overengineered cryptographically random tasks identifiers.
-* libtac: Fix CVE-2016-20014. Closes: #1009966
+ * libtac: Refactored the complex and overengineered TACACS+ session id generation,
+ replacing it with getrandom(2).
+ * libtac: gnulib now provides implementation of missing functions.
+ * libtac: Removed legacy MD5 code and replaced it with gnulib.
+ * libtac: Legacy data structures such as attribute lists were replaced with gnulib structures.
+ * libtac: CHAP implementation used a fixed challenge in contradiction with the RFC 1994
+ requirement. This was replaced with a pseudo-random challenge generated using getrandom(2).
+ * libtac: ABI version set to 5:0:0. From now on, this is the only way to version the library.
+ The legacy static variables tac_ver_ were removed as confusing.
+ * pam_tacplus: Calling process PID is now used as the task_id attribute in TACACS+
+ accounting session. This replaces an overengineered cryptographically random tasks identifiers.
+ * libtac: Fix CVE-2016-20014. Closes: #1009966
-- Pawel Krawczyk