Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F27670641
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
18 KB
Subscribers
None
View Options
diff --git a/web/download/integrity_check.org b/web/download/integrity_check.org
index 5c85bc0..789effc 100644
--- a/web/download/integrity_check.org
+++ b/web/download/integrity_check.org
@@ -1,167 +1,167 @@
#+TITLE: GnuPG - Integrity Check
#+STARTUP: showall
#+SETUPFILE: "../share/setup.inc"
#+GPGWEB-NEED-SWDB
#+OPTIONS: ^:{}
* Integrity Check
#+index: integrity check
You can check that the version of GnuPG that you want to install is
original and unmodified by either verifying the file's signature or
comparing the checksum with the one published in the release
announcement.
** Verifying the File's Signature
If you already have a trusted version of GnuPG installed, you can
check the supplied signature. For example, to check the signature
of the file gnupg-{{{gnupg22_ver}}}.tar.bz2, you can use this command:
{{{begin_example}}}
$ gpg {{{twodashes}}}verify gnupg-{{{gnupg22_ver}}}.tar.bz2.sig gnupg-{{{gnupg22_ver}}}.tar.bz2
{{{end_example}}}
*Note: you should never use a GnuPG version you just downloaded to
check the integrity of the source* --- use an existing, trusted GnuPG
installation, e.g., the one provided by your distribution.
If the output of the above command is similar to the following, then
either you don't have our distribution keys (our [[../signature_key.org][signing keys are
here]]) or the signature was generated by someone else and the file
should be treated suspiciously.
{{{begin_example}}}
gpg: Signature made Fri 09 Oct 2015 05:41:55 PM CEST using RSA key ID 4F25E3B6
gpg: Can't check signature: No public key
gpg: Signature made Tue 13 Oct 2015 10:18:01 AM CEST using RSA key ID 33BD3F06
gpg: Can't check signature: No public key
{{{end_example}}}
If you instead see:
{{{begin_example}}}
gpg: Good signature from "Werner Koch (dist sig)" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: D869 2123 C406 5DEA 5E0F 3AB5 249B 39D2 4F25 E3B6
gpg: Signature made Tue 13 Oct 2015 10:18:01 AM CEST using RSA key ID 33BD3F06
gpg: Good signature from "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 031E C253 6E58 0D8E A286 A9F2 2071 B08A 33BD 3F06
{{{end_example}}}
then you have a copy of our keys and the signatures are valid, but
either you have not marked the keys as trusted or the keys are a
forgery. In this case, at the very least, you should compare the
fingerprints that are shown to those on the [[../signature_key.org][signing keys page]]. Even
better is to compare the fingerprints with those shown on our
business cards, which we handout at events that we attend.
Ideally, you'll see something like:
{{{begin_example}}}
gpg: Signature made Fri 09 Oct 2015 05:41:55 PM CEST using RSA key ID 4F25E3B6
gpg: Good signature from "Werner Koch (dist sig)" [full]
gpg: Signature made Tue 13 Oct 2015 10:18:01 AM CEST using RSA key ID 33BD3F06
gpg: Good signature from "NIIBE Yutaka (GnuPG Release Key) <gniibe@fsij.org>" [full]
{{{end_example}}}
This means that the signature is valid and that you trust this key
(either you signed it or someone you trusted did).
** Comparing Checksums
If you are not able to use an old version of GnuPG, you can still
verify the file's SHA-1 checksum. This is less secure, because if
someone modified the files as they were transferred to you, it
would not be much more effort to modify the checksums that you see
on this webpage. As such, if you use this method, you should
compare the checksums with those in release announcement. This is
sent to the gnupg-announce mailing list (among others), which is
widely mirrored. Don't use the mailing list archive on this
website, but find the announcement on several other websites and
make sure the checksum is consistent. This makes it more difficult
for an attacker to trick you into installing a modified version of
the software.
Assuming you downloaded the file gnupg-{{{gnupg22_ver}}}.tar.bz2, you
can run the =sha1sum= command like this:
{{{begin_chksum}}}
sha1sum gnupg-{{{gnupg22_ver}}}.tar.bz2
{{{end_chksum}}}
and check that the output matches the SHA-1 checksum reported on
this site. An example of a =sha1sum= output is:
{{{begin_chksum}}}
{{{gnupg22_sha1}}} gnupg-{{{gnupg22_ver}}}.tar.bz2
{{{end_chksum}}}
** List of SHA-1 check-sums
For your convenience, all SHA-1 check-sums available for software
that can be downloaded from [[https://gnupg.org/ftp/][our site]], have been gathered below.
{{{begin_chksum}}}
{{{gnupg24_sha1}}} gnupg-{{{gnupg24_ver}}}.tar.bz2
{{{gnupg24_w32_sha1}}} gnupg-w32-{{{gnupg24_w32_ver}}}.exe
{{{gnupg26_sha1}}} gnupg-{{{gnupg26_ver}}}.tar.bz2
{{{gnupg26_w32_sha1}}} gnupg-w32-{{{gnupg26_w32_ver}}}.exe
{{{gnupg22_sha1}}} gnupg-{{{gnupg22_ver}}}.tar.bz2
{{{gnupg22_w32_sha1}}} gnupg-w32-{{{gnupg22_w32_ver}}}.exe
- {{{gnupgdesk_src_sha1}}} gnupg-desktop-{{{gnupgdesk_ver}}}.tar.xz
- {{{gnupgdesk_ai_sha1}}} gnupg-desktop-{{{gnupgdesk_ver}}}-x86_64.AppImage
+ {{{gpd_src_sha1}}} gnupg-desktop-{{{gpd_ver}}}.tar.xz
+ {{{gpd_ai_sha1}}} gnupg-desktop-{{{gpd_ver}}}-x86_64.AppImage
{{{libgpg_error_sha1}}} libgpg-error-{{{libgpg_error_ver}}}.tar.bz2
{{{libgcrypt_sha1}}} libgcrypt-{{{libgcrypt_ver}}}.tar.bz2
{{{libgcrypt18_sha1}}} libgcrypt-{{{libgcrypt18_ver}}}.tar.bz2
{{{libksba_sha1}}} libksba-{{{libksba_ver}}}.tar.bz2
{{{libassuan_sha1}}} libassuan-{{{libassuan_ver}}}.tar.bz2
{{{ntbtls_sha1}}} ntbtls-{{{ntbtls_ver}}}.tar.bz2
{{{npth_sha1}}} npth-{{{npth_ver}}}.tar.bz2
{{{pinentry_sha1}}} pinentry-{{{pinentry_ver}}}.tar.bz2
{{{gpgme_sha1}}} gpgme-{{{gpgme_ver}}}.tar.bz2
{{{gpgmepp_sha1}}} gpgmepp-{{{gpgmepp_ver}}}.tar.xz
{{{qgpgme_sha1}}} qgpgme-{{{qgpgme_ver}}}.tar.xz
{{{scute_sha1}}} scute-{{{scute_ver}}}.tar.bz2
{{{gpa_sha1}}} gpa-{{{gpa_ver}}}.tar.bz2
{{{gpgme1_sha1}}} gpgme-{{{gpgme1_ver}}}.tar.bz2
{{{gnupg1_sha1}}} gnupg-{{{gnupg1_ver}}}.tar.bz2
{{{gnupg1_w32cli_sha1}}} gnupg-w32cli-{{{gnupg1_w32cli_ver}}}.exe
{{{end_chksum}}}
** List of SHA-256 check-sums
For your convenience, all SHA-256 check-sums available for software
that can be downloaded from [[https://gnupg.org/ftp/][our site]], have been gathered below.
{{{begin_chksum}}}
{{{gnupg24_sha2}}} gnupg-{{{gnupg24_ver}}}.tar.bz2
{{{gnupg24_w32_sha2}}} gnupg-w32-{{{gnupg24_w32_ver}}}.exe
{{{gnupg26_sha2}}} gnupg-{{{gnupg26_ver}}}.tar.bz2
{{{gnupg26_w32_sha2}}} gnupg-w32-{{{gnupg26_w32_ver}}}.exe
{{{gnupg22_sha2}}} gnupg-{{{gnupg22_ver}}}.tar.bz2
{{{gnupg22_w32_sha2}}} gnupg-w32-{{{gnupg22_w32_ver}}}.exe
- {{{gnupgdesk_src_sha2}}} gnupg-desktop-{{{gnupgdesk_ver}}}.tar.xz
- {{{gnupgdesk_ai_sha2}}} gnupg-desktop-{{{gnupgdesk_ver}}}-x86_64.AppImage
+ {{{gpd_src_sha2}}} gnupg-desktop-{{{gpd_ver}}}.tar.xz
+ {{{gpd_ai_sha2}}} gnupg-desktop-{{{gpd_ver}}}-x86_64.AppImage
{{{libgpg_error_sha2}}} libgpg-error-{{{libgpg_error_ver}}}.tar.bz2
{{{libgcrypt_sha2}}} libgcrypt-{{{libgcrypt_ver}}}.tar.bz2
{{{libgcrypt18_sha2}}} libgcrypt-{{{libgcrypt18_ver}}}.tar.bz2
{{{libksba_sha2}}} libksba-{{{libksba_ver}}}.tar.bz2
{{{libassuan_sha2}}} libassuan-{{{libassuan_ver}}}.tar.bz2
{{{ntbtls_sha2}}} ntbtls-{{{ntbtls_ver}}}.tar.bz2
{{{npth_sha2}}} npth-{{{npth_ver}}}.tar.bz2
{{{pinentry_sha2}}} pinentry-{{{pinentry_ver}}}.tar.bz2
{{{gpgme_sha2}}} gpgme-{{{gpgme_ver}}}.tar.bz2
{{{gpgmepp_sha2}}} gpgmepp-{{{gpgmepp_ver}}}.tar.xz
{{{qgpgme_sha2}}} qgpgme-{{{qgpgme_ver}}}.tar.xz
{{{scute_sha2}}} scute-{{{scute_ver}}}.tar.bz2
{{{gpa_sha2}}} gpa-{{{gpa_ver}}}.tar.bz2
{{{gpgme1_sha2}}} gpgme-{{{gpgme1_ver}}}.tar.bz2
{{{gnupg1_sha2}}} gnupg-{{{gnupg1_ver}}}.tar.bz2
{{{end_chksum}}}
# eof #
diff --git a/web/swdb.mac b/web/swdb.mac
index 2f9ae08..09ac6c8 100644
--- a/web/swdb.mac
+++ b/web/swdb.mac
@@ -1,322 +1,330 @@
# Version information
# Please run make in this directory after changing this file.
#
# Primary FTP server base directory
#
#+macro: ftp_base ftp://ftp.gnupg.org/gcrypt
#+macro: ftp_loc_base /ftp/gcrypt
#+macro: gpgcom_base https://download.gnupg.com/files
#+macro: gpgorg_base https://gnupg.org/ftp/gcrypt
#
# Package download directories and name mappings
# (default is the package name)
#
#+macro: gnupg24_dir gnupg gnupg
#+macro: gnupg24_w32_dir binary gnupg-w32 xz
#+macro: gnupg22_dir gnupg gnupg
#+macro: gnupg22_w32_dir binary gnupg-w32 xz
#+macro: gnupg1_dir gnupg gnupg
#+macro: gnupg1_w32_dir binary gnupg-w32
#+macro: gpgrt_dir gpgrt libgpg-error
#
# GnuPG-2.6
#
#+macro: gnupg26_ver 2.5.7
#+macro: gnupg26_date 2025-06-02
#+macro: gnupg26_size 8009k
#+macro: gnupg26_sha1 4bc48750f6e5471a1606a82142f7742bd8414b2f
#+macro: gnupg26_sha2 bf1f4f51fda4863f6f2d461b33b83df6d8229e72e3e98f43013bf2127976414e
#+macro: gnupg26_branch master
#+macro: gnupg26_w32_ver 2.5.7_20250602
#+macro: gnupg26_w32_date 2025-06-02
#+macro: gnupg26_w32_size 5520k
#+macro: gnupg26_w32_sha1 49dc9af39d01ce26da2fbfba807fdc75fbb1bc19
#+macro: gnupg26_w32_sha2 af75346846a6e4a8b8907ee404942841788956f026e665fdb2720919c80a8d63
#+macro: gnupg26_w32_ssiz 14664k
#
# GnuPG-2.4
#
#+macro: gnupg24_minver 2.3.7
#
#+macro: gnupg24_ver 2.4.8
#+macro: gnupg24_date 2025-05-14
#+macro: gnupg24_size 7829k
#+macro: gnupg24_sha1 c704085aa7cc131a67edd0b7c0c90e5c35ee4adb
#+macro: gnupg24_sha2 b58c80d79b04d3243ff49c1c3fc6b5f83138eb3784689563bcdd060595318616
#+macro: gnupg24_branch STABLE-BRANCH-2-4
#+macro: gnupg24_w32_ver 2.4.8_20250514
#+macro: gnupg24_w32_date 2025-05-14
#+macro: gnupg24_w32_size 5519k
#+macro: gnupg24_w32_sha1 c5b3e12f2cfb8771d4f6e089039d84844f6cba70
#+macro: gnupg24_w32_sha2 2cd239a8301c59da3737f44566c8c6f9c1779a148af3561e77fb866a0a90de4e
#
# GnuPG-2.2
#
#+macro: gnupg22_minver 2.2.41
#
#+macro: gnupg22_ver 2.2.44
#+macro: gnupg22_date 2024-08-12
#+macro: gnupg22_size 7262k
#+macro: gnupg22_sha1 69c46d974e384839519acf0af762077f79def37f
#+macro: gnupg22_sha2 735b8b3e6d2330f66ab98336b060d5852a1a67cb2bc47ec7d1e5411577a8cadd
#+macro: gnupg22_branch STABLE-BRANCH-2-2
#+macro: gnupg22_w32_ver 2.2.44_20240812
#+macro: gnupg22_w32_date 2024-08-12
#+macro: gnupg22_w32_size 4958k
#+macro: gnupg22_w32_sha1 cf46f64db276fd8f097fe7ef5f3ff3ebf93218b9
#+macro: gnupg22_w32_sha2 0454f1e92679b8f7e074c6a043f243e62a8ff9fa737a459ea8a95ad4af0ddb84
#
# GnuPG-1
#
#+macro: gnupg1_branch STABLE-BRANCH-1-4
#+macro: gnupg1_ver 1.4.23
#+macro: gnupg1_date 2018-06-11
#+macro: gnupg1_size 3661k
#+macro: gnupg1_sha1 13747486ed5ff707f796f34f50f4c3085c3a6875
#+macro: gnupg1_sha2 c9462f17e651b6507848c08c430c791287cd75491f8b5a8b50c6ed46b12678ba
#
#+macro: gnupg1_w32cli_ver 1.4.23
#+macro: gnupg1_w32cli_size 2376k
#+macro: gnupg1_w32cli_sha1 d4c9962179d36a140be72c34f34e557b56c975b5
#
# Gpg4win
#
#+macro: gpg4win_ver 4.4.1
#+macro: gpg4win_date 2025-05-21
#+macro: gpg4win_src_size 305192k
#+macro: gpg4win_src_sha1 776c7970e4ce2be56d7e441ce9b595de68ee2ace
#+macro: gpg4win_src_sha2 99f7eb8dbce9581581102a8ee8ccdeeb4798b1b86082df79710c32eed6025562
#+macro: gpg4win_exe_size 35347k
#+macro: gpg4win_exe_sha1 40e8d03c16fff378bac054b3037ad045b01f85d5
#+macro: gpg4win_exe_sha2 de25e1d2b08c12506ac5dcc62dcd849f6ce973237837a1cc367e51f25ef517d8
#
# GnuPG-Desktop
#
-#+macro: gnupgdesk_ver 2.4.3.0
-#+macro: gnupgdesk_date 2023-07-14
-#+macro: gnupgdesk_src_size 214M
-#+macro: gnupgdesk_src_sha1 bf4c6725382f267b9000847db78a00174e08cb28
-#+macro: gnupgdesk_src_sha2 81e0800cc090f8f387cee8e59b9f742f2e6d2d81a408414fc051a8df64e37d90
-#+macro: gnupgdesk_ai_size 78M
-#+macro: gnupgdesk_ai_sha1 28e216f7e10639eb1898be9bca35d13f3e0aab36
-#+macro: gnupgdesk_ai_sha2 4e6592eb820a853804f9bd1f39ee545af712b0cabd0bf4a773ffddaff12fdd33
+#+macro: gpd_ver 2.4.3.0
+#+macro: gpd_date 2023-07-14
+#+macro: gpd_src_size 214M
+#+macro: gpd_src_sha1 bf4c6725382f267b9000847db78a00174e08cb28
+#+macro: gpd_src_sha2 81e0800cc090f8f387cee8e59b9f742f2e6d2d81a408414fc051a8df64e37d90
+#+macro: gpd_ai_size 78M
+#+macro: gpd_ai_sha1 28e216f7e10639eb1898be9bca35d13f3e0aab36
+#+macro: gpd_ai_sha2 4e6592eb820a853804f9bd1f39ee545af712b0cabd0bf4a773ffddaff12fdd33
+
+#
+# GnuPG VS-Desktop
+#
+#+macro: vsd_ver 3.3.2
+#+macro: vsd_date 2025-04-28
+
+
#
# GPA
#
#+macro: gpa_ver 0.11.0
#+macro: gpa_date 2024-12-10
#+macro: gpa_size 807k
#+macro: gpa_sha1 2e6568911581b8bb35bfef565350a84b3f832a84
#+macro: gpa_sha2 26a8fa5bf70541cb741f0c71b7cfe291b1ea56eab68eeb07aa962cef5cdf33cc
#
# PINENTRY
#
#+macro: pinentry_ver 1.3.1
#+macro: pinentry_date 2024-07-03
#+macro: pinentry_size 596k
#+macro: pinentry_sha1 fb0bbb88211558c8f7e652b4b6a675b1972fba04
#+macro: pinentry_sha2 bc72ee27c7239007ab1896c3c2fae53b076e2c9bd2483dc2769a16902bce8c04
#
# GPGME
#
# First the legacy 1.24 branch:
#+macro: gpgme1_ver 1.24.3
#+macro: gpgme1_date 2025-05-19
#+macro: gpgme1_size 1848k
#+macro: gpgme1_sha1 e7f9be4b461907c00dfd21d23da872ba0638f6ee
#+macro: gpgme1_sha2 bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd
#
#+macro: gpgme_ver 2.0.0
#+macro: gpgme_date 2025-06-03
#+macro: gpgme_size 1351k
#+macro: gpgme_sha1 0aadc7ee79034052933fa866a70da5f0666bbba7
#+macro: gpgme_sha2 ddf161d3c41ff6a3fcbaf4be6c6e305ca4ef1cc3f1ecdfce0c8c2a167c0cc36d
#
# GPGME++
#
#+macro: gpgmepp_ver 2.0.0
#+macro: gpgmepp_date 2025-06-03
#+macro: gpgmepp_size 115k
#+macro: gpgmepp_sha1 3e8ef698cf2d577ccf8232f52598cdfc31321348
#+macro: gpgmepp_sha2 d4796049c06708a26f3096f748ef095347e1a3c1e570561701fe952c3f565382
#
# QGpgME
#
#+macro: qgpgme_ver 2.0.0
#+macro: qgpgme_date 2025-06-03
#+macro: qgpgme_size 184k
#+macro: qgpgme_sha1 8298cc205228a2e14b5698435b31d8dedf6e155a
#+macro: qgpgme_sha2 15645b2475cca6118eb2ed331b3a8d9442c9d4019c3846ba3f6d25321b4a61ad
#
# LIBGCRYPT
#
# The Git branch of the stable version:
#+macro: libgcrypt_branch master
#
#+macro: libgcrypt_ver 1.11.1
#+macro: libgcrypt_date 2025-05-07
#+macro: libgcrypt_size 4134k
#+macro: libgcrypt_sha1 d33eb270cd74e8c23e263eb5cdb8f7de740f7b49
#+macro: libgcrypt_sha2 24e91c9123a46c54e8371f3a3a2502f1198f2893fbfbf59af95bc1c21499b00e
#
# The 1.8 LTS version.
#
#+macro: libgcrypt18_ver 1.8.11
#+macro: libgcrypt18_date 2023-11-16
#+macro: libgcrypt18_size 2948k
#+macro: libgcrypt18_sha1 14715e6690bc9f81d7ef17ea58805186b022f75a
#+macro: libgcrypt18_sha2 c98249fb5bb1f6017f5f9bf484327a940b59075bca7c46fa69ebb54098249860
#
# LIBKSBA
#
#+macro: libksba_ver 1.6.7
#+macro: libksba_date 2024-06-21
#+macro: libksba_size 689k
#+macro: libksba_sha1 781acfb012cbb5328f41efcf82f723524e8d0128
#+macro: libksba_sha2 cf72510b8ebb4eb6693eef765749d83677a03c79291a311040a5bfd79baab763
#
# LIBGPG-ERROR (aka GPGRT)
#
#+macro: gpgrt_ver 1.55
#+macro: gpgrt_date 2025-04-24
#+macro: gpgrt_size 1083k
#+macro: gpgrt_sha1 d275a092181f08af0ef5e7b247a1a9a0ca7cb160
#+macro: gpgrt_sha2 95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78
#
#+macro: libgpg_error_ver 1.55
#+macro: libgpg_error_date 2025-04-24
#+macro: libgpg_error_size 1083k
#+macro: libgpg_error_sha1 d275a092181f08af0ef5e7b247a1a9a0ca7cb160
#+macro: libgpg_error_sha2 95b178148863f07d45df0cea67e880a79b9ef71f5d230baddc0071128516ef78
#
# LIBASSUAN
#
#+macro: libassuan_ver 3.0.2
#+macro: libassuan_date 2025-02-18
#+macro: libassuan_size 579k
#+macro: libassuan_sha1 57fb6f59b1a07e5125115454f5ad4cb0665e0eef
#+macro: libassuan_sha2 d2931cdad266e633510f9970e1a2f346055e351bb19f9b78912475b8074c36f6
#
# The old branch
#+macro: libassuan2_ver 2.5.7
#+macro: libassuan2_date 2024-03-06
#+macro: libassuan2_size 590k
#+macro: libassuan2_sha1 b6ccd955085dac902a09871f94a3d41a7667d0c8
#+macro: libassuan2_sha2 0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76
#
# NTBTLS
#
#+macro: ntbtls_ver 0.3.2
#+macro: ntbtls_date 2024-01-12
#+macro: ntbtls_size 365k
#+macro: ntbtls_sha1 ae52b4d49e17f17951655512949f745385804faf
#+macro: ntbtls_sha2 bdfcb99024acec9c6c4b998ad63bb3921df4cfee4a772ad6c0ca324dbbf2b07c
#
# nPth
#
#+macro: npth_ver 1.8
#+macro: npth_date 2024-11-12
#+macro: npth_size 310k
#+macro: npth_sha1 6f60ce8540453e120d715f269d0c7cfd9e0b0d24
#+macro: npth_sha2 8bd24b4f23a3065d6e5b26e98aba9ce783ea4fd781069c1b35d149694e90ca3e
#
# GpgEX
#
#+macro: gpgex_ver 1.0.11
#+macro: gpgex_date 2024-07-03
#+macro: gpgex_size 312k
#+macro: gpgex_sha1 dfedf0b67a1370b9cdad0dfd2c66186a0044cd53
#+macro: gpgex_sha2 569b78132cd207f7d4a416a76eb1d9f8c260b4dd7a48d67dd830dc2b41d46cdb
#
# GpgOL
#
#+macro: gpgol_ver 2.6.1
#+macro: gpgol_date 2025-05-15
#+macro: gpgol_size 805k
#+macro: gpgol_sha1 cb3547cf2b6e355fd4026716b645de13a4d9408a
#+macro: gpgol_sha2 336229ef527230682ea263d78570a5c4d88d904fa7f26ed8f8520c89761a8497
#
# Scute
#
#+macro: scute_ver 1.7.0
#+macro: scute_date 2021-01-07
#+macro: scute_size 831k
#+macro: scute_sha1 3f8a0ba9c7821049d51b982141a2330a246beb55
#+macro: scute_sha2 437fe758b27c243a5ee2535c6b065ea1d09f2c9a02d83567d2f934bb6395c249
#
# ADNS
#
#+macro: adns_ver 1.4-g10-7
#+macro: adns_date 2015-11-20
#+macro: adns_sha1 d2e089d98d3faed6cad009477cc0bc030b35c646
#
# zlib (mirrored at our server)
#
# Signature made Mon 28 Mar 2022 04:34:47 AM CEST
# using DSA key 5ED46A6721D365587791E2AA783FCD8E58BCAFBA
# Good signature from "Mark Adler <madler@alumni.caltech.edu>"
#
#+macro: zlib_ver 1.2.12
#+macro: zlib_sha1_gz 207ba741d387e2c1607104cf0bd8cff27deb2605
#+macro: zlib_sha2_gz 91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9
#
# bzip2 (mirrored and stripped down version)
#
#+macro: bzip2_ver 1.0.6-g10
#+macro: bzip2_sha1_gz 6e38be3377340a21a1f13ff84b5e6adce97cd1d4
#
# SQLite (mirrored at our server)
#
#+macro: sqlite_ver 3280000
#+macro: sqlite_sha1_gz 01b9d8fc77085e144dddc87456c9783e53d09a53
# --- end of swdb.mac ---
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 15, 10:27 PM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b3/e2/7f86ee75d9e42d7d1b733792dbd8
Attached To
rD Documentation
Event Timeline
Log In to Comment