summaryrefslogtreecommitdiff
path: root/libre/pacman
AgeCommit message (Collapse)Author
2015-07-29pacman-4.2.1-2.parabola2: convert cron job to systemd timer and leave cron ↵André Fabian Silva Delgado
as optional dependency -> https://lists.parabola.nu/pipermail/dev/2015-July/003128.html
2015-07-26pacman-4.2.1-2.parabola1: updating revisionAndré Fabian Silva Delgado
* add upstream patch for bad bug * drop mips64el support * add cronie to depends
2015-02-23pacman-4.2.1-1.parabola1: updating versionAndré Fabian Silva Delgado
2015-02-02remove custom gpg.conf, dirmngr.conf and sks-keyservers.netCA.pem from ↵André Fabian Silva Delgado
pacman and remove modified arch-install-scripts package for compatibility
2015-02-01pacman-4.2.0-6.parabola4: add dirmngr.conf to backup arrayAndré Fabian Silva Delgado
2015-02-01pacman-4.2.0-6.parabola3: use hkp instead of hkps until solve issue -> ↵André Fabian Silva Delgado
https://labs.parabola.nu/issues/647#note-2
2015-01-29pacman-4.2.0-6.parabola2: fix ca-cert-file pathAndré Fabian Silva Delgado
2015-01-28pacman-4.2.0-6.parabola1: pull from upstream main branchAndré Fabian Silva Delgado
2014-12-31pacman-4.2.0-5.parabola1: updating versionAndré Fabian Silva Delgado
* add needed vcs handlers to makepkg.conf, pull upstream roundup patch * update makepkg-pkgrel-4.patch
2014-12-15pacman-4.1.2-7.parabola2: include template for [nonprism] repo in ↵André Fabian Silva Delgado
/etc/pacman.conf before any other repos -> https://labs.parabola.nu/issues/610
2014-11-25pacman-4.1.2-7.parabola1: fix gnupg 2.1 issueAndré Fabian Silva Delgado
2014-11-10pacman: change desc in pacman.conf.*coadde [Márcio Alexandre Silva Delgado]
2014-09-05rename cacert-dot-org to ca-certificates-cacert and keep it on [libre] ↵André Fabian Silva Delgado
temporally because there is a Arch official package but on [testing] only, add cacert-dot-org in conflicts and replaces array of pacman package to begin use ca-certificates-cacert
2014-09-04pacman: fix pkgrel, because we had pacman-4.1.2-6.1 before migration to ↵André Fabian Silva Delgado
complex pkgrel
2014-09-01change pacman-parabola to pacmancoadde [Márcio Alexandre Silva Delgado]
2014-08-25pacman-parabola: add parabola suffix for the packageAndré Fabian Silva Delgado
2014-06-04pacman-4.1.2-6.1: add secure options for gpg => ↵André Fabian Silva Delgado
https://lists.parabolagnulinux.org/pipermail/dev/2014-June/002219.html
2014-05-16fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and ↵André Fabian Silva Delgado
Contributors from Arch and remove (Parabola) for us
2014-05-11pacman-4.1.2-6: be pedantic about quoting and use -fstack-protector-strongAndré Fabian Silva Delgado
2014-04-11pacman-4.1.2-5.2: add cacert-dot-org as dependency to solve malfunctioning ↵André Fabian Silva Delgado
updates because our certificates are issued by cacert => https://lists.parabolagnulinux.org/pipermail/dev/2014-April/002158.html
2014-01-29pacman-4.1.2-5.1: add [libre-multilib] and [libre-multilib-testing] on ↵André Fabian Silva Delgado
pacman.conf.x86_64
2014-01-02pacman-4.1.2-5: updating revisionAndré Fabian Silva Delgado
* install PKGBUILD.vim (FS#37036 => https://bugs.archlinux.org/task/37036) * add debug package (hosted elsewhere)
2013-10-23pacman: update checksumsAndré Fabian Silva Delgado
2013-10-23pacman-4.1.2-4: updating revisionAndré Fabian Silva Delgado
* add \!staticlibs to makepkg.conf, remove install file as none of the checks are relevant on systems updated in the last two years * add \!libtool to makepkg.conf * remove static libraries
2013-06-20pacman-4.1.2-1: updating versionAndré Fabian Silva Delgado
2013-05-09pacman-4.1.1-1: updating versionAndré Fabian Silva Delgado
2013-04-05pacman: update configuration for 4.1, remove untested rePKGBUILD.Michał Masłowski
2013-04-05checksumsNicolás Reynolds
2013-04-05Pacman 4.1Nicolás Reynolds
2013-03-04pacman: use SyncFirst for keyring packages, not for pacman.Michał Masłowski
There were more changes recently when updating pacman first broke it (e.g. it depended on newer libarchive or glibc) than when it was needed. Keyring packages need to be updated first if updates signed by new keys are downloaded.
2013-03-03pacman: fixing md5sumsAndré Fabian Silva Delgado
2013-03-03pacman-4.0.3-7: bump libarchive version requirementAndré Fabian Silva Delgado
2013-01-28pacman: build packages for MIPS3 by default (mips64el-specific update).Michał Masłowski
Most packages do not need Loongson 2F-specific instructions while enabling these makes them not run on Loongson 3A. Some packages will need different builds for 2F and 3A, this will be handled in future. Tune for 2F since it's currently the most common target machine.
2012-12-26(scripted) fix file permission breakage introduced in commit d62bd1Luke Shumaker
I did this with this command: git diff d62bd1^..d62bd1 | egrep '^old mode ' -C1 \ | tr '\n' ' ' | sed 's/diff --git/\n&/g' \ | sed -r 's|^diff --git a/([^ ]*) b/([^ ]*) old mode 100([0-9]*) new mode 100([0-9]*)|chmod \3 ./\1|' \ | bash The first line finds all of the file-permission changes in the commit. The second line squashes some newlines to get one line per file. This line is in the format: diff --git a/FILE b/FILE old mode OLDMODE new mode NEWMODE The third line extracts the values from those lines and transforms the line into: chmod FILE ./OLDMODE The fourth line (obviously) just executes the output.
2012-11-19pacman-4.0.3-5: updating versionAndré Fabian Silva Delgado
2012-09-12adding owncloud-client!!Shackra Sislock
2012-07-19Use parabola-keyring tooNicolás Reynolds
2012-07-19libre/pacman-4.0.3-3Nicolás Reynolds
recovered rePKGBUILD
2012-03-16Update pacman.Michał Masłowski
2012-02-02libre/pacman-4.0.1-2Nicolás Reynolds
2012-01-05libre/pacman-4.0.1-3Nicolás Reynolds
2011-08-31libre/pacman-3.5.4-4Nicolás Reynolds
Repackaged
2011-08-15libre/pacman-3.5.4-3Nicolás Reynolds
2011-06-10pacman-3.5.3-1Nicolás Reynolds
Removed [multilib] from pacman.conf.mips64el
2011-06-10pacman-3.5.3-1Nicolás Reynolds
2011-05-20pacman rePKGBUILD fixNicolás Reynolds
2011-05-18pacman-3.5.2-1.1 repackaged to include [libre] by defaultNicolás Reynolds