dmidecode: update to 3.2

Message ID c0b02f00-e2d1-7da1-cbbe-eda6675ce509@link38.eu
State Dropped
Headers
Series dmidecode: update to 3.2 |

Commit Message

Peter Müller Jan. 5, 2019, 9:47 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 dmidecode/dmidecode.nm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

Michael Tremer Jan. 8, 2019, 12:03 a.m. UTC | #1
Hello,

This patch has a couple of issues.

> On 5 Jan 2019, at 10:47, Peter Müller <peter.mueller@link38.eu> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> dmidecode/dmidecode.nm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/dmidecode/dmidecode.nm b/dmidecode/dmidecode.nm
> index 828924367..05f9537bb 100644
> --- a/dmidecode/dmidecode.nm
> +++ b/dmidecode/dmidecode.nm
> @@ -4,11 +4,11 @@
> ###############################################################################
> 
> name       = dmidecode
> -version    = 3.0
> -release    = 1
> +version    = 3.2
> +release    = 2

In contrast to IPFire 2, please restart the release again from 1 when version is being updated.

> groups     = Applications/System
> -url        = http://www.nongnu.org/dmidecode/
> +url        = https://www.nongnu.org/dmidecode/
> license    = GPLv2+
> summary    = Tool to analyse BIOS DMI data.
> 
> @@ -21,7 +21,7 @@ description
> 	manufacturer.
> end
> 
> -source_dl  = http://download.savannah.gnu.org/releases/dmidecode/
> +source_dl  = https://download.savannah.gnu.org/releases/dmidecode/

HTTPS is good, but the source is not available in tar.gz format. Therefore this does not build.

You will need to overwrite “sources” to download the tar.xz version of dmidecode.

> build
> 	make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
> -- 
> 2.16.4

Best,
-Michael
  

Patch

diff --git a/dmidecode/dmidecode.nm b/dmidecode/dmidecode.nm
index 828924367..05f9537bb 100644
--- a/dmidecode/dmidecode.nm
+++ b/dmidecode/dmidecode.nm
@@ -4,11 +4,11 @@ 
 ###############################################################################
 
 name       = dmidecode
-version    = 3.0
-release    = 1
+version    = 3.2
+release    = 2
 
 groups     = Applications/System
-url        = http://www.nongnu.org/dmidecode/
+url        = https://www.nongnu.org/dmidecode/
 license    = GPLv2+
 summary    = Tool to analyse BIOS DMI data.
 
@@ -21,7 +21,7 @@  description
 	manufacturer.
 end
 
-source_dl  = http://download.savannah.gnu.org/releases/dmidecode/
+source_dl  = https://download.savannah.gnu.org/releases/dmidecode/
 
 build
 	make_build_targets += CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"