gpgme-1.23.1
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
diff -Nuar a/src/modules/initcpiocfg/main.py b/src/modules/initcpiocfg/main.py
|
||||
--- a/src/modules/initcpiocfg/main.py 2020-02-28 01:26:29.000000000 +0300
|
||||
+++ b/src/modules/initcpiocfg/main.py 2020-03-21 14:33:22.179730271 +0300
|
||||
@@ -185,8 +185,6 @@
|
||||
elif (btrfs == "yes"
|
||||
and cpu['proc0']['vendor_id'].lower() == "genuineintel"):
|
||||
modules.append("crc32c-intel")
|
||||
--- a/src/modules/initcpiocfg/main.py 2023-04-24 23:33:41.000000000 +0300
|
||||
+++ b/src/modules/initcpiocfg/main.py 2023-10-29 17:18:07.247748772 +0300
|
||||
@@ -215,8 +215,6 @@
|
||||
|
||||
if uses_btrfs:
|
||||
modules.append("crc32c-intel" if cpuinfo().is_intel else "crc32c")
|
||||
- else:
|
||||
- hooks.append("fsck")
|
||||
|
||||
write_mkinitcpio_lines(hooks, modules, files, root_mount_point)
|
||||
|
||||
return (hooks, modules, files)
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>GnuPG Made Easy is a library for making GnuPG easier to use</Summary>
|
||||
<Description>GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management.</Description>
|
||||
<Archive sha1sum="5b20d0fc4e1efdaa63122db5cf828caa763099e4" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="a18b8498e527cac6de92ae17efbe32c3c68c0e97" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.23.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>swig</Dependency>
|
||||
<Dependency>gnupg</Dependency>
|
||||
@@ -122,6 +122,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="21">
|
||||
<Date>2023-10-30</Date>
|
||||
<Version>1.23.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="20">
|
||||
<Date>2023-10-27</Date>
|
||||
<Version>1.23.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user