Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
Adélie Package Tree
Commits
9085eb9a
Verified
Commit
9085eb9a
authored
Feb 27, 2019
by
Luis Ressel
Browse files
system/*: Change source urls to https:// wherever possible
parent
5ab52bb7
Changes
108
Hide whitespace changes
Inline
Side-by-side
system/apk-tools/APKBUILD
View file @
9085eb9a
...
...
@@ -12,7 +12,7 @@ makedepends_build=""
makedepends_host
=
"zlib-dev openssl openssl-dev linux-headers"
makedepends
=
"
$makedepends_build
$makedepends_host
"
subpackages
=
"
$pkgname
-static"
source
=
"http://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
source
=
"http
s
://dev.alpinelinux.org/archive/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
pmmx.patch
"
...
...
system/attr/APKBUILD
View file @
9085eb9a
...
...
@@ -11,7 +11,7 @@ depends=""
makedepends
=
"libtool autoconf automake bash gettext-tiny gettext-tiny-dev"
checkdepends
=
"perl"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang libattr"
source
=
"http://download.savannah.nongnu.org/releases/attr/attr-
$pkgver
.tar.gz
source
=
"http
s
://download.savannah.nongnu.org/releases/attr/attr-
$pkgver
.tar.gz
test-runner-musl.patch
test-runner-perl.patch
"
...
...
system/autoconf/APKBUILD
View file @
9085eb9a
...
...
@@ -5,10 +5,10 @@ pkgrel=2
pkgdesc
=
"A GNU tool for automatically configuring source code"
arch
=
"noarch"
license
=
"GPL-2.0+"
url
=
"http://www.gnu.org/software/autoconf"
url
=
"http
s
://www.gnu.org/software/autoconf"
depends
=
"m4 perl"
subpackages
=
"
$pkgname
-doc"
source
=
"
f
tp://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
source
=
"
ht
tp
s
://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
autoconf-2.69-fix-perl-regex.patch
"
...
...
system/automake/APKBUILD
View file @
9085eb9a
...
...
@@ -11,8 +11,7 @@ depends="perl"
makedepends
=
"autoconf"
#checkdepends="bash gzip coreutils diffutils"
subpackages
=
"
$pkgname
-doc"
source
=
"ftp://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
source
=
"https://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
...
...
system/bash/APKBUILD
View file @
9085eb9a
...
...
@@ -8,7 +8,7 @@ _myver=${pkgver%.*}
_patchbase
=
${
_myver
/./
}
pkgrel
=
1
pkgdesc
=
"The GNU Bourne Again shell"
url
=
"http://www.gnu.org/software/bash/bash.html"
url
=
"http
s
://www.gnu.org/software/bash/bash.html"
arch
=
"all"
license
=
"GPL-3.0+"
makedepends_build
=
"byacc flex"
...
...
@@ -18,7 +18,7 @@ options="!checkroot"
install
=
"
$pkgname
.post-upgrade
$pkgname
.pre-deinstall"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang
$pkgname
-binsh:binsh:noarch"
source
=
"http://ftp.gnu.org/gnu/bash/bash-
${
_myver
}
.tar.gz
source
=
"http
s
://ftp.gnu.org/gnu/bash/bash-
${
_myver
}
.tar.gz
bash-noinfo.patch
bash44-sensible-defaults.patch
bashrc
...
...
@@ -29,7 +29,7 @@ _pad="00"
while
[
$_i
-le
$_patchlevel
]
;
do
[
$_i
-ge
10
]
&&
_pad
=
"0"
[
$_i
-ge
100
]
&&
_pad
=
source
=
"
$source
http://ftp.gnu.org/gnu/bash/bash-
$_myver
-patches/bash
$_patchbase
-
$_pad$_i
"
source
=
"
$source
http
s
://ftp.gnu.org/gnu/bash/bash-
$_myver
-patches/bash
$_patchbase
-
$_pad$_i
"
_i
=
$((
$_i
+
1
))
done
...
...
system/binutils/APKBUILD
View file @
9085eb9a
...
...
@@ -3,7 +3,7 @@ pkgname=binutils
pkgver
=
2.32
pkgrel
=
0
pkgdesc
=
"Tools necessary to build programs"
url
=
"http://www.gnu.org/software/binutils/"
url
=
"http
s
://www.gnu.org/software/binutils/"
depends
=
""
makedepends_build
=
"byacc flex texinfo"
makedepends_host
=
"zlib-dev"
...
...
@@ -14,7 +14,7 @@ license="GPL-2.0+ AND GPL-3.0+ AND LGPL-2.0+ AND LGPL-2.1+ AND LGPL-3.0+ AND BSD
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang
$pkgname
-libs"
# non-PIC is unsupported by musl/ppc
[
"
${
CARCH
}
"
!=
"ppc"
]
||
options
=
'!check'
source
=
"http://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
source
=
"http
s
://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
binutils-ld-fix-static-linking.patch
disable-gnu-mbind.patch
disable-ifunc-tests.patch
...
...
system/bison/APKBUILD
View file @
9085eb9a
...
...
@@ -13,7 +13,7 @@ checkdepends="bison flex"
makedepends
=
"perl"
provider_priority
=
1
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"
f
tp://ftp.gnu.org/gnu/bison/
${
pkgname
}
-
${
pkgver
}
.tar.xz"
source
=
"
ht
tp
s
://ftp.gnu.org/gnu/bison/
${
pkgname
}
-
${
pkgver
}
.tar.xz"
build
()
{
cd
"
$builddir
"
...
...
system/coreutils/APKBUILD
View file @
9085eb9a
...
...
@@ -5,7 +5,7 @@ pkgname=coreutils
pkgver
=
8.30
pkgrel
=
0
pkgdesc
=
"Basic file, shell, and text manipulation utilities"
url
=
"http://www.gnu.org/software/coreutils/"
url
=
"http
s
://www.gnu.org/software/coreutils/"
arch
=
"all"
license
=
"GPL-3.0+"
options
=
"!checkroot"
...
...
@@ -15,7 +15,7 @@ makedepends="bash acl-dev attr-dev"
subpackages
=
"
$pkgname
-doc"
[
${
CBUILD
}
==
${
CHOST
}
]
&&
subpackages
=
"
$subpackages
$pkgname
-lang"
install
=
"
$pkgname
.post-deinstall"
source
=
"http://ftp.gnu.org/gnu/coreutils/
$pkgname
-
$pkgver
.tar.xz
source
=
"http
s
://ftp.gnu.org/gnu/coreutils/
$pkgname
-
$pkgver
.tar.xz
disable-csplit-io-err-test.patch
disable-mbrtowc-test.patch
localename-test-fix.patch
...
...
@@ -76,12 +76,10 @@ package() {
ln
-s
../bin/coreutils
"
$pkgdir
"
/usr/sbin/chroot
}
bae804f057252c25452ac178c545dc2c4b4775cbfbdcfd4775edd1a4ed6507882bfac39e2b11ad01b74230ca48d761bf62f11bde5bcbc35a6e5a61cbe4a46e36 051_all_coreutils-mangen.patch
"
return 0
sha512sums="
25bc132c0d89ce71c33e417f04649c9fcfce6c5ef8b19f093b2e9e2851bfde9b5a31e20499d9c427332228ba54b88d445ddb445551e1944bb8f5cbff5ffa4eda coreutils-8.30.tar.xz
bd8b5cecba59eba30458c8afa895877d39a987b989bc06b70cd6836e0ef684677aaadcb4949b58a713779fe1df1e15e3903e9be14e306671b86b69018b75de8b disable-csplit-io-err-test.patch
532ef8210261437855ba3e2fc72ec57b0e0252b2b0f7817990c9629613ece2cdd86cf30aa049f3cff6fbda12ed3bb9a0db3a3642475378ae44ce319bdf005d9b disable-mbrtowc-test.patch
86944e9ea5493c5b21ab62562a63aa134952738297b21cfb2e8f751db4a695ff25ee1592eb231ed1bb80999bc31f7504c7feffde2e93b4e068c05c44ac83cbdf localename-test-fix.patch
"
[
${
CBUILD
}
!=
${
CHOST
}
]
&&
sha512sums
=
"
$sha512sums
bae804f057252c25452ac178c545dc2c4b4775cbfbdcfd4775edd1a4ed6507882bfac39e2b11ad01b74230ca48d761bf62f11bde5bcbc35a6e5a61cbe4a46e36 051_all_coreutils-mangen.patch
"
return
0
system/cvs/APKBUILD
View file @
9085eb9a
...
...
@@ -4,7 +4,7 @@ pkgname=cvs
pkgver
=
1.11.23
pkgrel
=
1
pkgdesc
=
"Concurrent Versions System"
url
=
"http://www.nongnu.org/cvs/"
url
=
"http
s
://www.nongnu.org/cvs/"
arch
=
"all"
options
=
"!check"
# "Note that the test can take an hour or more to run"
license
=
"GPL-2.0+"
...
...
@@ -12,7 +12,7 @@ depends=""
makedepends
=
"zlib-dev"
install
=
subpackages
=
"
$pkgname
-doc"
source
=
"http://ftp.gnu.org/non-gnu/cvs/source/stable/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
source
=
"http
s
://ftp.gnu.org/non-gnu/cvs/source/stable/
$pkgver
/
$pkgname
-
$pkgver
.tar.gz
cvs-musl.patch
"
...
...
system/db/APKBUILD
View file @
9085eb9a
...
...
@@ -10,7 +10,7 @@ options="!check" # "check target not available"
depends
=
makedepends
=
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-utils
$pkgname
-c++:cxx"
source
=
"http://download.oracle.com/berkeley-db/db-
$pkgver
.tar.gz
source
=
"http
s
://download.oracle.com/berkeley-db/db-
$pkgver
.tar.gz
atomics.patch
"
...
...
system/diffutils/APKBUILD
View file @
9085eb9a
...
...
@@ -4,10 +4,10 @@ pkgver=3.6
pkgrel
=
2
pkgdesc
=
"Show differences among files"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
url
=
"http://www.gnu.org/software/diffutils/"
url
=
"http
s
://www.gnu.org/software/diffutils/"
arch
=
"all"
license
=
"GPL-3.0+"
source
=
"http://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
source
=
"http
s
://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
disable-mbrtowc-test.patch
gnulib-tests-dont-require-gpg-passphrase.patch
"
...
...
system/expat/APKBUILD
View file @
9085eb9a
...
...
@@ -7,7 +7,7 @@ url="https://libexpat.github.io/"
arch
=
"all"
license
=
"MIT"
checkdepends
=
"bash"
source
=
"http://downloads.sourceforge.net/project/expat/expat/
$pkgver
/expat-
$pkgver
.tar.bz2"
source
=
"http
s
://downloads.sourceforge.net/project/expat/expat/
$pkgver
/expat-
$pkgver
.tar.bz2"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
system/expect/APKBUILD
View file @
9085eb9a
...
...
@@ -9,7 +9,7 @@ arch="all"
license
=
"Public-Domain"
makedepends
=
"tcl-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"http://downloads.sourceforge.net/project/expect/Expect/
$pkgver
/
$pkgname$pkgver
.tar.gz"
source
=
"http
s
://downloads.sourceforge.net/project/expect/Expect/
$pkgver
/
$pkgname$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname$pkgver
prepare
()
{
...
...
system/findutils/APKBUILD
View file @
9085eb9a
...
...
@@ -13,7 +13,7 @@ makedepends=""
checkdepends
=
"coreutils diffutils dejagnu"
install
=
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"http://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
source
=
"http
s
://ftp.gnu.org/pub/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
localename-test-fix.patch
gnulib-tests-dont-require-gpg-passphrase.patch
"
...
...
system/grep/APKBUILD
View file @
9085eb9a
...
...
@@ -11,7 +11,7 @@ license="GPL-3.0+"
makedepends
=
"pcre-dev autoconf automake"
checkdepends
=
"coreutils bash diffutils"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"http://mirrors.kernel.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
source
=
"http
s
://mirrors.kernel.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.xz
gnulib-tests-dont-require-gpg-passphrase.patch
fix-tests.patch"
...
...
system/groff/APKBUILD
View file @
9085eb9a
...
...
@@ -10,7 +10,7 @@ license="GPL-3.0+"
depends
=
makedepends
=
"perl texinfo"
subpackages
=
"
$pkgname
-doc"
source
=
"
f
tp://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"
ht
tp
s
://ftp.gnu.org/gnu/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
...
...
system/help2man/APKBUILD
View file @
9085eb9a
...
...
@@ -10,7 +10,7 @@ license="GPL-3.0+"
depends
=
"perl"
makedepends
=
"gettext-tiny"
subpackages
=
"
$pkgname
-doc"
source
=
"
f
tp://ftp.gnu.org/gnu/help2man/help2man-
$pkgver
.tar.xz"
source
=
"
ht
tp
s
://ftp.gnu.org/gnu/help2man/help2man-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
...
...
system/icu/APKBUILD
View file @
9085eb9a
...
...
@@ -8,14 +8,14 @@ _ver=${pkgver//./_}
pkgrel
=
1
pkgdesc
=
"International Components for Unicode library"
url
=
"http://www.icu-project.org/"
url
=
"http
s
://www.icu-project.org/"
arch
=
"all"
license
=
"ICU"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc
$pkgname
-libs"
depends
=
""
checkdepends
=
"diffutils"
makedepends
=
""
source
=
"http://download.icu-project.org/files/icu4c/
${
pkgver
}
/
${
pkgname
}
4c-
$_ver
-src.tgz
source
=
"http
s
://download.icu-project.org/files/icu4c/
${
pkgver
}
/
${
pkgname
}
4c-
$_ver
-src.tgz
icu-60.2-always-use-utf8.patch
checkimpl.patch
"
...
...
system/libarchive/APKBUILD
View file @
9085eb9a
...
...
@@ -4,14 +4,14 @@ pkgname=libarchive
pkgver
=
3.3.3
pkgrel
=
0
pkgdesc
=
"Library for creating and reading streaming archives"
url
=
"http://libarchive.org/"
url
=
"http
s
://libarchive.org/"
arch
=
"all"
options
=
"!check"
# needs EUC-JP and KOI8R support in iconv
license
=
"BSD-2-Clause AND BSD-3-Clause AND Public-Domain"
makedepends
=
"zlib-dev bzip2-dev xz-dev lz4-dev acl-dev openssl-dev expat-dev
attr-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"http://www.libarchive.org/downloads/
$pkgname
-
$pkgver
.tar.gz
source
=
"http
s
://www.libarchive.org/downloads/
$pkgname
-
$pkgver
.tar.gz
seek-error.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
...
...
system/libcap-ng/APKBUILD
View file @
9085eb9a
...
...
@@ -3,14 +3,14 @@ pkgname=libcap-ng
pkgver
=
0.7.9
pkgrel
=
0
pkgdesc
=
"POSIX capabilities library"
url
=
"http://people.redhat.com/sgrubb/libcap-ng/index.html"
url
=
"http
s
://people.redhat.com/sgrubb/libcap-ng/index.html"
arch
=
"all"
license
=
"LGPL-2.1+"
depends_dev
=
"linux-headers"
makedepends
=
"python3
$depends_dev
"
makedepends_host
=
"
$depends_dev
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-utils"
source
=
"http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-
$pkgver
.tar.gz
source
=
"http
s
://people.redhat.com/sgrubb/libcap-ng/libcap-ng-
$pkgver
.tar.gz
fix-includes.patch
"
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment