4.2.1-P1: fix for CVE-2011-0997 (#694005)
This commit is contained in:
parent
2b40dd8d32
commit
976c4dec61
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/dhcp-4.2.1b1.tar.gz
|
||||
/dhcp-4.2.1rc1.tar.gz
|
||||
/dhcp-4.2.1.tar.gz
|
||||
/dhcp-4.2.1-P1.tar.gz
|
||||
|
11
dhcp.spec
11
dhcp.spec
@ -5,18 +5,18 @@
|
||||
%global dhcpconfdir %{_sysconfdir}/dhcp
|
||||
|
||||
# Patch version
|
||||
#%global patchver P2
|
||||
%global patchver P1
|
||||
# Pre-Release version
|
||||
#%global prever rc1
|
||||
|
||||
#%global VERSION %{version}-%{patchver}
|
||||
%global VERSION %{version}-%{patchver}
|
||||
#%global VERSION %{version}%{prever}
|
||||
%global VERSION %{version}
|
||||
#%global VERSION %{version}
|
||||
|
||||
Summary: Dynamic host configuration protocol software
|
||||
Name: dhcp
|
||||
Version: 4.2.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4.%{patchver}%{?dist}
|
||||
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
|
||||
# dcantrell maintaining the package) made incorrect use of the epoch and
|
||||
# that's why it is at 12 now. It should have never been used, but it was.
|
||||
@ -630,6 +630,9 @@ fi
|
||||
%attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
|
||||
|
||||
%changelog
|
||||
* Wed Apr 06 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-4.P1
|
||||
- 4.2.1-P1: fix for CVE-2011-0997 (#694005)
|
||||
|
||||
* Fri Mar 25 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-3
|
||||
- Polished patches according to results from static analysis of code.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user