Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | pacman-4.2.1-1.parabola1: updating version | André Fabian Silva Delgado | |
2015-02-02 | remove 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-01 | pacman-4.2.0-6.parabola4: add dirmngr.conf to backup array | André Fabian Silva Delgado | |
2015-02-01 | pacman-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-29 | pacman-4.2.0-6.parabola2: fix ca-cert-file path | André Fabian Silva Delgado | |
2015-01-28 | pacman-4.2.0-6.parabola1: pull from upstream main branch | André Fabian Silva Delgado | |
2014-12-31 | pacman-4.2.0-5.parabola1: updating version | André Fabian Silva Delgado | |
* add needed vcs handlers to makepkg.conf, pull upstream roundup patch * update makepkg-pkgrel-4.patch | |||
2014-12-15 | pacman-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-25 | pacman-4.1.2-7.parabola1: fix gnupg 2.1 issue | André Fabian Silva Delgado | |
2014-11-10 | pacman: change desc in pacman.conf.* | coadde [Márcio Alexandre Silva Delgado] | |
2014-09-05 | rename 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-04 | pacman: fix pkgrel, because we had pacman-4.1.2-6.1 before migration to ↵ | André Fabian Silva Delgado | |
complex pkgrel | |||
2014-09-01 | change pacman-parabola to pacman | coadde [Márcio Alexandre Silva Delgado] | |
2014-08-25 | pacman-parabola: add parabola suffix for the package | André Fabian Silva Delgado | |
2014-06-04 | pacman-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-16 | fix "Maintainer:"/"Contributor:" style, add "(Arch)" for Maintainers and ↵ | André Fabian Silva Delgado | |
Contributors from Arch and remove (Parabola) for us | |||
2014-05-11 | pacman-4.1.2-6: be pedantic about quoting and use -fstack-protector-strong | André Fabian Silva Delgado | |
2014-04-11 | pacman-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-29 | pacman-4.1.2-5.1: add [libre-multilib] and [libre-multilib-testing] on ↵ | André Fabian Silva Delgado | |
pacman.conf.x86_64 | |||
2014-01-02 | pacman-4.1.2-5: updating revision | André Fabian Silva Delgado | |
* install PKGBUILD.vim (FS#37036 => https://bugs.archlinux.org/task/37036) * add debug package (hosted elsewhere) | |||
2013-10-23 | pacman: update checksums | André Fabian Silva Delgado | |
2013-10-23 | pacman-4.1.2-4: updating revision | André 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-20 | pacman-4.1.2-1: updating version | André Fabian Silva Delgado | |
2013-05-09 | pacman-4.1.1-1: updating version | André Fabian Silva Delgado | |
2013-04-05 | pacman: update configuration for 4.1, remove untested rePKGBUILD. | Michał Masłowski | |
2013-04-05 | checksums | Nicolás Reynolds | |
2013-04-05 | Pacman 4.1 | Nicolás Reynolds | |
2013-03-04 | pacman: 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-03 | pacman: fixing md5sums | André Fabian Silva Delgado | |
2013-03-03 | pacman-4.0.3-7: bump libarchive version requirement | André Fabian Silva Delgado | |
2013-01-28 | pacman: 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 d62bd1 | Luke 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-19 | pacman-4.0.3-5: updating version | André Fabian Silva Delgado | |
2012-09-12 | adding owncloud-client!! | Shackra Sislock | |
2012-07-19 | Use parabola-keyring too | Nicolás Reynolds | |
2012-07-19 | libre/pacman-4.0.3-3 | Nicolás Reynolds | |
recovered rePKGBUILD | |||
2012-03-16 | Update pacman. | Michał Masłowski | |
2012-02-02 | libre/pacman-4.0.1-2 | Nicolás Reynolds | |
2012-01-05 | libre/pacman-4.0.1-3 | Nicolás Reynolds | |
2011-08-31 | libre/pacman-3.5.4-4 | Nicolás Reynolds | |
Repackaged | |||
2011-08-15 | libre/pacman-3.5.4-3 | Nicolás Reynolds | |
2011-06-10 | pacman-3.5.3-1 | Nicolás Reynolds | |
Removed [multilib] from pacman.conf.mips64el | |||
2011-06-10 | pacman-3.5.3-1 | Nicolás Reynolds | |
2011-05-20 | pacman rePKGBUILD fix | Nicolás Reynolds | |
2011-05-18 | pacman-3.5.2-1.1 repackaged to include [libre] by default | Nicolás Reynolds | |