From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] dmidecode: update to 3.2 Date: Mon, 07 Jan 2019 13:03:37 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6478192074865334383==" List-Id: --===============6478192074865334383== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, This patch has a couple of issues. > On 5 Jan 2019, at 10:47, Peter M=C3=BCller wrot= e: >=20 > Signed-off-by: Peter M=C3=BCller > --- > dmidecode/dmidecode.nm | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > 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 @@ > ###########################################################################= #### >=20 > name =3D dmidecode > -version =3D 3.0 > -release =3D 1 > +version =3D 3.2 > +release =3D 2 In contrast to IPFire 2, please restart the release again from 1 when version= is being updated. > groups =3D Applications/System > -url =3D http://www.nongnu.org/dmidecode/ > +url =3D https://www.nongnu.org/dmidecode/ > license =3D GPLv2+ > summary =3D Tool to analyse BIOS DMI data. >=20 > @@ -21,7 +21,7 @@ description > manufacturer. > end >=20 > -source_dl =3D http://download.savannah.gnu.org/releases/dmidecode/ > +source_dl =3D https://download.savannah.gnu.org/releases/dmidecode/ HTTPS is good, but the source is not available in tar.gz format. Therefore th= is does not build. You will need to overwrite =E2=80=9Csources=E2=80=9D to download the tar.xz v= ersion of dmidecode. > build > make_build_targets +=3D CFLAGS=3D"%{CFLAGS}" LDFLAGS=3D"%{LDFLAGS}" > --=20 > 2.16.4 Best, -Michael --===============6478192074865334383==--