Merge pull request #1486 from Rmys/master

cryptsetup, mit-kerberos ver. bump
This commit is contained in:
Rmys
2022-12-06 13:39:28 +03:00
committed by GitHub
3 changed files with 20 additions and 4 deletions
+3 -2
View File
@@ -13,6 +13,8 @@ def setup():
--sbindir=/sbin \
--libdir=/lib \
--disable-rpath\
--disable-asciidoc \
--disable-ssh-token \
--enable-python")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -23,5 +25,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.domove("/lib/pkgconfig", "/usr/lib")
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING*",
"FAQ", "README*", "NEWS", "TODO")
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "COPYING*", "README*")
+9 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:cli</IsA>
<Summary>Userspace setup tool for transparent encryption of block devices using dm-crypt</Summary>
<Description>Userspace setup tool for transparent encryption of block devices using dm-crypt</Description>
<Archive sha1sum="004a2c185f8ea45f78b9a171c9b96850081d0ad8" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-2.3.6.tar.xz</Archive>
<Archive sha1sum="8098a06269c4268b0446b34f7b20e8fa6032e006" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.0.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="2.02.186">device-mapper-devel</Dependency>
<Dependency>libgpg-error-devel</Dependency>
@@ -56,6 +56,7 @@
<Dependency>json-c</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/lib/cryptsetup</Path>
<Path fileType="library">/lib/libcryptsetup.so*</Path>
</Files>
</Package>
@@ -87,6 +88,13 @@
</Package>-->
<History>
<Update release="13">
<Date>2022-12-06</Date>
<Version>2.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2022-09-21</Date>
<Version>2.3.6</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>MIT Kerberos Library</Summary>
<Description>Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography.</Description>
<Archive sha1sum="e6addc23e361798b9f1243e6809620449d7fcb38" type="targz">http://web.mit.edu/kerberos/dist/krb5/1.20/krb5-1.20.tar.gz</Archive>
<Archive sha1sum="06278439a6cd5a2aa861d8e877451b794487534b" type="targz">https://kerberos.org/dist/krb5/1.20/krb5-1.20.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>keyutils</Dependency>
@@ -76,6 +76,13 @@
</Package>
<History>
<Update release="10">
<Date>2022-12-06</Date>
<Version>1.20.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2022-09-26</Date>
<Version>1.20</Version>