upg eudev pacman-mirrorlist libcap pacman base
This commit is contained in:
parent
a45166fcd9
commit
f93d3c0c6d
24 changed files with 349 additions and 129 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=base
|
||||
pkgver=10.0
|
||||
pkgrel=03
|
||||
pkgrel=04
|
||||
pkgdesc='Minimal set of packages to define a basic JOBORun Linux installation'
|
||||
url='http://pozol.eu'
|
||||
groups=( jobbase )
|
||||
|
@ -17,6 +17,7 @@ optdepends=('linux-lts: recommended kernel'
|
|||
'linux: alternative latest lts kernel'
|
||||
's6-suite: s6 and 66 system and basic booting necessities'
|
||||
'grub: bootloader capable of a multiboot system of various OSes'
|
||||
'limine: a new bootloader handling GPT/MBR BIOS/EFI with same config'
|
||||
'syslinux: alternative bootloader lighter than grub' )
|
||||
|
||||
makedepends=('sh' 'glibc')
|
||||
|
@ -36,10 +37,11 @@ package() {
|
|||
# to try the system as a chroot of another, a kernel is not mandatory
|
||||
|
||||
# keyrings GnuPG keys of repo and pkg signatures
|
||||
'archlinux-keyring' 'obarun-keyring' 'joborun-keyring'
|
||||
# they are included as dependencies in pacman
|
||||
## 'archlinux-keyring' 'obarun-keyring' 'joborun-keyring'
|
||||
|
||||
# POSIX tools
|
||||
'coreutils' 'file' 'findutils' 'gawk' 'grep' 'procps-ng' 'sed' 'tar'
|
||||
'coreutils' 'file' 'findutils' 'grep' 'procps-ng' 'sed' 'tar'
|
||||
|
||||
# standard linux toolset
|
||||
'pciutils' 'psmisc' 'shadow' 'util-linux' 'bzip2' 'gzip' 'lzip' 'xz' 'sudo'
|
||||
|
@ -66,5 +68,6 @@ package() {
|
|||
|
||||
license=('ISC')
|
||||
|
||||
sha256sums=(cf5a5b593698d38b717e4c4274c6a1dd6a5b1c93e03b826bbbc18b6872f79c9f) # README.txt
|
||||
sha256sums=(1fdbd46fc0e2ed0bd25c4164e841a0bc55337a37970035c5dc10df333e577aa4) # README.txt
|
||||
|
||||
## c91a04c8d1594878b88379917bdba7c5703c3e053171b25e064a9dd95a8a041c base-10.0-04-x86_64.pkg.tar.lz
|
||||
|
|
|
@ -1,38 +1,53 @@
|
|||
This is the base package for the minimal joborun installation.
|
||||
Make sure you choose a kernel and bootloader before you attempt your first boot and also run
|
||||
jobo-setup as root to ensure proper minimal configuration.
|
||||
|
||||
Make sure you choose a kernel and bootloader before you attempt
|
||||
your first boot and also run jobo-setup as root to ensure proper
|
||||
minimal configuration.
|
||||
|
||||
Recommended kernel built by us is linux-lts (5.10) or linux (5.15)
|
||||
We have more ranging from 4.9 to 6.3 or you can install the arch
|
||||
kernels ie (% pacman -S core/linux-zen)
|
||||
________
|
||||
|
||||
For a minimal chroot pkg building environment install jobbot.
|
||||
This is all you need to start building, see the wiki for details.
|
||||
________
|
||||
|
||||
What you initially get is a console non graphic system, but we have a setup script in the tarball's
|
||||
user's home directory (/home/make/) that you can choose between an openbox or Jwm bundle, if this is
|
||||
what you like. Of course you are free to install whatever environment you like from Obarun, Arch,
|
||||
OUR and AUR repositories. It is just that we are not willing to support and assist in anything
|
||||
beyond the minimalistic installation of a window manager and this without a Display Manager and its
|
||||
complications.
|
||||
What you initially get is a console non graphic system, but we
|
||||
have a setup script in the tarball's /usr/local/bin/ directory
|
||||
that you can choose between an openbox or Jwm bundle, if this is
|
||||
what you like. Of course you are free to install whatever
|
||||
environment you like from Obarun, Arch, OUR and AUR repositories.
|
||||
It is just that we are not willing to support and assist in
|
||||
anything beyond the minimalistic installation of a window manager
|
||||
and this without a Display Manager and its complications.
|
||||
________
|
||||
|
||||
As other distros condition their users with a ton of packages and graphic eye candy we will try
|
||||
to de-condition our users by showing an alternative route of doing what you really want to do
|
||||
with the least possible complications. For example, if the only reason you use the system is to
|
||||
use something like an office-suite to create and publish documents, all you may need is something
|
||||
like vtwm, where you can spread out a huge area of documents and data, and something like
|
||||
Libre-Office. You can boot into a system requiring 120-150MB of Ram and get to work, without
|
||||
the overhead of a login-manager, a display-manager, a huge desktop-setup.
|
||||
As other distros condition their users with a ton of packages and
|
||||
graphic eye candy we will try to de-condition our users by showing
|
||||
an alternative route of doing what you really want to do with the
|
||||
least possible complications. For example, if the only reason you
|
||||
use the system is to use something like an office-suite to create
|
||||
and publish documents, all you may need is something like vtwm,
|
||||
where you can spread out a huge area of documents and data, and
|
||||
something like Libre-Office.
|
||||
|
||||
######## delete the empty spaces from the addresses below ########
|
||||
joborun @ disroot . org reddit . com / r / joborun
|
||||
######## delete the empty spaces from the above addresses ########
|
||||
You can boot into a graphical system requiring 120-150MB of Ram
|
||||
or 35MB in console, and get to work, without the overhead of a
|
||||
login-manager, a display-manager, and a huge desktop-setup.
|
||||
|
||||
We are always open to constructive criticism, suggestions, recommendations, complaints,... We are
|
||||
here to discuss, not just one on one, but collectively, all that we have an interest in improving
|
||||
this system. We perceive joborun as an alternative initial proposal containing specific guidelines,
|
||||
values and principles. Where it will go and how it will evolve will depend on the participating
|
||||
community, contributing, proposing, suggesting, arguing, debating, etc. When we collectivel get
|
||||
convinced of a change the change will take place according to our new agreement.
|
||||
get in touch: joborun@disroot.org or www.reddit.com/r/joborun
|
||||
|
||||
We are always open to constructive criticism, suggestions,
|
||||
recommendations, complaints,... We are here to discuss, not just
|
||||
one on one, but collectively, all that we have an interest in
|
||||
improving this system. We perceive joborun as an alternative
|
||||
initial proposal containing specific guidelines, values and
|
||||
principles. Where it will go and how it will evolve will depend
|
||||
on the participating community, contributing, proposing,
|
||||
suggesting, arguing, debating, etc. When we collectivel get
|
||||
convinced of a change the change will take place according to
|
||||
our new agreement.
|
||||
|
||||
Simple? Let us hope it is.
|
||||
|
||||
|
|
|
@ -5,29 +5,36 @@
|
|||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
#
|
||||
# WARNING this is the 3rd beta version of 3.2.12 not yet officially released
|
||||
# The last stable release is 3.2.11 as provided in the jobcore repository
|
||||
# Install this for testing and contributing to the development of eudev
|
||||
# Rebuilt today 3/15/23 due to gobject 1.76.0 upgrade
|
||||
# Now pkgrel=04 becomes jobcore eudev-3.2.12-01
|
||||
# while eudev-3.2.11 becomes jobcomm/eudev-stable
|
||||
#
|
||||
pkgbase=eudev
|
||||
pkgname=(eudev libeudev)
|
||||
pkgver=3.2.11
|
||||
pkgrel=05
|
||||
pkgver=3.2.12 #-pre3
|
||||
pkgrel=01 ## gobject-introspection 1.76.0
|
||||
_udev_ver=243
|
||||
|
||||
# version can be found at $src/configure.ac UDEV_VERSION
|
||||
pkgdesc="The userspace dev tools (udev) - ex-gentoo forked edition - PRE-3 2.12 edition"
|
||||
# This is the old official gentoo fork source location
|
||||
#url="https://github.com/gentoo/eudev"
|
||||
#source=("git+https://anongit.gentoo.org/git/proj/eudev.git")
|
||||
|
||||
#url="https://github.com/eudev-project/eudev/releases/download/v3.2.12-pre3/eudev-3.2.12-pre3.tar.gz
|
||||
#source=("git+https://anongit.gentoo.org/git/proj/eudev.git"
|
||||
url="https://github.com/eudev-project/eudev/releases/download"
|
||||
source=($url/v$pkgver/$pkgbase-$pkgver.tar.gz{,.asc}
|
||||
source=($url/v$pkgver-pre3/$pkgbase-$pkgver-pre3.tar.gz{,.asc}
|
||||
initcpio_hooks
|
||||
initcpio_install
|
||||
udev-hwdb.hook )
|
||||
|
||||
groups=('base')
|
||||
arch=(x86_64)
|
||||
makedepends=( gobject-introspection gperf gtk-doc intltool kmod gawk gcc glib2 libxslt libtool m4 make sed util-linux) # autoconf automake linux-lts-headers )
|
||||
makedepends=( gobject-introspection gperf gtk-doc intltool kmod gawk gcc glib2 libxslt libtool m4 make sed util-linux) # autoconf automake linux-lts-headers -- used before by Obarun
|
||||
options=( !staticlibs !libtool)
|
||||
|
||||
prepare(){
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$pkgver-pre3
|
||||
|
||||
sed -e 's/GROUP="dialout"/GROUP="uucp"/' \
|
||||
-e 's/GROUP="tape"/GROUP="storage"/' \
|
||||
|
@ -36,12 +43,13 @@ prepare(){
|
|||
}
|
||||
|
||||
build() {
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$pkgver-pre3
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-rootprefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/bin \
|
||||
--enable-introspection \
|
||||
--enable-kmod \
|
||||
|
@ -56,8 +64,7 @@ build() {
|
|||
}
|
||||
|
||||
package_eudev() {
|
||||
pkgdesc="The userspace dev tools (udev) forked by Gentoo"
|
||||
|
||||
pkgdesc="The userspace dev tools (udev) - pre-3.2.12 edition"
|
||||
backup=(
|
||||
'etc/udev/udev.conf'
|
||||
'usr/lib/udev/rules.d/80-net-name-slot.rules'
|
||||
|
@ -73,7 +80,7 @@ package_eudev() {
|
|||
conflicts=(eudev-git udev eudev-libgudev)
|
||||
replaces=(udev smdev nldev)
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$pkgver-pre3
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
|
@ -87,26 +94,31 @@ package_eudev() {
|
|||
}
|
||||
|
||||
package_libeudev() {
|
||||
pkgdesc="eudev client libraries"
|
||||
pkgdesc="eudev client libraries - pre 3.2.12 edition"
|
||||
depends=(glib2 glibc)
|
||||
conflicts=(libudev-zero 'libudev.so' 'libeudev-git')
|
||||
replaces=(libudev-zero libudev)
|
||||
provides=("libudev=$_udev_ver" 'libudev.so')
|
||||
conflicts=('libudev.so' 'libeudev-git' 'libudev-zero')
|
||||
replaces=('libudev-zero' 'libudev')
|
||||
provides=("libudev=${_udev_ver}" 'libudev.so')
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$pkgver-pre3
|
||||
|
||||
make -C src/libudev DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=(GPL)
|
||||
|
||||
validpgpkeys=('BA60BC20F37E59444D6D25001365720913D2F22D') # Boian Bonev (GnuPG Release Key) <bbonev@ipacct.com>
|
||||
|
||||
sha256sums=(19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b # eudev-3.2.11.tar.gz
|
||||
ae59dba00db3d689a7903c5bb412d75815d89cec5bd4dd8d97938d24c4ecc7ee # eudev-3.2.11.tar.gz.asc
|
||||
892ce43218e0a458981bbce451252c8987dc398e60b8de288e7542b8f2409c13 # initcpio_hooks
|
||||
77dd1fd318b4456409aceb077f060b87944defb07cf39d29ad1968dc6f361875 # initcpio_install
|
||||
846e9ddbb95c8394ba7efe75107cc1308426921bc042f5d6b48fa4c2dcbac151) # udev-hwdb.hook
|
||||
sha256sums=(abed466623141a8049b50321bce45eeb2345a080945e0ec516031f268a0d8019 # eudev-3.2.12-pre3.tar.gz
|
||||
9147d8d6988013b95d7289cf23ada95eea1ad09f100402aa61019b1208c67c32 # eudev-3.2.12-pre3.tar.gz.asc
|
||||
892ce43218e0a458981bbce451252c8987dc398e60b8de288e7542b8f2409c13 # initcpio_hooks
|
||||
77dd1fd318b4456409aceb077f060b87944defb07cf39d29ad1968dc6f361875 # initcpio_install
|
||||
846e9ddbb95c8394ba7efe75107cc1308426921bc042f5d6b48fa4c2dcbac151) # udev-hwdb.hook
|
||||
|
||||
## 79f2e799ae08a87cd04b7c62af34b4b98c4b9b808a031b16897a0799f0dfb112 eudev-3.2.12-01-x86_64.pkg.tar.lz
|
||||
## 61f85f5a68d96e824a4a98ea22de6546febe2780a553ea44cab8970ceff32246 libeudev-3.2.12-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -8,8 +8,10 @@
|
|||
# DESCRIPTION ]
|
||||
|
||||
pkgbase=eudev
|
||||
pkgver=3.2.11
|
||||
pkgrel=3
|
||||
pkgver=3.2.12.pre3
|
||||
_ver=3.2.12-pre3
|
||||
pkgrel=1
|
||||
# version can be found at configure.ac UDEV_VERSION
|
||||
udevver=243
|
||||
url="https://github.com/eudev-project/eudev"
|
||||
|
||||
|
@ -18,8 +20,8 @@ pkgname=(
|
|||
'libeudev'
|
||||
)
|
||||
|
||||
track="eudev/releases/download/v$pkgver"
|
||||
target="eudev-$pkgver"
|
||||
track="eudev/releases/download/v$_ver"
|
||||
target="eudev-$_ver"
|
||||
source=(
|
||||
"https://github.com/eudev-project/${track}/${target}.tar.gz"
|
||||
initcpio_hooks
|
||||
|
@ -47,7 +49,7 @@ options=(
|
|||
# BUILD PREPARE ]
|
||||
|
||||
prepare(){
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$_ver
|
||||
|
||||
sed -e 's/GROUP="dialout"/GROUP="uucp"/' \
|
||||
-e 's/GROUP="tape"/GROUP="storage"/' \
|
||||
|
@ -75,7 +77,7 @@ _flags=(
|
|||
# BUILD ]
|
||||
|
||||
build() {
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$_ver
|
||||
|
||||
if [ -f "Makefile" ];then
|
||||
msg2 "Cleaning up..."
|
||||
|
@ -118,7 +120,7 @@ package_eudev() {
|
|||
"udev=$udevver"
|
||||
)
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$_ver
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
|
@ -143,7 +145,7 @@ package_libeudev() {
|
|||
'libudev.so'
|
||||
)
|
||||
|
||||
cd $pkgbase-$pkgver
|
||||
cd $pkgbase-$_ver
|
||||
|
||||
make -C src/libudev DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
@ -154,4 +156,7 @@ package_libeudev() {
|
|||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
|
||||
sha512sums=('')
|
||||
sha256sums=('abed466623141a8049b50321bce45eeb2345a080945e0ec516031f268a0d8019'
|
||||
'892ce43218e0a458981bbce451252c8987dc398e60b8de288e7542b8f2409c13'
|
||||
'77dd1fd318b4456409aceb077f060b87944defb07cf39d29ad1968dc6f361875'
|
||||
'846e9ddbb95c8394ba7efe75107cc1308426921bc042f5d6b48fa4c2dcbac151')
|
||||
|
|
|
@ -1 +1 @@
|
|||
rm -rf {src,pkg,eu*tar.gz*}
|
||||
rm -rf {src,pkg,eudev*tar.gz*}
|
||||
|
|
0
eudev/initcpio_hooks
Normal file → Executable file
0
eudev/initcpio_hooks
Normal file → Executable file
0
eudev/initcpio_install
Normal file → Executable file
0
eudev/initcpio_install
Normal file → Executable file
|
@ -1 +1,2 @@
|
|||
gpg -v --recv-key 1365720913D2F22D
|
||||
gpg -v --recv-keys 1365720913D2F22D
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
real 0m27.032s
|
||||
user 0m50.408s
|
||||
sys 0m4.961s
|
||||
|
||||
|
||||
real 0m52.866s
|
||||
user 0m40.056s
|
||||
sys 0m4.613s
|
||||
|
||||
|
|
|
@ -6,39 +6,83 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=libcap
|
||||
pkgver=2.67
|
||||
pkgver=2.68
|
||||
pkgrel=01
|
||||
pkgdesc='POSIX 1003.1e capabilities'
|
||||
arch=('x86_64')
|
||||
url="https://sites.google.com/site/fullycapable/"
|
||||
depends=('glibc' 'pam')
|
||||
makedepends=('linux-api-headers')
|
||||
depends=(glibc pam gcc-libs)
|
||||
makedepends=('linux-api-headers' 'go')
|
||||
provides=('libcap.so' 'libpsx.so')
|
||||
#options=(debug) ## removed 20230206 by arch as an option
|
||||
source=("https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/${pkgname}-$pkgver.tar."{xz,sign}
|
||||
)
|
||||
source=(https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/$pkgname-$pkgver.tar.{xz,sign}
|
||||
libcap-2.68-cgo_flags.patch) # provide flags to go build (sent upstream)
|
||||
|
||||
build() {
|
||||
make DYNAMIC=yes KERNEL_HEADERS=/usr/include lib=lib prefix=/usr sbindir=bin -C $pkgname-$pkgver
|
||||
prepare() {
|
||||
patch -Np1 -d $pkgname-$pkgver -i ../libcap-2.68-cgo_flags.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
export CGO_CPPFLAGS="$CPPFLAGS"
|
||||
export CGO_CFLAGS="$CFLAGS"
|
||||
export CGO_CXXFLAGS="$CXXFLAGS"
|
||||
export CGO_LDFLAGS="$LDFLAGS"
|
||||
export CGO_REQUIRED="1"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
|
||||
local make_options=(
|
||||
CGO_CPPFLAGS="$CPPFLAGS"
|
||||
CGO_CFLAGS="$CFLAGS"
|
||||
CGO_CXXFLAGS="$CXXFLAGS"
|
||||
CGO_LDFLAGS="$LDFLAGS"
|
||||
CGO_REQUIRED="1"
|
||||
GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
DYNAMIC=yes
|
||||
KERNEL_HEADERS=/usr/include
|
||||
lib=lib
|
||||
prefix=/usr
|
||||
sbindir=bin
|
||||
-C $pkgname-$pkgver
|
||||
)
|
||||
|
||||
make "${make_options[@]}"
|
||||
}
|
||||
|
||||
## 2.68 some test fails on chroot comment this out and rerun makepkg with out -f
|
||||
##
|
||||
check() {
|
||||
make test -k -C $pkgname-$pkgver
|
||||
}
|
||||
##
|
||||
##
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" RAISE_SETFCAP=no lib=lib prefix=/usr sbindir=bin install -C $pkgname-$pkgver
|
||||
local make_options=(
|
||||
DESTDIR="$pkgdir"
|
||||
RAISE_SETFCAP=no
|
||||
lib=lib
|
||||
prefix=/usr
|
||||
sbindir=bin
|
||||
install
|
||||
-C $pkgname-$pkgver
|
||||
)
|
||||
|
||||
make "${make_options[@]}"
|
||||
install -vDm 644 $pkgname-$pkgver/{CHANGELOG,README} -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
install -vDm 644 $pkgname-$pkgver/pam_cap/capability.conf -t "$pkgdir/usr/share/doc/$pkgname/examples/"
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=('GPL2')
|
||||
|
||||
validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan <morgan@kernel.org>
|
||||
|
||||
sha256sums=(ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198 # libcap-2.67.tar.xz
|
||||
6dc99fd24823d256a496e4dde0fc1cbfc40e61d3a0301a6c1f22746248edd997) # libcap-2.67.tar.sign
|
||||
sha256sums=(90be3b6d41be5f81ae4b03ec76012b0d27c829293684f6c05b65d5f9cce724b2 # libcap-2.68.tar.xz
|
||||
e6a0f4cead4f74b4250f824f5c337027ffa4e57daa10615defb75322dc2f2a99 # libcap-2.68.tar.sign
|
||||
1fcf9739cb0a6e9811680e4ead34f37ff50e9367a398802e89cb824b24e3cbba) # libcap-2.68-cgo_flags.patch
|
||||
|
||||
## 026856842e6c054df89796cfc1813493e9ef256814259b93b35d203402f83e18 libcap-2.68-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
||||
#
|
||||
|
|
|
@ -4,24 +4,65 @@
|
|||
# Contributor: Hugo Doria <hugo@archlinux.org>
|
||||
|
||||
pkgname=libcap
|
||||
pkgver=2.67
|
||||
pkgver=2.68
|
||||
pkgrel=1
|
||||
pkgdesc="POSIX 1003.1e capabilities"
|
||||
arch=(x86_64)
|
||||
url="https://sites.google.com/site/fullycapable/"
|
||||
license=(GPL2)
|
||||
depends=(glibc pam)
|
||||
makedepends=(linux-api-headers)
|
||||
provides=(libcap.so libpsx.so)
|
||||
source=(https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/$pkgname-$pkgver.tar.{xz,sign})
|
||||
sha512sums=('2e52c5a571cc1565e6829b0889f63216af10dfd9a86485f8ae7d0fcf4cc0db96aa21eb2ddea29e8dadf41a1194e91fb5961fe84ba07beb2ce950b6131be099d4'
|
||||
'SKIP')
|
||||
b2sums=('bd9be22e439397a3c1726093cfee2410df93773b3139d50a1cdc10daecb666ddb9b64daded6e0ec9f2fd6defd16ea156dbd66bd55360ea266131f31ea0f0e989'
|
||||
'SKIP')
|
||||
depends=(
|
||||
gcc-libs
|
||||
glibc
|
||||
pam
|
||||
)
|
||||
makedepends=(
|
||||
go
|
||||
linux-api-headers
|
||||
)
|
||||
provides=(
|
||||
libcap.so
|
||||
libpsx.so
|
||||
)
|
||||
source=(
|
||||
https://kernel.org/pub/linux/libs/security/linux-privs/${pkgname}2/$pkgname-$pkgver.tar.{xz,sign}
|
||||
libcap-2.68-cgo_flags.patch # provide flags to go build (sent upstream)
|
||||
)
|
||||
sha512sums=('ede3e1356aef22e18a46dc8ff0727500ab023bea698cf2bb822abb06625e272940afea52ad6457d0cd8cf1c7f435f1b568baf0a6bf0a08ae96fbf6d7502f9de2'
|
||||
'SKIP'
|
||||
'08db53f996a4d686fe54b43159def06b60f996277023e3729a1855dbc1f26d2279512183fdf852da787cc6b4c4b9a582d789e8dea6a4b6717359e7e08f20a173')
|
||||
b2sums=('659ee2b0f92ab7490e7f4c9ccd6aafa02ae36c509654fdb53a0b9da4d5ba8be2d1b5afd2073b2b1c75f9585a0593a9d3e70af59fe0c213e178782bbd11cd3b3d'
|
||||
'SKIP'
|
||||
'40c4e760efdb203d6a680b1c7f58e45ff7c971cade170a3619db620fdd39d75d9063e6ba1193172a29e3304a948d5e7a77abe803cb803d5124a2c0d8622b5a5a')
|
||||
validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan <morgan@kernel.org>
|
||||
|
||||
prepare() {
|
||||
patch -Np1 -d $pkgname-$pkgver -i ../libcap-2.68-cgo_flags.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
make DYNAMIC=yes KERNEL_HEADERS=/usr/include lib=lib prefix=/usr sbindir=bin -C $pkgname-$pkgver
|
||||
export CGO_CPPFLAGS="$CPPFLAGS"
|
||||
export CGO_CFLAGS="$CFLAGS"
|
||||
export CGO_CXXFLAGS="$CXXFLAGS"
|
||||
export CGO_LDFLAGS="$LDFLAGS"
|
||||
export CGO_REQUIRED="1"
|
||||
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
|
||||
local make_options=(
|
||||
CGO_CPPFLAGS="$CPPFLAGS"
|
||||
CGO_CFLAGS="$CFLAGS"
|
||||
CGO_CXXFLAGS="$CXXFLAGS"
|
||||
CGO_LDFLAGS="$LDFLAGS"
|
||||
CGO_REQUIRED="1"
|
||||
GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readonly -modcacherw"
|
||||
DYNAMIC=yes
|
||||
KERNEL_HEADERS=/usr/include
|
||||
lib=lib
|
||||
prefix=/usr
|
||||
sbindir=bin
|
||||
-C $pkgname-$pkgver
|
||||
)
|
||||
|
||||
make "${make_options[@]}"
|
||||
}
|
||||
|
||||
check() {
|
||||
|
@ -29,7 +70,17 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" RAISE_SETFCAP=no lib=lib prefix=/usr sbindir=bin install -C $pkgname-$pkgver
|
||||
local make_options=(
|
||||
DESTDIR="$pkgdir"
|
||||
RAISE_SETFCAP=no
|
||||
lib=lib
|
||||
prefix=/usr
|
||||
sbindir=bin
|
||||
install
|
||||
-C $pkgname-$pkgver
|
||||
)
|
||||
|
||||
make "${make_options[@]}"
|
||||
install -vDm 644 $pkgname-$pkgver/{CHANGELOG,README} -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
install -vDm 644 $pkgname-$pkgver/pam_cap/capability.conf -t "$pkgdir/usr/share/doc/$pkgname/examples/"
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
go
|
||||
|
||||
|
||||
|
|
41
libcap/libcap-2.68-cgo_flags.patch
Normal file
41
libcap/libcap-2.68-cgo_flags.patch
Normal file
|
@ -0,0 +1,41 @@
|
|||
From 522b78b9d6a1b6cf282a22657dea59bc5c960557 Mon Sep 17 00:00:00 2001
|
||||
From: David Runge <dvzrv@archlinux.org>
|
||||
Date: Tue, 28 Mar 2023 13:44:20 +0200
|
||||
Subject: [PATCH] Provide flags when building go binaries
|
||||
|
||||
go/Makefile:
|
||||
Provide CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_LDFLAGS and GOFLAGS
|
||||
to the go compiler, so that they may be set for e.g. supplying
|
||||
downstream flags (such as for PIE and full RELRO).
|
||||
---
|
||||
go/Makefile | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/go/Makefile b/go/Makefile
|
||||
index 38c1cf3..3a98af3 100644
|
||||
--- a/go/Makefile
|
||||
+++ b/go/Makefile
|
||||
@@ -68,16 +68,16 @@ ifeq ($(RAISE_GO_FILECAP),yes)
|
||||
endif
|
||||
|
||||
setid: ../goapps/setid/setid.go CAPGOPACKAGE PSXGOPACKAGE
|
||||
- CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) $(GO) build $(GO_BUILD_FLAGS) -mod=vendor -o $@ $<
|
||||
+ CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) CGO_CFLAGS="$(CGO_CFLAGS)" CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build $(GO_BUILD_FLAGS) $(GOFLAGS) -mod=vendor -o $@ $<
|
||||
|
||||
gowns: ../goapps/gowns/gowns.go CAPGOPACKAGE
|
||||
- CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) $(GO) build $(GO_BUILD_FLAGS) -mod=vendor -o $@ $<
|
||||
+ CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) CGO_CFLAGS="$(CGO_CFLAGS)" CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build $(GO_BUILD_FLAGS) $(GOFLAGS) -mod=vendor -o $@ $<
|
||||
|
||||
captree: ../goapps/captree/captree.go CAPGOPACKAGE
|
||||
- CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) $(GO) build $(GO_BUILD_FLAGS) -mod=vendor -o $@ $<
|
||||
+ CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) CGO_CFLAGS="$(CGO_CFLAGS)" CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build $(GO_BUILD_FLAGS) $(GOFLAGS) -mod=vendor -o $@ $<
|
||||
|
||||
captrace: ../goapps/captrace/captrace.go CAPGOPACKAGE
|
||||
- CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) $(GO) build $(GO_BUILD_FLAGS) -mod=vendor -o $@ $<
|
||||
+ CC="$(CC)" CGO_ENABLED="$(CGO_REQUIRED)" $(CGO_LDFLAGS_ALLOW) CGO_CFLAGS="$(CGO_CFLAGS)" CGO_CPPFLAGS="$(CGO_CPPFLAGS)" CGO_CXXFLAGS="$(CGO_CXXFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" $(GO) build $(GO_BUILD_FLAGS) $(GOFLAGS) -mod=vendor -o $@ $<
|
||||
|
||||
ok: ok.go vendor/modules.txt
|
||||
CC="$(CC)" CGO_ENABLED="0" $(GO) build $(GO_BUILD_FLAGS) -mod=vendor $<
|
||||
--
|
||||
2.40.0
|
||||
|
|
@ -7,12 +7,13 @@
|
|||
|
||||
pkgname=pacman-mirrorlist
|
||||
pkgver=20230226
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc="Arch Linux mirror list for use by pacman HTTPS ONLY"
|
||||
url="https://www.archlinux.org/mirrorlist/"
|
||||
backup=(etc/pacman.d/mirrorlist)
|
||||
#source=(mirrorlist)
|
||||
source=(https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/pacman-mirrorlist/trunk/mirrorlist)
|
||||
source=(https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/pacman-mirrorlist/trunk/mirrorlist
|
||||
select)
|
||||
# We have added a few of the mirrors from around the globe so pacman would work if none were selected
|
||||
# NOTE on building this package:
|
||||
# * Go to the trunk/ directory
|
||||
# * Run bash -c ". PKGBUILD; updatelist"
|
||||
|
@ -28,7 +29,8 @@ updatelist() {
|
|||
package() {
|
||||
mkdir -p "$pkgdir/etc/pacman.d"
|
||||
# this removes all the non-https mirrorsites out of the list leaving only the ones with https
|
||||
grep -v "http:" mirrorlist > mirrorlist-https
|
||||
cat select >> mirrorlist-https
|
||||
grep -v "http:" mirrorlist >> mirrorlist-https
|
||||
install -m644 "$srcdir/mirrorlist-https" "$pkgdir/etc/pacman.d/mirrorlist"
|
||||
}
|
||||
|
||||
|
@ -38,7 +40,7 @@ arch=('any')
|
|||
|
||||
license=('GPL')
|
||||
|
||||
sha256sums=(aaa43f97adf0e0a5bbf8f2668237aa1d7aa35fd6e99d639602aabde09756c392) # mirrorlist
|
||||
|
||||
## 5db9c32f7376cd4e0f86dac19d1fce1177d8043ccad6d19024a4b5c8c3bbae1f pacman-mirrorlist-20230226-01-any.pkg.tar.lz
|
||||
sha256sums=(aaa43f97adf0e0a5bbf8f2668237aa1d7aa35fd6e99d639602aabde09756c392 # mirrorlist
|
||||
SKIP) # select
|
||||
|
||||
## f2d27b89bdf9e987f678b77bce57acb808898eac047204b0ffd9bbcc08384279 pacman-mirrorlist-20230226-02-any.pkg.tar.lz
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
|
||||
|
||||
|
||||
|
|
33
pacman-mirrorlist/select
Normal file
33
pacman-mirrorlist/select
Normal file
|
@ -0,0 +1,33 @@
|
|||
##Australia
|
||||
Server = https://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
|
||||
|
||||
##Austria
|
||||
Server = https://mirror.reisenbauer.ee/archlinux/$repo/os/$arch
|
||||
|
||||
##Bulgaria
|
||||
Server = https://mirrors.uni-plovdiv.net/archlinux/$repo/os/$arch
|
||||
|
||||
## China
|
||||
Server = https://mirrors.bfsu.edu.cn/archlinux/$repo/os/$arch
|
||||
|
||||
## Indonesia
|
||||
Server = https://mirror.telkomuniversity.ac.id/archlinux/$repo/os/$arch
|
||||
|
||||
## India
|
||||
Server = https://archlinux.mirror.net.in/archlinux/$repo/os/$arch
|
||||
|
||||
## Iran
|
||||
Server = https://mirror.bardia.tech/archlinux/$repo/os/$arch
|
||||
|
||||
## Kenya
|
||||
Server = https://archlinux.mirror.liquidtelecom.com/$repo/os/$arch
|
||||
|
||||
## New Caledonia
|
||||
Server = https://archlinux.nautile.nc/archlinux/$repo/os/$arch
|
||||
|
||||
## Singapore
|
||||
Server = https://download.nus.edu.sg/mirror/archlinux/$repo/os/$arch
|
||||
|
||||
## USA
|
||||
Server = https://mirror.umd.edu/archlinux/$repo/os/$arch
|
||||
|
|
@ -7,13 +7,14 @@
|
|||
|
||||
pkgname=pacman
|
||||
pkgver=6.0.2
|
||||
pkgrel=07
|
||||
pkgrel=08
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('x86_64')
|
||||
url="https://www.archlinux.org/pacman/"
|
||||
groups=(base jobbot)
|
||||
depends=('bash' 'glibc' 'libarchive' 'curl' 'archlinux-keyring'
|
||||
'obarun-keyring' 'joborun-keyring' 'lzip')
|
||||
depends=('bash' 'glibc' 'libarchive' 'curl' 'gpgme' 'pacman-mirrorlist'
|
||||
'gawk' 'coreutils' 'gnupg' 'grep' 'archlinux-keyring'
|
||||
'obarun-keyring' 'joborun-keyring' 'lzip')
|
||||
|
||||
# NOTE: Joborun linux is switching default pkg compression to lzip at level -5
|
||||
# which matches current xz compression ratio but at a fraction of RAM use
|
||||
# and relatively even speed. So lzip becomes a standard system dependency
|
||||
|
@ -83,7 +84,9 @@ package() {
|
|||
rm -rf $pkgdir/usr/share/libalpm/hooks
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=('GPL')
|
||||
|
||||
|
@ -92,10 +95,13 @@ validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD' # Allan McRae <allan@a
|
|||
|
||||
sha256sums=(7d8e3e8c5121aec0965df71f59bedf46052c6cf14f96365c4411ec3de0a4c1a5 # pacman-6.0.2.tar.xz
|
||||
e3b75fafa8f177752800b31b9d59c454694647ae39b02a8009384a6821ee3be3 # pacman-6.0.2.tar.xz.sig
|
||||
522b789e442b3bb3afa7ea3fa417a99554f36ec00de3986cbe92c80f09a7db99 # pacman-always-create-directories-from-debugedit.patch
|
||||
dab7c70fb9d77d702069bb57f5a12496b463d68ae20460fb0a3ffcb4791321a9 # pacman-always-create-directories-from-debugedit-fixup.patch
|
||||
0b56c61eac3d9425d68faa2eccbaefdc5ed422b643974ae829eaca0460043da1 # pacman-fix-unique-source-paths.patch
|
||||
acd0b149b6324dc1eca3cd2d3b30df6ef64c5653e83523d77200ec593e01d2a7 # pacman-strip-include-o-files-similar-to-kernel-modules.patch
|
||||
0386a0f59f52e6586d840bc04caf8580e76bc89ca0dbe4bc8a9c79f4f234ba46 # pacman.conf
|
||||
dc4dbe4e86b16ac09735402ea057aa23b821d5155d804e0fbb974e396a46a35b) # makepkg.conf
|
||||
6fed94326b9ecfbb438ab17a4576b5e9d52ecc0f4574f29d46adfde3886dee03 # pacman-always-create-directories-from-debugedit.patch
|
||||
d2bc104788290e3de829a232590b66ad745cf5b4762a01acc1191ebf70fef114 # pacman-always-create-directories-from-debugedit-fixup.patch
|
||||
f3d4f39ef24e312f610cbb3439fb02bc6b8829e37bcf1a50ae50cd0a69bde5d0 # pacman-fix-unique-source-paths.patch
|
||||
d87d0c9957c613fda272553bee58140349d151ae399f346ddaf6d75ee5916312 # pacman-strip-include-o-files-similar-to-kernel-modules.patch
|
||||
a09924fe06a06ac8989b4af9943d195875dde4ad40aee32c6071920111bfd399 # pacman.conf
|
||||
57908e7e19d841e0be54f3024c3018ce3ed6de5ea1d7750bac550f3e1e90d8c7) # makepkg.conf
|
||||
|
||||
## b74f3737312d73dabaedc3450e4528afef466b9fb1170bfd15e5ac56d8aba6ce pacman-6.0.2-08-x86_64.pkg.tar.lz
|
||||
|
||||
|
||||
|
|
|
@ -4,12 +4,11 @@
|
|||
|
||||
pkgname=pacman
|
||||
pkgver=6.0.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('x86_64')
|
||||
url="https://www.archlinux.org/pacman/"
|
||||
license=('GPL')
|
||||
groups=('base-devel')
|
||||
depends=('bash' 'glibc' 'libarchive' 'curl' 'gpgme' 'pacman-mirrorlist'
|
||||
'gettext' 'gawk' 'coreutils' 'gnupg' 'grep')
|
||||
makedepends=('meson' 'asciidoc' 'doxygen')
|
||||
|
@ -18,7 +17,7 @@ optdepends=('perl-locale-gettext: translation support in makepkg-template')
|
|||
provides=('libalpm.so')
|
||||
backup=(etc/pacman.conf
|
||||
etc/makepkg.conf)
|
||||
options=('strip' 'debug')
|
||||
options=('strip')
|
||||
validpgpkeys=('6645B0A8C7005E78DB1D7864F99FFE0FEAE999BD' # Allan McRae <allan@archlinux.org>
|
||||
'B8151B117037781095514CA7BBDFFC92306B1121') # Andrew Gregory (pacman) <andrew@archlinux.org>
|
||||
source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
|
@ -30,10 +29,10 @@ source=(https://sources.archlinux.org/other/pacman/$pkgname-$pkgver.tar.xz{,.sig
|
|||
makepkg.conf)
|
||||
sha256sums=('7d8e3e8c5121aec0965df71f59bedf46052c6cf14f96365c4411ec3de0a4c1a5'
|
||||
'SKIP'
|
||||
'522b789e442b3bb3afa7ea3fa417a99554f36ec00de3986cbe92c80f09a7db99'
|
||||
'dab7c70fb9d77d702069bb57f5a12496b463d68ae20460fb0a3ffcb4791321a9'
|
||||
'0b56c61eac3d9425d68faa2eccbaefdc5ed422b643974ae829eaca0460043da1'
|
||||
'acd0b149b6324dc1eca3cd2d3b30df6ef64c5653e83523d77200ec593e01d2a7'
|
||||
'6fed94326b9ecfbb438ab17a4576b5e9d52ecc0f4574f29d46adfde3886dee03'
|
||||
'd2bc104788290e3de829a232590b66ad745cf5b4762a01acc1191ebf70fef114'
|
||||
'f3d4f39ef24e312f610cbb3439fb02bc6b8829e37bcf1a50ae50cd0a69bde5d0'
|
||||
'd87d0c9957c613fda272553bee58140349d151ae399f346ddaf6d75ee5916312'
|
||||
'606e55f06c297d2b508bc4438890b229a1abaa68b0374a2d7f94c8e7be6792d7'
|
||||
'072020e34f2c55b94a9a486829a7eadab0a830ddb4d8e759b0c4e6cf1bde73a6')
|
||||
|
||||
|
|
|
@ -136,12 +136,16 @@ PACKAGER="joborun <joborun@disroot.org>"
|
|||
#
|
||||
COMPRESSGZ=(gzip -c -f -n)
|
||||
COMPRESSBZ2=(bzip2 -c -f)
|
||||
COMPRESSXZ=(xz -T0 -c -z -)
|
||||
## set as many threads as you like to contribute to compression, T0 uses
|
||||
## all threads/cores available. Using one less allows you to do other
|
||||
## things while xz is hogging your CPU. Arch sets it to 1 so they
|
||||
## can show that zstd is faster, although never as good as xz.
|
||||
COMPRESSXZ=(xz -T2 -6 -c -z -)
|
||||
COMPRESSLRZ=(lrzip -q)
|
||||
COMPRESSLZO=(lzop -q)
|
||||
COMPRESSZ=(compress -c -f)
|
||||
COMPRESSLZ4=(lz4 -q)
|
||||
COMPRESSLZ=(lzip -5 -c -f)
|
||||
COMPRESSLZ=(lzip -6 -c -f)
|
||||
|
||||
#########################################################################
|
||||
# EXTENSION DEFAULTS
|
||||
|
|
|
@ -9,7 +9,7 @@ Signed-off-by: Allan McRae <allan@archlinux.org>
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
index a3b6cd3a..69c9f041 100644
|
||||
index a3b6cd3a2..69c9f0419 100644
|
||||
--- a/scripts/libmakepkg/tidy/strip.sh.in
|
||||
+++ b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
@@ -73,7 +73,7 @@ strip_file() {
|
||||
|
|
|
@ -15,7 +15,7 @@ Signed-off-by: Allan McRae <allan@archlinux.org>
|
|||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
index 91c66f13..17526a34 100644
|
||||
index 91c66f139..17526a344 100644
|
||||
--- a/scripts/libmakepkg/tidy/strip.sh.in
|
||||
+++ b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
@@ -72,8 +72,8 @@ strip_file() {
|
||||
|
|
|
@ -21,7 +21,7 @@ Signed-off-by: Allan McRae <allan@archlinux.org>
|
|||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
index 17526a34..4453b638 100644
|
||||
index 17526a344..4453b6389 100644
|
||||
--- a/scripts/libmakepkg/tidy/strip.sh.in
|
||||
+++ b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
@@ -47,7 +47,7 @@ source_files() {
|
||||
|
|
|
@ -15,7 +15,7 @@ Signed-off-by: Allan McRae <allan@archlinux.org>
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/scripts/libmakepkg/tidy/strip.sh.in b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
index 4453b638..a3b6cd3a 100644
|
||||
index 4453b6389..a3b6cd3a2 100644
|
||||
--- a/scripts/libmakepkg/tidy/strip.sh.in
|
||||
+++ b/scripts/libmakepkg/tidy/strip.sh.in
|
||||
@@ -160,7 +160,7 @@ tidy_strip() {
|
||||
|
|
|
@ -90,9 +90,13 @@ Server = https://osdn.net/projects/joborun/storage/jobcore/
|
|||
Server = https://osdn.net/projects/joborun/storage/jobextra/
|
||||
|
||||
[jobcomm]
|
||||
# Server = file:///var/cache/jobcomm/
|
||||
#Server = file:///var/cache/jobcomm/
|
||||
Server = https://osdn.net/projects/joborun/storage/jobcomm/
|
||||
|
||||
#[jobmine]
|
||||
# ## make your own repository and add what you build from OUR or AUR
|
||||
#Server = file:///var/cache/jobmine/
|
||||
|
||||
#### Obarun begins here #######
|
||||
#### Obarun must be using some slow server to check its keys
|
||||
#### gpgme drops the effort after a few seconds and replies with
|
||||
|
@ -122,6 +126,7 @@ Server = https://cloud.server.obarun.org/$repo/os/$arch/
|
|||
|
||||
[observice]
|
||||
Server = https://cloud.server.obarun.org/$repo/os/$arch/
|
||||
|
||||
#### Arch begins here #######
|
||||
# As we build testing pkgs as soon as they appear but we
|
||||
# don't cover all of extra testing should be enabled
|
||||
|
@ -246,9 +251,3 @@ Include = /etc/pacman.d/mirrorlist
|
|||
##Include = /etc/pacman.d/blackarch-mirrorlist
|
||||
#Server = https://blackarch.org/blackarch/$repo/os/$arch
|
||||
|
||||
# An example of a custom package repository. See the pacman manpage for
|
||||
# tips on creating your own repositories.
|
||||
#[custom]
|
||||
#SigLevel = Optional TrustAll
|
||||
#Server = file:///home/custompkgs
|
||||
|
||||
|
|
Loading…
Reference in a new issue