From b6ca02e4c34ae7305a9767ca8b203f8f92cd3059 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 22 Oct 2011 23:52:38 -0600 Subject: [PATCH] new upstream version --- debian/changelog | 6 ++++++ debian/patches/fix-segfault-on-start.diff | 12 ------------ debian/patches/series | 1 - 3 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 debian/patches/fix-segfault-on-start.diff diff --git a/debian/changelog b/debian/changelog index 11f56df..8cbb1f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sudo (1.8.3-1) unstable; urgency=low + + * new upstream version, closes: #639391, #639568 + + -- Bdale Garbee Sat, 22 Oct 2011 23:49:16 -0600 + sudo (1.8.2-2) unstable; urgency=low [ Luca Capello ] diff --git a/debian/patches/fix-segfault-on-start.diff b/debian/patches/fix-segfault-on-start.diff deleted file mode 100644 index 7899130..0000000 --- a/debian/patches/fix-segfault-on-start.diff +++ /dev/null @@ -1,12 +0,0 @@ -Fixes segfault on startup under certain conditions ---- a/src/utmp.c -+++ b/src/utmp.c -@@ -96,7 +96,7 @@ - size_t idlen; - - /* Skip over "tty" in the id if old entry did too. */ -- if (strncmp(line, "tty", 3) == 0) { -+ if (old != NULL && strncmp(line, "tty", 3) == 0) { - idlen = MIN(sizeof(old->ut_id), 3); - if (strncmp(old->ut_id, "tty", idlen) != 0) - line += 3; diff --git a/debian/patches/series b/debian/patches/series index be55d1e..4e3aa5b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ typo-in-classic-insults.diff paths-in-samples.diff upstream-sigbus-fix -fix-segfault-on-start.diff -- 2.39.2