diff --git a/web/download/git.org b/web/download/git.org index 70b0224..0cc1730 100644 --- a/web/download/git.org +++ b/web/download/git.org @@ -1,51 +1,52 @@ #+TITLE: GnuPG - GIT Access #+STARTUP: showall #+SETUPFILE: "../share/setup.inc" #+GPGWEB-NEED-SWDB * GIT Access The GnuPG development is tracked using the GIT distributed revision control system. A public read-only GIT repository for GnuPG and related projects is available. This service is provided to help you in hunting bugs and not to deliver stable snapshots; it may happen that it even does not compile, so please don't complain. GIT may put a high load on a server, so please don't poll for new pushes too often. Instead, we suggest you to subscribe to the [[https://lists.gnupg.org/mailman/listinfo/gnupg-commits/][commits mailing list]] . You may also follow [[https://twitter.com/gnuprivacyguard][@gnuprivacyguard]] on Twitter to get notified about commits to the GnuPG master branch. There is a Web interface at [[https://git.gnupg.org/]] which can be used to browse the GIT repository. All repositories have been migrated to GIT from the old Subversion (SVN) code management tool. The standard way you checkout from an anonymous GIT is to clone the entire repository from one of these repositories: #+BEGIN_EXAMPLE git clone https://dev.gnupg.org/source/gnupg.git git clone git://git.gnupg.org/gnupg.git #+END_EXAMPLE You must run =./autogen.sh= before running the =./configure= in the way suggested by the output of =autogen.sh=. This creates some required files which are not stored in the repository. =autogen.sh= also checks that you have all required tools installed. Please read - the GIT manual pages before doing so. The =master= revision is the - development branch; the stable version (currently version - {{{gnupg22_ver}}}) is known as {{{gnupg_branch}}}; the old 1.4 - version of GnuPG ({{{gnupg1_ver}}}) is known as STABLE-BRANCH-1-4. + the GIT manual pages before doing so. The current development + version is {{{gnupg24_ver}}} and known as {{{gnupg24_branch}}}; the + long term support (LTS) version is {{{gnupg22_ver}}}) and known as + {{{gnupg22_branch}}}; the legacy 1.4 version of GnuPG + ({{{gnupg1_ver}}}) is known as STABLE-BRANCH-1-4. Bug reports should go to the developers mailing list. See the page on [[../documentation/mailing-lists.org][mailing lists]] . ** Other Hosted Projects The GnuPG Git server also hosts some other projects in Git repositories. Please use the web interface at [[https://git.gnupg.org/]] to browse them. diff --git a/web/download/index.org b/web/download/index.org index b89fed0..1af5af7 100644 --- a/web/download/index.org +++ b/web/download/index.org @@ -1,147 +1,148 @@ #+TITLE: GnuPG - Download #+STARTUP: showall align #+SETUPFILE: "../share/setup.inc" #+GPGWEB-NEED-SWDB #+OPTIONS: ^:{} #+macro: check_sig_note GnuPG distributions are signed. It is wise and more secure to check out for their [[integrity_check.org][@@html:@@integrity@@html:@@]]. #+macro: ftpopen @@html:download@@ #+macro: ftpcloseS @@html:">sig@@ * Download #+index: GnuPG!download Note that you may also download the GNU Privacy Guard from a mirror site close to you. See our [[file:mirrors.org][list of mirrors]]. The table below provides links to the location of the files on the primary server only. #+BEGIN_HTML
#+END_HTML ** Source code releases These are the canonical release forms of GnuPG. To use them you need to build the binary version from the provided source code. For Unix systems this is the standard way of installing software. For GNU/Linux distributions are commonly used (e.g. Debian, Fedora, RedHat, or Ubuntu) which may already come with a directly installable packages. However, these version may be older so that building from the source is often also a good choice. Some knowledge on how to compile and install software is required. The table lists the different GnuPG packages, followed by required libraries, required tools, optional software, and legacy versions of GnuPG. For end-of-life dates see further down. | Name | Version | Date | Size | Tarball | Signature | |-----------------+------------------------+-------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------| | | | | | | | + | [[../software/index.org][GnuPG]] (devel) | {{{gnupg24_ver}}} | {{{gnupg24_date}}} | {{{gnupg24_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gnupg/gnupg-{{{gnupg24_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gnupg/gnupg-{{{gnupg24_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/index.org][GnuPG]] (LTS) | {{{gnupg22_ver}}} | {{{gnupg22_date}}} | {{{gnupg22_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gnupg/gnupg-{{{gnupg22_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gnupg/gnupg-{{{gnupg22_ver}}}.tar.bz2.sig{{{ftpclose}}} | |-----------------+------------------------+-------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------| | [[../software/libgpg-error/index.org][Libgpg-error]] | {{{libgpg_error_ver}}} | {{{libgpg_error_date}}} | {{{libgpg_error_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgpg-error/libgpg-error-{{{libgpg_error_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgpg-error/libgpg-error-{{{libgpg_error_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/libgcrypt/index.org][Libgcrypt]] | {{{libgcrypt_ver}}} | {{{libgcrypt_date}}} | {{{libgcrypt_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgcrypt/libgcrypt-{{{libgcrypt_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgcrypt/libgcrypt-{{{libgcrypt_ver}}}.tar.bz2.sig{{{ftpclose}}} | - | [[../software/libgcrypt/index.org][Libgcrypt]] (LTS) | {{{libgcrypt18_ver}}} | {{{libgcrypt18_date}}} | {{{libgcrypt18_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgcrypt/libgcrypt-{{{libgcrypt18_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgcrypt/libgcrypt-{{{libgcrypt18_ver}}}.tar.bz2.sig{{{ftpclose}}} | + | [[../software/libgcrypt/index.org][Libgcrypt]] (LTS) | {{{libgcrypt18_ver}}} | {{{libgcrypt18_date}}} | {{{libgcrypt18_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgcrypt/libgcrypt-{{{libgcrypt18_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libgcrypt/libgcrypt-{{{libgcrypt18_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/libksba/index.org][Libksba]] | {{{libksba_ver}}} | {{{libksba_date}}} | {{{libksba_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libksba/libksba-{{{libksba_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libksba/libksba-{{{libksba_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/libassuan/index.org][Libassuan]] | {{{libassuan_ver}}} | {{{libassuan_date}}} | {{{libassuan_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libassuan/libassuan-{{{libassuan_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/libassuan/libassuan-{{{libassuan_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/ntbtls/index.org][ntbTLS]] | {{{ntbtls_ver}}} | {{{ntbtls_date}}} | {{{ntbtls_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/ntbtls/ntbtls-{{{ntbtls_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/ntbtls/ntbtls-{{{ntbtls_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/npth/index.org][nPth]] | {{{npth_ver}}} | {{{npth_date}}} | {{{npth_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/npth/npth-{{{npth_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/npth/npth-{{{npth_ver}}}.tar.bz2.sig{{{ftpclose}}} | |-----------------+------------------------+-------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------| | Pinentry | {{{pinentry_ver}}} | {{{pinentry_date}}} | {{{pinentry_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/pinentry/pinentry-{{{pinentry_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/pinentry/pinentry-{{{pinentry_ver}}}.tar.bz2.sig{{{ftpclose}}} | |-----------------+------------------------+-------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------| | [[../software/gpgme/index.org][GPGME]] | {{{gpgme_ver}}} | {{{gpgme_date}}} | {{{gpgme_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gpgme/gpgme-{{{gpgme_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gpgme/gpgme-{{{gpgme_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/scute/index.org][Scute]] | {{{scute_ver}}} | {{{scute_date}}} | {{{scute_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/scute/scute-{{{scute_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/scute/scute-{{{scute_ver}}}.tar.bz2.sig{{{ftpclose}}} | | [[../software/gpa/index.org][GPA]] | {{{gpa_ver}}} | {{{gpa_date}}} | {{{gpa_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gpa/gpa-{{{gpa_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gpa/gpa-{{{gpa_ver}}}.tar.bz2.sig{{{ftpclose}}} | |-----------------+------------------------+-------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------| | GnuPG 1.4 | {{{gnupg1_ver}}} | {{{gnupg1_date}}} | {{{gnupg1_size}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gnupg/gnupg-{{{gnupg1_ver}}}.tar.bz2{{{ftpclose}}} | {{{ftpopen}}}{{{ftp_loc_base}}}/gnupg/gnupg-{{{gnupg1_ver}}}.tar.bz2.sig{{{ftpclose}}} | |-----------------+------------------------+-------------------------+-------------------------+--------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------| {{{check_sig_note}}} Remarks: - /Pinentry/ is a collection of passphrase entry dialogs which is required for almost all usages of GnuPG. - /GPGME/ is the standard library to access GnuPG functions from programming languages. - /Scute/ is a PKCS#11 provider on top of GnuPG. - /GPA/ is a graphical frontend to GnuPG. - /GnuPG 1.4/ is the old, single binary version which still support the unsafe PGP-2 keys. This branch has no dependencies on the above listed libraries or the Pinentry. However, it lacks many modern features and will receive only important updates. ** GnuPG binary releases :PROPERTIES: :CUSTOM_ID: binary :END: #+index: Binaries!download In general we do not distribute binary releases but leave that to the common Linux distributions. However, for some operating systems we list pointers to readily installable releases. We cannot guarantee that the versions offered there are current. Note also that some of them apply security patches on top of the standard versions but keep the original version number. | OS | Where | Description | |---------+--------------------+------------------------------------------| | | <18> | | | Windows | [[https://gpg4win.org/download.html][Gpg4win]] | Full featured Windows version of /GnuPG/ | - | | {{{ftpopen}}}{{{ftp_loc_base}}}/binary/gnupg-w32-{{{gnupg22_w32_ver}}}.exe{{{ftpclose}}} {{{ftpopen}}}{{{ftp_loc_base}}}/binary/gnupg-w32-{{{gnupg22_w32_ver}}}.exe.sig{{{ftpcloseS}}} | Simple installer for the current /GnuPG/ | + | | {{{ftpopen}}}{{{ftp_loc_base}}}/binary/gnupg-w32-{{{gnupg24_w32_ver}}}.exe{{{ftpclose}}} {{{ftpopen}}}{{{ftp_loc_base}}}/binary/gnupg-w32-{{{gnupg24_w32_ver}}}.exe.sig{{{ftpcloseS}}} | Simple installer for the current /GnuPG/ | | | {{{ftpopen}}}{{{ftp_loc_base}}}/binary/gnupg-w32cli-{{{gnupg1_w32cli_ver}}}.exe{{{ftpclose}}} {{{ftpopen}}}{{{ftp_loc_base}}}/binary/gnupg-w32cli-{{{gnupg1_w32cli_ver}}}.exe.sig{{{ftpcloseS}}} | Simple installer for /GnuPG 1.4/ | | OS X | [[https://gpgtools.org][Mac GPG]] | Installer from the gpgtools project | | | [[https://sourceforge.net/p/gpgosx/docu/Download/][GnuPG for OS X]] | Installer for /GnuPG/ | | Debian | [[https://www.debian.org][Debian site]] | GnuPG is part of Debian | | RPM | [[http://rpmfind.net/][rpmfind]] | RPM packages for different OS | | Android | [[https://guardianproject.info/code/gnupg/][Guardian project]] | Provides a GnuPG framework | | VMS | [[http://www.antinode.info/dec/sw/gnupg.html][antinode.info]] | A port of GnuPG 1.4 to OpenVMS | | RISC OS | [[http://www.sbellon.de/gnupg.html][home page]] | A port of GnuPG to RISC OS | |---------+--------------------+------------------------------------------| ** End-of-life announcements :PROPERTIES: :CUSTOM_ID: end-of-life :END: We announce the end-of-life date for a current stable version at the time a new stable version is released. We maintain old branches for at least two years. For GnuPG 2.2 we consider 2.1.0 as the birth of this new stable branch. For most other packages we don't maintain branches and thus there is no end-of-life; always use the latest version. | Package | Ver. | End-of-life | Birth | |-----------+-------+----------------+------------| | | | | | | GnuPG | +1.0+ | 2002-09-07 | 1999-09-07 | | | +1.2+ | 2005-01-01 | 2002-09-21 | | | 1.4 | none (2) | 2004-12-16 | | | +2.0+ | 2017-12-31 | 2006-11-11 | | | 2.2 | 2024-12-31 (1) | 2014-11-06 | - | | 2.3 | tba | tba | + | | 2.3 | tba | 2021-04-07 | | Libgcrypt | +1.5+ | 2016-12-31 | 2011-06-29 | | | +1.6+ | 2017-06-30 | 2013-12-16 | | | +1.7+ | 2019-06-30 | 2016-04-15 | | | 1.8 | 2024-12-31 (1) | 2017-07-18 | | | 1.9 | 2024-03-31 | 2021-01-19 | - /(1)/: Long Term Support; eol date likely to be prolonged - /(2)/: Legacy version; see remarks above. - /tba/: To be announced. # eof # diff --git a/web/swdb.mac b/web/swdb.mac index 960460d..556cc81 100644 --- a/web/swdb.mac +++ b/web/swdb.mac @@ -1,238 +1,256 @@ # 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 +# +# GnuPG-2.4 +# +# The Git branch of this version: +#+macro: gnupg_branch master +# +#+macro: gnupg24_ver 2.3.0 +#+macro: gnupg24_date 2021-04-07 +#+macro: gnupg24_size 7380k +#+macro: gnupg24_sha1 44d06ef6625378e2d135420543e5fb06b62437ab +#+macro: gnupg24_sha2 84c1ef39e8621cfb70f31463a5d1d8edeab44332bc1e0e1af9b78b6f9ed05bb4 +#+macro: gnupg24_branch master +#+macro: gnupg24_w32_ver 2.3.0_20210407 +#+macro: gnupg24_w32_date 2021-04-07 +#+macro: gnupg24_w32_size 4560k +#+macro: gnupg24_w32_sha1 2c1a25a57a785cc96ae7ec317de9d1fb513161b7 +#+macro: gnupg24_w32_sha2 7710d8abd6f487b40244815086ed578e70859728ad90e56f8246aa8f569f16da + + # # GnuPG-2.2 # # The Git branch of the stable version: -#+macro: gnupg_branch STABLE-BRANCH-2-2 # #+macro: gnupg22_ver 2.2.27 #+macro: gnupg22_date 2021-01-11 #+macro: gnupg22_size 7023k #+macro: gnupg22_sha1 d928d4bd0808ffb8fe20d1161501401d5d389458 #+macro: gnupg22_sha2 34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399 #+macro: gnupg22_branch STABLE-BRANCH-2-2 #+macro: gnupg22_w32_ver 2.2.27_20210111 #+macro: gnupg22_w32_date 2021-01-11 #+macro: gnupg22_w32_size 4252k #+macro: gnupg22_w32_sha1 9f2ff2ce36b6537f895ab3306527f105ff95df8d #+macro: gnupg22_w32_sha2 5d89e239790822711eae2899467a764879d21440ab68e9413452fa96cedeba50 # # GnuPG 2.0 (end-of-life) # #+macro: gnupg20_ver 2.0.31 #+macro: gnupg20_date 2017-12-29 #+macro: gnupg20_size 4324k #+macro: gnupg20_sha1 a7d5021a6a39dd67942e00a1239e37063edb00f0 #+macro: gnupg20_sha2 095558cfbba52fba582963e97b0c016889570b4712d6b871abeef2cf93e62293 #+macro: gnupg20_branch STABLE-BRANCH-2-0 # # GnuPG-1 # #+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 3.1.15 #+macro: gpg4win_date 2021-01-26 #+macro: gpg4win_src_size 266234k #+macro: gpg4win_src_sha1 39813d69952abd50874c98cb4739bfb6b167ac30 #+macro: gpg4win_src_sha2 3f04482b7f80ab5f4846d3fcfab45e825d2a506e9348ba6e266fe6cc44811081 #+macro: gpg4win_exe_size 29239k #+macro: gpg4win_exe_sha1 fd822ac0a8b9e83fa5169bab69349f7c7d16f488 #+macro: gpg4win_exe_sha2 58b4de192ce0f3a7f25766e96ec379a8f125e3a1e2bdb2519c185a03a0a4ed4c # # GPA # #+macro: gpa_ver 0.10.0 #+macro: gpa_date 2018-10-16 #+macro: gpa_size 745k #+macro: gpa_sha1 61475989acd12de8b7daacd906200e8b4f519c5a #+macro: gpa_sha2 95dbabe75fa5c8dc47e3acf2df7a51cee096051e5a842b4c9b6d61e40a6177b1 # # PINENTRY # #+macro: pinentry_ver 1.1.1 #+macro: pinentry_date 2021-01-22 #+macro: pinentry_size 504k #+macro: pinentry_sha1 b8b88cab4fd844e3616d55aeba8f084f2b98fb0f #+macro: pinentry_sha2 cd12a064013ed18e2ee8475e669b9f58db1b225a0144debdb85a68cecddba57f # # GPGME # #+macro: gpgme_ver 1.15.1 #+macro: gpgme_date 2021-01-08 #+macro: gpgme_size 1659k #+macro: gpgme_sha1 5ae07a303fcf9cec490dabdfbc6e0f3b8f6dd5a0 #+macro: gpgme_sha2 eebc3c1b27f1c8979896ff361ba9bb4778b508b2496c2fc10e3775a40b1de1ad # # LIBGCRYPT # # The Git branch of the stable version: #+macro: libgcrypt_branch LIBGCRYPT-1.9-BRANCH # #+macro: libgcrypt_ver 1.9.2 #+macro: libgcrypt_date 2021-02-17 #+macro: libgcrypt_size 3131k #+macro: libgcrypt_sha1 29bd5d0a8f674d4521167dd518ef99b26d1e8f27 #+macro: libgcrypt_sha2 b2c10d091513b271e47177274607b1ffba3d95b188bbfa8797f948aec9053c5a # # The 1.8 LTS version. # #+macro: libgcrypt18_ver 1.8.7 #+macro: libgcrypt18_date 2020-10-23 #+macro: libgcrypt18_size 2915k #+macro: libgcrypt18_sha1 ea79a279b27bf25cb1564f96693128f8fc9f41d6 #+macro: libgcrypt18_sha2 03b70f028299561b7034b8966d7dd77ef16ed139c43440925fe8782561974748 # # LIBKSBA # #+macro: libksba_ver 1.5.1 #+macro: libksba_date 2021-04-06 #+macro: libksba_size 643k #+macro: libksba_sha1 740ac2551b33110e879aff100c6a6749284daf97 #+macro: libksba_sha2 b0f4c65e4e447d9a2349f6b8c0e77a28be9531e4548ba02c545d1f46dc7bf921 # # DirMngr (not any longer needed) # #+macro: dirmngr_ver 1.1.1 #+macro: dirmngr_date 2013-04-26 #+macro: dirmngr_size 554k #+macro: dirmngr_sha1 e708d4aa5ce852f4de3f4b58f4e4f221f5e5c690 # # LIBGPG-ERROR (aka GPGRT) # #+macro: libgpg_error_ver 1.42 #+macro: libgpg_error_date 2021-03-22 #+macro: libgpg_error_size 951k #+macro: libgpg_error_sha1 5e620d71fc24d287a7ac2460b1d819074bb8b9bb #+macro: libgpg_error_sha2 fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23 #+macro: gpgrt_ver 1.42 #+macro: gpgrt_date 2021-03-22 #+macro: gpgrt_size 951k #+macro: gpgrt_sha1 5e620d71fc24d287a7ac2460b1d819074bb8b9bb #+macro: gpgrt_sha2 fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23 # # LIBASSUAN # #+macro: libassuan_ver 2.5.5 #+macro: libassuan_date 2021-03-22 #+macro: libassuan_size 558k #+macro: libassuan_sha1 ec4f67c0117ccd17007c748a392ded96dc1b1ae9 #+macro: libassuan_sha2 8e8c2fcc982f9ca67dcbb1d95e2dc746b1739a4668bc20b3a3c5be632edb34e4 # # NTBTLS # #+macro: ntbtls_ver 0.2.0 #+macro: ntbtls_date 2020-08-27 #+macro: ntbtls_size 340k #+macro: ntbtls_sha1 3bbd98e5cfff7ca7514ae600599f0e1c1f351566 #+macro: ntbtls_sha2 649fe74a311d13e43b16b26ebaa91665ddb632925b73902592eac3ed30519e17 # # nPth # #+macro: npth_ver 1.6 #+macro: npth_date 2018-07-16 #+macro: npth_size 293k #+macro: npth_sha1 f9d63e9747b027e4e404fe3c20c73c73719e1731 #+macro: npth_sha2 1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 # # GpgEX # #+macro: gpgex_ver 1.0.7 #+macro: gpgex_date 2021-01-26 #+macro: gpgex_size 300k #+macro: gpgex_sha1 126bdbfed212fb71a2e39bd8e4b2411a57247543 #+macro: gpgex_sha2 ff6b9cce03d835bbf0fbfd5fbe986ed42813ababa4a98a791da8b57d745b5848 # # GpgOL # #+macro: gpgol_ver 2.4.10 #+macro: gpgol_date 2021-01-08 #+macro: gpgol_size 829k #+macro: gpgol_sha1 bde79b7f83c2c885fa5e9d4cf0abf5a7038d3799 #+macro: gpgol_sha2 d15c055b02ac6e10cf45043db1578392a112250f509e7cc832d22bca0db665d3 # # 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) # #+macro: zlib_ver 1.2.8 #+macro: zlib_sha1_gz a4d316c404ff54ca545ea71a27af7dbc29817088 # # 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 ---