4.0.4-alt77.M40.22

- Backported changes by Dmitry V. Levin:
- rpmio/macro.c (doShellEscape): Fixed potential buffer underflow (closes: #11921).
- python: Fixed build with libtool.
This commit is contained in:
Alexey Tourbin 2009-09-24 11:43:49 +04:00
parent 04d5860a7b
commit 2c384eccb0

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt77.M40.21
Release: alt77.M40.22
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown')
@ -509,6 +509,11 @@ fi
%endif #with contrib
%changelog
* Thu Sep 24 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.22
- Backported changes by Dmitry V. Levin:
- rpmio/macro.c (doShellEscape): Fixed potential buffer underflow (closes: #11921).
- python: Fixed build with libtool.
* Wed Jun 17 2009 Alexey Tourbin <at@altlinux.ru> 4.0.4-alt77.M40.21
- Removed _noDirTokens support (producing legacy filelist format).
- Disabled rpmlib(PayloadFilesHavePrefix), rpmlib(CompressedFileNames),