diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-15 18:32:33 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-15 18:32:33 -0200 |
commit | 1e23a96e5c39c500b9d5af34c4d8a440c31d5c8b (patch) | |
tree | 5c0cf61c953220578ec2d8daa8f1a58741822d11 /libre/pacman | |
parent | de78b858e059a461e207175f8e1cee45900dd1c6 (diff) |
pacman-4.1.2-7.parabola2: include template for [nonprism] repo in /etc/pacman.conf before any other repos -> https://labs.parabola.nu/issues/610
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/PKGBUILD | 8 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.i686 | 10 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.mips64el | 10 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 10 |
4 files changed, 34 insertions, 4 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 404b7abf4..148d6dff7 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pacman pkgver=4.1.2 -pkgrel=7.parabola1 +pkgrel=7.parabola2 pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'mips64el') url="http://www.archlinux.org/pacman/" @@ -33,9 +33,9 @@ source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig} md5sums=('063c8b0ff6bdf903dc235445525627cd' 'SKIP' 'd0e015b1bf78cbf9762d9c44ea5f77a9' - 'b70916f89e1f801dd6368a3c4883526d' - '75b714d530f7de108b5562d1801bf2e2' - '20b328234c49330db780565463064f9b' + '9c1454e48b2216b23f931e04d6dab1ee' + '7279d086428df483fd60c33f7c88cf3e' + 'a12b1a4533c170aecc8b9b8561048248' 'f0f310df411f943dbc4e2dd376c88662' '8c339b2bf027979d1edcfc6ac0e7e81d' '3cfc5d2867a6672f4f629220632948f4' diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686 index 410bcb17a..d0c45c131 100644 --- a/libre/pacman/pacman.conf.i686 +++ b/libre/pacman/pacman.conf.i686 @@ -68,6 +68,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +# NOTE: Nonprism is a particular repository that aims to provide software built +# and patched without services under global data surveillance programs like PRISM, +# XKeyscore and Tempora. For more info see: https://wiki.parabola.nu/Nonprism + +#[nonprism] +#Include = /etc/pacman.d/mirrorlist + +#[nonprism-testing] +#Include = /etc/pacman.d/mirrorlist + #[libre-testing] #Include = /etc/pacman.d/mirrorlist diff --git a/libre/pacman/pacman.conf.mips64el b/libre/pacman/pacman.conf.mips64el index 49faa2af5..136924c96 100644 --- a/libre/pacman/pacman.conf.mips64el +++ b/libre/pacman/pacman.conf.mips64el @@ -68,6 +68,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +# NOTE: Nonprism is a particular repository that aims to provide software built +# and patched without services under global data surveillance programs like PRISM, +# XKeyscore and Tempora. For more info see: https://wiki.parabola.nu/Nonprism + +#[nonprism] +#Include = /etc/pacman.d/mirrorlist + +#[nonprism-testing] +#Include = /etc/pacman.d/mirrorlist + #[libre-testing] #Include = /etc/pacman.d/mirrorlist diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index 9e6c3fe88..07cc0a86c 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -68,6 +68,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +# NOTE: Nonprism is a particular repository that aims to provide software built +# and patched without services under global data surveillance programs like PRISM, +# XKeyscore and Tempora. For more info see: https://wiki.parabola.nu/Nonprism + +#[nonprism] +#Include = /etc/pacman.d/mirrorlist + +#[nonprism-testing] +#Include = /etc/pacman.d/mirrorlist + #[libre-testing] #Include = /etc/pacman.d/mirrorlist |