Fix insecure hashes, prefer HTTPS over FTP, one whitespace fix (#1749)

This commit is contained in:
Viktor Szakats 2019-09-30 08:34:17 +02:00 committed by Алексей
parent 7f7316ba9b
commit c108910cdc
9 changed files with 16 additions and 16 deletions

View File

@ -13,7 +13,7 @@ groups=('sys-utils')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel')
options=('emptydirs' 'strip' '!makeflags')
source=(#http://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${_basever}${_rc}.tar.gz
https://ftp.osuosl.org/pub/blfs/conglomeration/cyrus-sasl/cyrus-sasl-${_basever}${_rc}.tar.gz
02-exeext.patch
03-fix-plugins.patch
04-manpage-paths.patch

View File

@ -12,8 +12,8 @@ depends=('sgml-common' 'perl')
install=${pkgname}.install
source=(https://sourceforge.net/projects/docbook/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
docbook-style-dsssl.Makefile)
sha1sums=('0ee935247c9f850e930f3b5c162dbc03915469cd'
'104a665b2c3e1520337533862cbd1c1c55d6e01c')
sha256sums=('2f329e120bee9ef42fbdd74ddd60e05e49786c5a7953a0ff4c680ae6bdf0e2bc'
'563662f6a3a0777f1ac037a0aebcfcdf7e9c8a8d3e042e69a33edffc0bcae1f1')
prepare() {
cd "${pkgname}-${pkgver}"

View File

@ -16,10 +16,10 @@ source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archiv
hexcurse-1.60.0-msys2-automake-version.diff
hexcurse-1.60.0-msys2-getopt.diff
hexcurse-1.60.0-gcc7.patch)
md5sums=('cb24b564bea21a615a5c6a2ee30d6cad'
'255adfe8f653b4c9f31c3120e42e77d3'
'6f2ee1e8a72493c08db0a7e49ac4d630'
'588e41b5a760d07d2f26619a68e88359')
sha256sums=('f6919e4a824ee354f003f0c42e4c4cef98a93aa7e3aa449caedd13f9a2db5530'
'f158c7034b15333808053a4988bd34ed3396f57328f9579cb9e94549a6b95659'
'011f257f66bdeda280815fc0a31cdcf41f94a45bbd26c2789fc5f8ae883b96ae'
'9f55c908acb9312c21d3f77c07f4e3dad7dc257802c9ada9b30c496576bda131')
# Helper macros to help make tasks easier #
apply_patch_with_msg() {
@ -32,7 +32,7 @@ apply_patch_with_msg() {
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
apply_patch_with_msg \
hexcurse-1.60.0-msys2-automake-version.diff \
hexcurse-1.60.0-msys2-getopt.diff \

View File

@ -14,9 +14,9 @@ install=mpc.install
options=('!emptydirs')
source=(https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz{,.sig}
mpc-1.0.1-msys2.patch)
sha1sums=('b019d9e1d27ec5fb99497159d43a3164995de2d0'
'SKIP'
'0fa851f841aa3d38d9688941ee46317c916da925')
sha256sums=('6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e'
'SKIP'
'19076b3d88b5c72f08e9f99d1a8642897fc7e64e68aa3a9884bf7f0e761f1c34')
validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3') # Andreas Enge

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.pcre.org/"
license=('BSD')
makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel')
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}
source=(https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}
pcre-8.33-msys2-fix-ln.patch
pcre-8.33-msys2.patch)
sha256sums=('91e762520003013834ac1adb4a938d53b22a216341c061b0cf05603b290faf6b'

View File

@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.pcre.org/"
license=('BSD')
makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel')
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}
source=(https://ftp.pcre.org/pub/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}
pcre2-10.31-msys2.patch)
sha256sums=('35514dff0ccdf02b55bd2e9fa586a1b9d01f62332c3356e379eabb75f789d8aa'
'SKIP'

View File

@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl')
checkdepends=('perl-Test-Deep' 'perl-Test-YAML')
options=('!emptydirs')
source=(ftp://ftp.cpan.org/pub/CPAN/modules/by-module/YAML/${_realname}-${pkgver}.tar.gz)
source=(https://cpan.metacpan.org/authors/id/T/TI/TINITA/${_realname}-${pkgver}.tar.gz)
sha256sums=('9c5c57389c31fa1d863ae9235ca6d694b364c741df7856105b54aa96b7d6853e')
prepare() {

View File

@ -10,7 +10,7 @@ url='https://www.docbook.org/xml/'
license=('GPL')
install='sgml-common.install'
depends=('sh')
source=("ftp://sources.redhat.com/pub/docbook-tools/new-trials/SOURCES/sgml-common-${pkgver}.tgz"
source=("https://ftp.osuosl.org/pub/blfs/conglomeration/sgml-common/sgml-common-${pkgver}.tgz"
'sgml-common-0.6.3-manpage-1.patch')
noextract=("sgml-common-${pkgver}.tgz")
sha512sums=('3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c'

View File

@ -10,7 +10,7 @@ license=('BSD')
depends=('libbz2')
options=('!makeflags')
groups=('compression')
source=("ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${pkgver//./}.tgz"
source=("https://downloads.sourceforge.net/project/infozip/Zip%20${pkgrel}.x%20%28latest%29/${pkgver}/${pkgname}${pkgver//./}.tar.gz"
'zip-3.0-11.src.patch'
'zip-3.0-build.patch')
sha256sums=('f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369'