]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libstatgrab: Update to 0.92
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:30:15 +0000 (08:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:43:44 +0000 (10:43 +0000)
- Update from 0.91 to 0.92
- Update of rootfile
- Changelog
   2019-07-16  Tim Bishop  <tim@bishnet.net>
      Fix build/install of manpages.
      This defaults to attempting to install manpages, unless --disable-man is
      given to stop it. It defaults to not building the manpages, unless it
      finds docbook2man to build them with.
      So for users of the release tarball this will install the manual pages
      from the tarball, unless requested not to.
      For users of the git repository it will error if they don't have
      docbook2man, unless they choose to disable manual pages. I think this is
      reasonable because docbook2man is a required tool for build from source.
    Files affected:
      configure.ac
      docs/libstatgrab/Makefile.am
      docs/saidar/Makefile.am
      docs/statgrab/Makefile.am
   2019-07-15  Tim Bishop  <tim@bishnet.net>
      Allow version to be overridden.
      By default, it still uses the short version of the commit reference.
      This is most useful for normal CI builds so you can easily see which
      commit a tarball is made from. But when testing for a release one might
      want to specify the version explicitly, so this can now be overridden by
      manually triggering a build and setting LSG_VERSION (eg. 0.92).
    Files affected:
      .gitlab-ci.yml

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libstatgrab
lfs/libstatgrab

index cebfb4afe494b963163f57d2ba59cc48ecf1d453..8f0b1529643fe893f356afa923300d1a69574ff8 100644 (file)
@@ -7,7 +7,7 @@ usr/bin/statgrab
 #usr/lib/libstatgrab.la
 #usr/lib/libstatgrab.so
 usr/lib/libstatgrab.so.10
-usr/lib/libstatgrab.so.10.0.0
+usr/lib/libstatgrab.so.10.0.1
 #usr/lib/pkgconfig/libstatgrab.pc
 #usr/share/doc/libstatgrab
 #usr/share/doc/libstatgrab/AUTHORS
index 08ff9493548774f2b103ffd6b3115d400ea9e838..d21b6616042d328ba3f39984f22b6f55e13ea87d 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.91
+VER        = 0.92
 
 THISAPP    = libstatgrab-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libstatgrab
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b906d312076ca9be3d5188edfe07f496
+$(DL_FILE)_MD5 = 5362b2ddbec54b3901e7d70c22cda249
 
 install : $(TARGET)