index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-18 | Fix libarchive permission extraction | Aaron Griffin | |
Hackish fix to ensure libarchive extracts files and dirs with the right permissions. For some reason extracting /tmp on install wasn't handled properly by librachive, so an explicit chmod will fix this. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-05-16 | Ensure MAKEFLAGS and DISTCC_HOSTS are exported if required | Dan McGee | |
2007-05-13 | * Updated German translation | Dan McGee | |
Pierre Schmitz <pierre@archlinux.de> | |||
2007-05-13 | Corrections to Spanish translation | Dan McGee | |
2007-05-08 | Version bumped to 3.0.4v3.0.4 | Aaron Griffin | |
2007-05-08 | minor: Remove trailing slashes from Server urls to prevent double slashes in | Aaron Griffin | |
paths | |||
2007-05-08 | A ton of updates of all of the translation files. Thanks to the | Dan McGee | |
authors of those. | |||
2007-05-06 | repo-add: fix typo, conflicts instead of conflict | Dan McGee | |
2007-04-28 | Bumps for pacman 3.0.3v3.0.3 | Dan McGee | |
2007-04-25 | repo-add: Fixed bug of missing desc entries if package is in a group | Dan McGee | |
Fixes bug #7005 as reported and patched by Marcus Habernehl <bmh1980de@yahoo.de> | |||
2007-04-25 | Updated French translation from Nam <37i11@altern.org>. | Dan McGee | |
2007-04-23 | * Updated German translation | Dan McGee | |
Pierre Schmitz <pierre@archlinux.de> | |||
2007-04-23 | Updates in prep for 3.0.2 releasev3.0.2 | Dan McGee | |
2007-04-23 | Add two pactests | Dan McGee | |
2007-04-23 | * Updated Italian translation | Dan McGee | |
Giovanni Scafora <linuxmania@gmail.com> | |||
2007-04-23 | rankmirrors: download first 50KB of DB to get more reliable numbers | Dan McGee | |
Scott Horowitz <stonecrest@gmail.com> | |||
2007-04-23 | * Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | Aaron Griffin | |
Using the wrong variable in sortbydeps | |||
2007-04-23 | New archlinuxppc.org mirror added to mirrorlist | Aaron Griffin | |
2007-04-23 | * Chantry Xavier <xav@chantry.homelinux.org> | Aaron Griffin | |
Let IgnorePkg take precedence over the FORCE package flag | |||
2007-04-23 | Added Spanish Translation. | Dan McGee | |
Juan Pablo González T. <lord_jotape@yahoo.com.ar> | |||
2007-04-18 | * Alexander Baldeck <alexander@archlinux.org> | Aaron Griffin | |
Bugfix for FS#6944 | |||
2007-04-17 | makepkg: unset one more language variable | Dan McGee | |
2007-04-17 | Updated German translation | Dan McGee | |
Matthias Gorissen <siquame@web.de> | |||
2007-04-17 | Adding Polish language translation, thanks! | Dan McGee | |
From: Mateusz Jędrasik <m.jedrasik@gmail.com> | |||
2007-04-17 | * Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | Aaron Griffin | |
Make sure ldconfig runs on upgrade * Added 3 pactests to verify (by output only) that ldconfig is run | |||
2007-04-17 | Bugfixes in prep for a 3.0.2 release | Dan McGee | |
Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in | |||
2007-04-11 | Fix FS #6872- CFLAGS were not being exported | Dan McGee | |
2007-04-09 | Added easynews mirror | Dan McGee | |
2007-04-05 | Fix running of pre_remove and Post_remove | Dan McGee | |
pkgname was undefined previously when this was called, fixed. Patch from Roman Kyrylych <roman.kyrylych@gmail.com>. | |||
2007-04-04 | * Updatedv3.0.1 | Aaron Griffin | |
2007-04-04 | * Version number bump | Aaron Griffin | |
2007-04-04 | * Fix FS#6798 - there is no reason to fail on a duplicate removal target | Aaron Griffin | |
Added a pactest case for this ("-R foo foo foo foo foo" should do what is expected) | |||
2007-04-04 | This change does two things: | Aaron Griffin | |
* Prefer case-insensitive config settings. In the future case-insensitivity may be enforced. * Provides a fix for the tr_TR locale by checking the case-insensitive version first. This is more elegant than setting the 'C' locale for tr_TR. Also added a 'RootDir' config option to match CacheDir and DBPath | |||
2007-04-04 | Forgot the @@REPO@@ part of the russian mirror. | Aaron Griffin | |
2007-04-04 | Added new Russian mirror | Aaron Griffin | |
2007-04-04 | * Tom Killian <tom@archlinux.org> | Aaron Griffin | |
Properly align checksums on makepkg -g | |||
2007-04-01 | * Updated Italian translation | Dan McGee | |
Giovanni Scafora <linuxmania@gmail.com> | |||
2007-03-30 | * Updated Hungarian translation | Dan McGee | |
Nagy Gabor <ngaba@petra.hos.u-szeged.hu> | |||
2007-03-30 | * Updated Russian translation | Dan McGee | |
Владимир Байраковский <4rayven@gmail.com> | |||
2007-03-30 | commit 1d35c4dcc6399023217e41eaa8ff4733b1ad2b0d | Aaron Griffin | |
Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Thu Mar 29 22:44:10 2007 -0500 Report an error on setmntent failure Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-03-30 | commit 970d2e942eb29bf78fe89895ace4d781970b6e94 | Aaron Griffin | |
Author: Aaron Griffin <aaronmgriffin@gmail.com> Date: Thu Mar 29 21:30:40 2007 -0500 repo-add leaves .PKGINFO in the current directory * Misuse of 'tar xf', which should be 'tar tf' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-03-30 | From: Andrew Fyfe <andrew@neptune-one.net> | Aaron Griffin | |
Date: Thu, 29 Mar 2007 11:11:36 +0100 Subject: [PATCH 1/1] Fix bug where makepkg can't extract .tar.Z archives. For some reason 'tar -xf' doesn't work with .tar.Z, you need to use 'tar -xzf' to extract the archive. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com> | |||
2007-03-28 | Fix --ignore behavior on sysupgrade | Dan McGee | |
* --ignore was being ignored (haha) on sysupgrade when a package was listed as being a force upgrade. This adds a prompt to the user in this case asking what to do. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-03-27 | * Remove outdated ProxyServer option from pacman.conf.5. | Dan McGee | |
2007-03-26 | * Fix NEWS typo. Oops. | Dan McGee | |
* Updated Russian translation. Владимир Байраковский <4rayven@gmail.com> and Shild <sxp@bk.ru> * Removed a string from gettext that didn't need it. | |||
2007-03-25 | * Fix bug where 'makepkg -L' doesn't stop on build failure.v3.0.0 | Dan McGee | |
Andrew Fyfe <andrew@neptune-one.net> * Add testing to etc/pacman.d/.cvsignore * Fix scriptlet001.py test to work during 'make check'. | |||
2007-03-24 | Andrew Fyfe <andrew@neptune-one.net> | Dan McGee | |
* Fix FS #6688- builddeps not working in makepkg. | |||
2007-03-24 | * Added a mirror list for [testing] (it appears most mirrors mirror testing) | Aaron Griffin | |
* Commented ftp.archlinux.org in the official mirror list * ran a make dist, which updated some translation files | |||
2007-03-23 | * Removed three dead mirrors (Dale Blount <dale@archlinux.org>). | Dan McGee | |
2007-03-23 | * Updated German translation | Dan McGee | |
Pierre Schmitz <pierre@archlinux.de> |