diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/copyright | 2 | 
3 files changed, 16 insertions, 4 deletions
| diff --git a/debian/changelog b/debian/changelog index 2773b0b..39dc0cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +dmidecode (3.5-1) unstable; urgency=medium + +  * New upstream release (Closes: #1032980). +    - Fix CVE-2023-30630 (Closes: #1034483). +  * Declare compliance with Debian Policy 4.6.2.0 (No changes needed). +  * debian/copyright: +    - Add year 2023 to myself. +  * debian/control: +    - Change to new repository. + + -- Jörg Frings-Fürst <debian@jff.email>  Sun, 23 Apr 2023 10:55:50 +0200 +  dmidecode (3.4-1) unstable; urgency=medium    * New upstream release. diff --git a/debian/control b/debian/control index d844d5e..161df16 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,10 @@ Section: utils  Priority: optional  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.6.1.0 +Standards-Version: 4.6.2.0  Rules-Requires-Root: no -Vcs-Git: git://jff.email/opt/git/dmidecode.git -Vcs-Browser: https://jff.email/cgit/dmidecode.git/ +Vcs-Git: git://git.jff.email/dmidecode.git +Vcs-Browser: https://git.jff.email/cgit/dmidecode.git/  Homepage: https://nongnu.org/dmidecode/  Package: dmidecode diff --git a/debian/copyright b/debian/copyright index 46c9c55..f08d9fe 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,7 +13,7 @@ License: GPL-2+  Files: debian/*  Copyright: 2003-2007 Petter Reinholdtsen <pere@debian.org>             2011-2012 Daniel Baumann <daniel.baumann@progress-technologies.net> -           2014-2022 Jörg Frings-Fürst <debian@jff.email> +           2014-2023 Jörg Frings-Fürst <debian@jff.email>  License: GPL-2+  License: GPL-2+ | 
