SHA256
6
0
forked from pool/rpm

update to rpm-4.11.3

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=336
This commit is contained in:
2014-09-10 13:49:56 +00:00
committed by Git OBS Bridge
parent 4e676e104c
commit 9f23915be5
15 changed files with 64 additions and 299 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 8 18:51:28 CEST 2014 - mls@suse.de
- update to rpm-4.11.3
* consists of cherry picked bug fixes
* fix double-free on malformed signature header (RhBug:1133885)
* fix curl globbing being enabled on remote retrieval (RhBug:1076277)
* fix verification of SHA224 signatures (RhBug:1066494)
* fix buffer overflows on malformed macro define/undefine (RhBug:1087000)
* fix buffer overflow on unterminated macro options
* fix file actions sometimes carrying state across multiple
rpmtsRun() calls (RhBug:1076552, RhBug:1128359)
* fix %autopatch options getting expanded twice
* add support for %autosetup -S git_am (RhBug:1082038)
- dropped patches: gentlyadjustmacros.diff, rundir.diff,
m68k.patch, debugedit-m68k.patch
-------------------------------------------------------------------
Mon Aug 18 14:50:33 CEST 2014 - mls@suse.de