Merge pull request #1428 from Rmys/master

gerp audit rebuild
This commit is contained in:
Rmys
2022-09-26 00:00:03 +03:00
committed by GitHub
3 changed files with 19 additions and 4 deletions
+1
View File
@@ -14,6 +14,7 @@ def setup():
autotools.configure("--with-libcap-ng=yes \
--enable-gssapi-krb5=no \
--enable-systemd=no \
--disable-zos-remote \
--disable-static")
def build():
+8 -1
View File
@@ -21,7 +21,7 @@
<Dependency>libcap-ng-devel</Dependency>
<Dependency>tcp-wrappers-devel</Dependency>
<Dependency>swig</Dependency>
<Dependency>openldap-client</Dependency>
<!-- <Dependency>openldap-client</Dependency> -->
</BuildDependencies>
<Patches>
<!-- <Patch level="1">gcc10.patch</Patch> -->
@@ -78,6 +78,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-09-25</Date>
<Version>3.0.6</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-10-21</Date>
<Version>3.0.6</Version>
+10 -3
View File
@@ -12,17 +12,17 @@
<IsA>app:console</IsA>
<Summary>GNU regular expression matcher</Summary>
<Description>The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines.</Description>
<Archive sha1sum="a66cc5ddac0b8fe2fbdea4dd9bf74ab3d2ebefcd" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.5.tar.xz</Archive>
<Archive sha1sum="6d0d32cabaf44efac9e1d2c449eb041525c54b2e" type="tarxz">http://ftp.gnu.org/gnu/grep/grep-3.8.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>grep</Name>
<RuntimeDependencies>
<Dependency>libpcre</Dependency>
<Dependency>libpcre2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
@@ -34,6 +34,13 @@
</Package>
<History>
<Update release="8">
<Date>2022-09-25</Date>
<Version>3.8</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-12-09</Date>
<Version>3.5</Version>