Commit Graph

662 Commits

Author SHA1 Message Date
Panu Matilainen 1909522bd9 Rebase to 4.13.0 final 2016-11-03 15:00:12 +02:00
Lubos Kardos c2b0fdbd21 - Fix sigsegv in stringFormat()
- Resolves: #1316903
- Fix reading rpmtd behind its size in formatValue()
- Resolves: #1316896
2016-04-25 15:40:44 +02:00
Lubos Kardos abb875c8bf - Remove size limit when expanding macros
- Resolves: #1303034
2016-02-26 16:37:31 +01:00
Lubos Kardos b5cf42e0f1 - Revert using %%configure, it causes problems
- Temporary set %%_gnu macro explictly, just for one build
- Resolves: #1303265
- Harden rpm package again, previous attempt had to be reverted
- Related: #1289734
2016-02-02 11:40:38 +01:00
Lubos Kardos 50c480f80a - Use %%configure macro, harden rpm package
- Resolves: #1289734
2016-01-29 17:17:30 +01:00
Lubos Kardos 79603b940d - Fix recursive calling of rpmdeps tool
- Resolves: #1297557
2016-01-15 16:45:19 +01:00
Lubos Kardos f5dbe0f5c2 - Fix not chrooting transaction file triggers 2016-01-15 15:19:25 +01:00
Lubos Kardos eb83c4215c - Fix crash when parsing corrupted RPM file
- Resolves: #1273360
2015-11-20 13:54:34 +01:00
Lubos Kardos 2f396c1ab4 - Ignore SIGPIPE signals during execucton of scriptlets
- Resolves: #1264198
2015-11-09 09:30:52 +01:00
Lubos Kardos 17475305ec - Fix SIGSEGV in case of old unsupported gpg keys
- Resolves: #1277464
2015-11-06 13:58:53 +01:00
Jaromir Capik ff5589a250 Adding STAGE2 bootstrap recipe 2015-11-04 16:38:57 +01:00
Florian Festi cc67df556e - Fix selinux plugin for permissive mode 2015-10-12 15:41:51 +02:00
Florian Festi 60fdb4313c - Fix new rich dependency syntax 2015-09-07 17:08:13 +02:00
Florian Festi 4d4e424c40 - Remove compat-librpm3 hack 2015-09-07 17:07:38 +02:00
Kalev Lember 1d80a1520c compat-librpm3: Explicitly conflict with older rpm-libs
Add explicit conflicts as they both ship the same files.
2015-09-05 22:25:38 +02:00
Kalev Lember c4734bdd15 Add a temporary compat-librpm3 subpackage
This makes it possible to go on with the F23 rpm update without needing
to rebuild all the dependant packages. In particular, grub2 is difficult
to get rebuilt as there's nobody around on the weekend who can build
packages that require secure boot signing.
2015-09-05 22:14:36 +02:00
Florian Festi b99f2d0a63 Update to rpm-4.13.0-rc1
Merge branch 'master' into f23
2015-09-03 14:25:32 +02:00
Florian Festi 592510cfdb - Update to upstream 4.13.0-rc1 release 2015-09-02 19:51:49 +02:00
Lubos Kardos d407fb640c - Fix last occurence of PyString 2015-08-10 14:43:51 +02:00
Lubos Kardos 659760a576 - Add --filetriggers option to show info about file triggers 2015-08-06 15:48:15 +02:00
Lubos Kardos ad8c4238ac - If globbing of a filename fails, try use the filename without globbing.
- Related: #1246743
- Modify rpmIsGlob() to be more precise and compatible with glob().
- Related: #1246743
2015-08-03 17:43:23 +02:00
Lubos Kardos 977533abf2 - Don't warn when an escaped macro is in a comment
- Related: #1224660
2015-07-30 16:50:54 +02:00
Florian Festi 77efb7ee50 - Fix compressed patches
- Resolves: #1247248
2015-07-27 19:00:10 +02:00
Lubos Kardos ee316a0bf8 - Enable braces expansion in rpmGlob()
- Resolves: 1246743
2015-07-27 13:56:58 +02:00
Florian Festi 632722fbed - Update to upstream alpha release 2015-07-24 14:16:58 +02:00
Florian Festi 139d6c733e - Add support for MIPS platform
- Resolves: #1242786
2015-07-15 10:09:50 +02:00
Florian Festi fcbbffb488 - Add support for MIPS platform
- Resolves: #1242786
2015-07-15 10:01:30 +02:00
Florian Festi 8341ec3f15 - Fix Python import directive for more strict Python3 search rules
- Resolves: #1236493
2015-06-29 12:18:50 +02:00
Lubos Kardos 7aff53e3ab - Allow gpg to get passphrase by itself
- resolves: #1228234
2015-06-19 11:28:32 +02:00
Dennis Gilmore 966f2e339b - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 22:32:18 +00:00
Florian Festi 5510dc282d - Add --whatrecommends and friends
- resolves: #1231247
2015-06-12 18:07:38 +02:00
Florian Festi 7307a5ee39 - Fix references to go sources in debuginfo packages
- resolves: #1184221
2015-04-15 10:04:09 +02:00
Lubos Kardos dabd097bc0 - Fix wrong use of variable strip_g in find-debuginfo.sh
- resolves: #1207434
2015-03-31 11:08:45 +02:00
Lubos Kardos e972e4365d - Fix segmentation fault
- resolves: #1206750
2015-03-30 09:44:42 +02:00
Lubos Kardos 9fa2c4edfb - Forgot to add patch into git in previous commit. 2015-03-27 16:32:14 +01:00
Lubos Kardos fa230ece28 - Pass _find_debuginfo_opts -g to eu-strip for executables
- resolves: #1186563
- add_minidebug is not ran when strip_g is set
- related: #1186563
2015-03-27 16:23:43 +01:00
Lubos Kardos 4b03dd3bed - fix "--excludedocs" option
- resolves: #1192625
2015-03-20 14:59:59 +01:00
Florian Festi 02c36c0471 - Fix spec to allow building without plugins (#1182385) 2015-03-20 10:18:48 +01:00
Than Ngo 445502c59d - bump release and rebuild so that koji-shadow can rebuild it
against new gcc on secondary arch
2015-03-16 22:48:06 +01:00
Till Maas 25cfed606c Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:26:06 +01:00
Richard W.M. Jones 68c26ef62d Include upstream patch to fix find-debuginfo (http://www.rpm.org/ticket/887). 2015-02-17 14:08:50 +00:00
Tom Callaway 9008d010c6 rebuild for lua 5.3 2015-01-16 10:21:35 -05:00
Lubos Kardos 2474acb1d0 - Add check against malicious CPIO file name size
- Fixes CVE-2014-8118
- Resolves #1168715
- Fix race condidition where unchecked data is exposed in the file system
- Fixes CVE-2013-6435
- Resolves #1039811
2014-12-12 17:06:03 +01:00
Panu Matilainen dca944eea4 - Axe unused generator scripts forcing a perl dependency (#1158580, #1158583) 2014-10-30 15:51:14 +02:00
Panu Matilainen 3feadd7134 - Skip ghost files in payload (#1156497)
- Fix size and archice size tag generation on big-endian systems
2014-10-28 11:19:13 +02:00
Panu Matilainen 96d48126ff - Dont wait for transaction lock within scriptlets (RhBug:1135596) 2014-10-01 10:16:37 +03:00
Panu Matilainen 2176e2752d - Update to rpm-4.12.0.1 final (http://rpm.org/wiki/Releases/4.12.0.1)
- Temporary workaround payload size mismatch issue in rpm2cpio (#1142949)
2014-09-18 14:25:40 +03:00
Panu Matilainen 2e5e062433 - Reduce the double separator spec parse error into a warning (#1065563) 2014-09-17 09:59:57 +03:00
Panu Matilainen 814137c1a7 - Update to rpm-4.12.0 final 2014-09-16 13:53:02 +03:00
Panu Matilainen 5ce01ef303 - Resurrect payload and tilde rpmlib() dependencies 2014-09-09 13:16:01 +03:00