]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- rel 17, fix out of bounds memory access in :shescape headerformat
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 May 2009 16:14:58 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.837.2.42.2.49.2.56

rpm.spec

index 7f52c1ae626f194b3df8c3a4a1c89ee20187afcd..9ad578d102606ef035ff3f3a2d590b501f329d05 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -51,7 +51,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       16
+Release:       17
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -162,6 +162,7 @@ Patch90:    %{name}-gstreamer.patch
 Patch91:       %{name}-gendiff.patch
 Patch92:       %{name}-set-failed-on-reopen.patch
 Patch93:       %{name}-debugedit-workaround.patch
+Patch94:       %{name}-shescape-memfault.patch
 URL:           http://rpm5.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1.4
@@ -777,6 +778,7 @@ install %{SOURCE13} scripts/perl.prov
 %patch91 -p1
 %patch92 -p1
 %patch93 -p1
+%patch94 -p1
 
 mv -f po/{sr,sr@Latn}.po
 rm -rf sqlite zlib popt
This page took 0.098388 seconds and 4 git commands to generate.