summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* * Fixed an error with 'cascade' removal due to creation of a new pmpkg_t structAaron Griffin2007-03-12
| | | | (and thus not copying pertinent data w.r.t. reading package files)
* * Fix an issue where the same dependency was recorded multiple times in theDan McGee2007-03-12
| | | | 'required by' field.
* * Removed ${CFLAGS} from Makefile.am(s) as it was causing all CFLAGS to beDan McGee2007-03-12
| | | | | | | | duplicated. * Updated the util Makefile.am to link with the proper libalpm.la. * Fixed bitmasking issues in be_files.c and db.h. * Rankmirrors updates from James Rosten (with some cleaning up of my own). KeyboardInterrupts are now handled gracefully.
* * Fixed -Qil regression, now both flags are honored. (FS #1355)Dan McGee2007-03-12
|
* * Updates to Hungarian translation from Nagy, mostly cleanup stuff.Dan McGee2007-03-12
|
* * Updated Hungarian translation, thanks!Dan McGee2007-03-11
| | | | | | (Because we are in a string freeze, I did not add "to the transaction" to the original string but kept it in your translation) Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* * Fix group comparison issue and associated compilation warnings by usingDan McGee2007-03-11
| | | | | | | the alpm strcmp operation which takes void* references. * We had this great visibility patch, but never actually took advantage of it. Added the right compile flag to make it work and added some more SYMEXPORTs where necessary to have a successful compile.
* * Added Russian language translation. Thanks!Dan McGee2007-03-11
| | | | | Вам Зачем <4rayven@gmail.com> * Updated manpage to document --cachedir and --dbpath options.
* * Updated Italian translationDan McGee2007-03-10
| | | | | | Giovanni Scafora <linuxmania@gmail.com> * long -> float conversion for package size output (which still may be the wrong size, this needs to be looked at)
* fixed string comparison callback (patch from Nagy Gabor)Jürgen Hötzel2007-03-09
|
* * Two fixes when running under a new root (-r|--root)Aaron Griffin2007-03-09
| | | | | | | | | - Check EACCES in can_remove_file, to verify - we're only checking for a read-only FS here... if write permissions fail, we can still remove it - Switched the message when creating DB directories from an error to a debug message * Fix the dep tests once and for all (it wasn't working for provides=() packages)
* * Another slight update, getting rid of -rf flags and clarifying a message.Dan McGee2007-03-09
|
* * Added confirmation step to makepkg -C operation to ensure user is deletingDan McGee2007-03-09
| | | | exactly what they think they are.
* * Updated Italian translationDan McGee2007-03-08
| | | | | | | | | | Giovanni Scafora <linuxmania@gmail.com> * Changed default SRCDEST in makepkg.conf. Two reasons: 1) consistency with PKGDEST in /home/packages 2) building packages as root is NOT recommended, so no reason to ever encourage this use by caching source in a dir with root permissions Yes, we may all do this differently and build our packages in other directories. But that is why they are variables and can be set anyway.
* * Mark a function as static that is only used in deptest.c.Dan McGee2007-03-07
|
* * Updated -V output to include the 2007 copyright date.Aaron Griffin2007-03-07
|
* * Slight updates to NEWS file.Dan McGee2007-03-07
|
* * Updated pot files for hopefully the last time before release.Dan McGee2007-03-07
| | | | | | * po files update themselves when a pot file update occurs, so you see that here as well. * Added a few more small notes to translation-help.
* * Updated German translationDan McGee2007-03-07
| | | | | | Pierre Schmitz <pierre@archlinux.de> * Added en_GB translation, thanks! Keep it 'synchronised'! Sorry, awful joke. Jeff Bailes <thepizzaking@gmail.com>
* * Bug fix for makepkg dependency testing. This requires that weAaron Griffin2007-03-07
| | | | | expose alpm_splitdep and alpm_depcmp as public symbols * Removed a duplicate strtrim for question responses
* * Updated Brazilian Portuguese translationDan McGee2007-03-07
| | | | Douglas Soares de Andrade <dsandrade@gmail.com>
* * Added a readme file to the contrib/ directory.Dan McGee2007-03-07
|
* * Updated Italian translationDan McGee2007-03-06
| | | | Giovanni Scafora <linuxmania@gmail.com>
* * Oops, that last commit had some debug stuff in it. Removed it and addedDan McGee2007-03-06
| | | | --help and --version command line flags to contrib/pacsearch.
* * -Qs was returning an error if no package found, which is not the same ↵Dan McGee2007-03-06
| | | | behavior as -Ss.
* * Slight updates of Hungarian translationDan McGee2007-03-06
| | | | Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* * Sorry tranlators, another string update. .pacorig was displayed twice inDan McGee2007-03-06
| | | | | the output of this message (simple fix- remove .pacorig from your translated message).
* * Fix FS #6534- unclear IgnorePkg message. Sorry translators, had to updateDan McGee2007-03-06
| | | | a string! You messages may or may not have changed much.
* * Updated Italian translationDan McGee2007-03-06
| | | | Giovanni Scafora <linuxmania@gmail.com>
* * Remove sha1 checksums for now from the INTEGRITY_CHECK array.Dan McGee2007-03-06
|
* Trying to fix up this autotools stuff a bit more.Dan McGee2007-03-06
| | | | | | | * Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used.
* * Fix the double package name URL when using XferCommandAaron Griffin2007-03-06
| | | | * Fixed valgrind yelling about the sprintfs in md5/sha1 routines
* * Added missing header include guards in md5.h and sha1.h.Dan McGee2007-03-06
| | | | | | * Some header cleanup on the pacman side of things - we had alpm.h instead alpm_list.h in a few headers. * removed an extra slash in path-building snprintf in server.c.
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
| | | | | | | | reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest.
* * Failure to #include config.h cost us here, we lost all NLS in alpm.c.Dan McGee2007-03-05
|
* Added this test to check the XferCommand functionalityAaron Griffin2007-03-05
|
* * Fixed an issue with globbing the --test argumentAaron Griffin2007-03-05
| | | | | | | | | * Added a custom 'mkdir' function which makes parents and doesn't fail on existence * Added output for 'SKIP' messages (it did not indicate WHY it was skipped) * Added the ability to generate DB packages in the sync dir (not the cache dir) for testing downloading. (self.cachepkgs = False) * Added pmtest.path for the full path to the package file
* * Removed a mirrorlist that codemac says is quite outdated.Dan McGee2007-03-05
|
* * rankmirrors updates from Scott Horowitz <stonecrest@gmail.com>.Dan McGee2007-03-05
| | | | Formatted output is now the default. Added a TODO for later as well.
* * Hopefully the LAST big update of the language files before release.Dan McGee2007-03-04
| | | | | | | Translators and developers should count this as the string freeze unless something REALLY essential comes up. Send in patches to these translations when you get a chance (and patches are appreciated, as they are much easier to deal with).
* * Update distcheck flags, we no longer need to pass --disable-fakeroot.Dan McGee2007-03-04
| | | | All tests are passing except 1 known to fail (upgrade051).
* * By Roman's request - proactive backup=() entry test caseAaron Griffin2007-03-04
|
* * Fixed the handle realroot stuffAaron Griffin2007-03-04
| | | | * Added some {}
* * Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin2007-03-04
| | | | | | | | | | | | | | specified * Use db->path when appropriate * Commented out the FAKEROOT checks in libalpm. This should never ever be done. TODO test this quite a bit, as this will never cause the transactions to fail if RW operations are requested... right now it is totally up to the front end to decide when to fail * Use realpath() to canonicalize the root path when specified, so _alpm_makepath() doesn't freak out * Fixed some output/indent of MDFile and SHAFile algorithms * More efficient sprintf() usage in MDFile/SHAFile * Added real error output to _alpm_makepath
* * handle changes: callbacks should check handle first, as there's a fewAaron Griffin2007-03-04
| | | | | | | | | occasions where some alpm stuff could be used without initializing the library (vercmp is one). TODO make these functions (handle accessors) better by returning "library not initialized" instead of failing. * Removed NoUpgrade lines from pacman.conf - we need to test this! * Re-corrected the lib targets for src/util/* * make dist seems to have updated the po files
* * libtool fixes for building against the right libsAaron Griffin2007-03-04
|
* * Maybe that call to _alpm_trans_update_depends was necessary. Added it backDan McGee2007-03-04
| | | | in but did it right by duplicating the package first.
* Added a test for checking 'requiredby' removalAaron Griffin2007-03-04
|
* * Remove unnecessary call to _alpm_trans_update_depends that was erroringDan McGee2007-03-03
| | | | | anyway. * Spelling/commenting etc.
* * Updated Italian translationDan McGee2007-03-03
| | | | | | Giovanni Scafora <linuxmania@gmail.com> * Updated German translation Pierre Schmitz <pierre@archlinux.de>