summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm 4.14.0-rc2rpm-4.14.0-rc2Panu Matilainen2017-09-2837-1693/+1981
* And another test-suite related distcheck regression fix...Panu Matilainen2017-09-281-8/+8
* Unbreak make distcheck againPanu Matilainen2017-09-281-1/+1
* Make verification match the new restricted directory symlink behaviorPanu Matilainen2017-09-282-12/+59
* Restrict following symlinks to directories by ownership (CVE-2017-7500)Panu Matilainen2017-09-283-4/+42
* Forbid 'if' richops in 'or' context and 'unless' richops in 'and' contextMichael Schroeder2017-09-283-16/+90
* Add + use a separate helper function for debuginfo test-casesPanu Matilainen2017-09-223-123/+48
* Create $(prefix)/rpm/macros.d directory on make installPanu Matilainen2017-09-221-0/+2
* Add debugsource recommends to debuginfo packages.Mark Wielaard2017-09-222-3/+76
* Rename addPackageRequires to addPackageDeps in build/files.Mark Wielaard2017-09-221-4/+5
* Add configuration option for controlling file IO flushing behaviorPanu Matilainen2017-09-202-0/+14
* Fix excessive dependencies for elfdeps and sepdebugcrcfixPanu Matilainen2017-09-201-4/+4
* Don't follow symlinks on file creation (CVE-2017-7501)Panu Matilainen2017-09-201-6/+23
* Add testcases for unpackaged files and directories detectionPanu Matilainen2017-09-202-0/+51
* Fix Ftell() past 2GB on 32bit architectures (RhBug:1492587)Panu Matilainen2017-09-181-3/+3
* Avoid multiple strlen() calls on the constant prefix string when searchingPanu Matilainen2017-09-131-7/+7
* Fix file triggers failing to match on some packages (MgBug:18797)Panu Matilainen2017-09-132-1/+10
* Add documentation for %load macroPavlina Moravcova Varekova2017-09-131-0/+1
* Allow rpmrichParse to be called with no callbackMichael Schroeder2017-09-071-4/+4
* Preparing for rpm 4.14.0-rc1rpm-4.14.0-rc1Panu Matilainen2017-09-0637-4926/+5652
* Fix PYTHONPATH in test-suite when prefix differs from system python (#265)Panu Matilainen2017-09-062-1/+2
* Enable python build during dist-checkPanu Matilainen2017-09-061-1/+1
* Fix false negatives on signature/digest tests inside "make distcheck"Panu Matilainen2017-09-062-12/+12
* Revert "Sync disks at the end of transactions (RhBug:1461765)"Panu Matilainen2017-09-061-4/+0
* Sync disks at the end of transactions (RhBug:1461765)Panu Matilainen2017-09-061-0/+4
* Add support for 'unless' rich dependenciesMichael Schroeder2017-09-065-19/+31
* Eliminate the rest of idiotic assert()'s in rpmtd.cPanu Matilainen2017-09-061-28/+20
* Use pkg-config for figuring python cflags and libsPanu Matilainen2017-09-062-25/+8
* Always execute scriptlet callbacks with owning header (RhBug:1485389)Panu Matilainen2017-09-044-8/+17
* Fix %transfiletriggerpostun diagnostic showing "unknown"Panu Matilainen2017-09-041-1/+2
* Limit "<package> has N files" debug diagnostics to install/erase goalsPanu Matilainen2017-09-041-1/+3
* Mark ndb and lmdb experimental in configure tooPanu Matilainen2017-09-041-2/+2
* Remove leftover parentheses, no functional change.Panu Matilainen2017-09-011-1/+1
* Don't assume %{quote:...} is surrounded by whitespacePanu Matilainen2017-09-012-8/+17
* Add documentation for all/most built-in macrosPanu Matilainen2017-08-311-0/+13
* Soften the 4.4.x COMPAT error into a warning for 4.14.xPanu Matilainen2017-08-311-1/+1
* Plug what's probably an ancient memleak in build codePanu Matilainen2017-08-311-0/+2
* Avoid macro expansion on every rpmlog() call + fix a related memleakPanu Matilainen2017-08-311-3/+24
* Fix classification of ELF binaries with both setuid/setgid setMichael Schroeder2017-08-311-1/+1
* Support parametric macro argument quoting, take three (#222)Panu Matilainen2017-08-312-5/+37
* Add a few more parametric macro argument testsPanu Matilainen2017-08-311-0/+23
* Make queryformat array behavior consistent for all typesPanu Matilainen2017-08-312-8/+1
* Add more queryformat array testcasesPanu Matilainen2017-08-311-2/+49
* Restore 4.13 behavior with single value tags in query format arraysPanu Matilainen2017-08-312-32/+7
* Eliminate a bunch of idiotic assert()'s in rpmtd gettersPanu Matilainen2017-08-311-9/+9
* When printMacro() is used, print newline after "(empty)" macroPavlina Moravcova Varekova2017-08-311-1/+1
* Bring manual for %{echo:...}, %{warn:...} , %{error:...} up to datePavlina Moravcova Varekova2017-08-311-3/+3
* %trace mb states at the beginning/end of expandMacro must be equalPavlina Moravcova Varekova2017-08-311-0/+6
* Only fallback to MDB_RDONLY if readonly database is requestedPanu Matilainen2017-08-311-1/+1
* Fallback to DB_PRIVATE on readonly DB_VERSION_MISMATCH too (RhBug:1465809)Panu Matilainen2017-08-311-1/+1