summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-2744-119/+370
|\
| * CMake: Add missing iconv dependencyJulian Andres Klode2016-08-263-2/+28
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-266-8/+17
| * test: Use :$(id -gn) instead of :root (when run as root)Julian Andres Klode2016-08-262-4/+4
| * test: Assert multi-arch in the chrootJulian Andres Klode2016-08-261-1/+1
| * changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2016-08-262-4/+5
| * Lower-case uname -r output in kernel autoremove helperJulian Andres Klode2016-08-262-3/+3
| * test: More portable check for dpkg versionsJulian Andres Klode2016-08-264-3/+6
| * test: Use a file to determine TEST_DEFAULT_GROUPJulian Andres Klode2016-08-261-5/+2
| * apt-inst: debfile: Pass comp. Name to ExtractTar, not BinaryJulian Andres Klode2016-08-261-1/+1
| * test: Allow db_dump-5 instead of db_dumpJulian Andres Klode2016-08-261-3/+8
| * Always pass a directory to find before an optionJulian Andres Klode2016-08-262-2/+2
| * test: Fix invalid quoting in variable expansionJulian Andres Klode2016-08-261-6/+6
| * test: Use printf "%b\n" instead of echo for strings with '\'Julian Andres Klode2016-08-262-8/+8
| * test: Make sure we always find a dpkg in status fileJulian Andres Klode2016-08-261-8/+8
| * test: Avoid use of /proc/self/fdJulian Andres Klode2016-08-263-6/+11
| * test: Explicitly pass --admindir=var/lib/dpkg to dpkgJulian Andres Klode2016-08-261-0/+2
| * test: Fix building of noopchrootJulian Andres Klode2016-08-261-1/+5
| * test: Get rid of debhelper rules.tiny example depJulian Andres Klode2016-08-261-1/+13
| * test: Allow moreutils-parallel instead of parallelJulian Andres Klode2016-08-261-1/+5
| * test: Allow stunnel to be used instead of stunnel4Julian Andres Klode2016-08-261-4/+9
| * test: Substitute GNU commands for other commands where availableJulian Andres Klode2016-08-261-2/+18
| * test: Use C locale instead of C.UTF-8Julian Andres Klode2016-08-261-1/+1
| * Make directory paths configurableJulian Andres Klode2016-08-268-22/+45
| * apt-key: Only use readlink -f for existing componentsJulian Andres Klode2016-08-261-1/+1
| * Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-264-6/+6
| * CMake: Add support for libintlJulian Andres Klode2016-08-261-3/+9
| * CMake: Handle Berkeley DB on FreeBSDJulian Andres Klode2016-08-262-3/+15
| * methods/connect.cc: Only use AI_IDN if definedJulian Andres Klode2016-08-261-0/+2
| * CMake/private-download: Fix statfs includes on FreeBSDJulian Andres Klode2016-08-262-5/+13
| * CMake: Add FindLZ4 and FindLZMAJulian Andres Klode2016-08-263-3/+53
| * CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode2016-08-263-2/+10
| * CMake: Do not hardcode -ldlJulian Andres Klode2016-08-261-1/+1
| * CMake: Handle endian.h locations on other platformsJulian Andres Klode2016-08-263-0/+27
| * CMake: Handle BSD platforms with sig_t instead of sighandler_tJulian Andres Klode2016-08-261-0/+13
| * Add missing includes and external definitionsJulian Andres Klode2016-08-268-0/+10
| * CMake: Define _WITH_GETLINE for FreeBSDJulian Andres Klode2016-08-231-0/+3
* | Accept --autoremove as alias for --auto-removeJulian Andres Klode2016-08-262-1/+2
* | treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2016-08-253-2/+31
* | show apt-key warnings in apt updateDavid Kalnischkies2016-08-253-0/+31
* | apt-key: warn instead of fail on unreadable keyringsDavid Kalnischkies2016-08-252-26/+55
* | do not restore selections for already purged packagesDavid Kalnischkies2016-08-243-7/+19
* | improve code & doc for aquire weak/loop failingDavid Kalnischkies2016-08-241-6/+6
* | do fail on weakhash/loop earlier in acquireDavid Kalnischkies2016-08-248-50/+70
|/
* CMake: Do not add po/ if USE_NLS is OFFJulian Andres Klode2016-08-232-2/+6
* CMake: Discover docbook stylesheet in other locationsJulian Andres Klode2016-08-234-6/+34
* install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode2016-08-231-1/+1
* CMake: Add Large File SupportJulian Andres Klode2016-08-232-0/+154
* prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2016-08-232-36/+44
* do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies2016-08-233-3/+52