- update to 2.2.17
This commit is contained in:
parent
e359920ee6
commit
ec012a6fc9
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
httpd-2.2.16.tar.gz
|
httpd-2.2.16.tar.gz
|
||||||
|
/httpd-2.2.17.tar.bz2
|
||||||
|
x86_64
|
||||||
|
/httpd-2.2.17
|
||||||
|
/*.rpm
|
||||||
|
/.build*.log
|
||||||
|
/noarch
|
||||||
|
17
httpd-2.2.17.tar.bz2.asc
Normal file
17
httpd-2.2.17.tar.bz2.asc
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.9 (MingW32)
|
||||||
|
|
||||||
|
iQIcBAABAgAGBQJMt1B/AAoJEKNIuYR/chSnm/QQAKuk2dv9MFYl/udLCho/roYK
|
||||||
|
0B4y4KoLMgdkPNbUvlKG5c8+6nMIfCZZ3ywwKTNih0M23yUiN7oYbrsdJdh8K+Wh
|
||||||
|
fI+zeADmzvZuQgrygh7qk5sRd1frygHP+6hh+hZ9K4eAR2dO4xZkAM64FEkCT/Hw
|
||||||
|
iJ6ibxx/xhnCsOEYOI9Xnd/0Kq65OVEnGcrT6rg+bo+nSxmc/DAp4ENHs4GFTTLv
|
||||||
|
dN2Sk+Sdd0xUhBBJ7x2mCw5opXEaHg0a7hLjm8dhlRsVVD8Vus/BhNm5ArbhwDpV
|
||||||
|
NigNXEXlF6fpktf984TSLXtVGPXjWQIByRjaWWqiO9Ja9qJM5Sp7f/llsfafiR58
|
||||||
|
67trEELsr70/udijJWeRZrUsCOjRfNFF3I9lk208O0r9VSPiMKjk7vmiY1w+zFcw
|
||||||
|
LcN9tw40MCw9zxT11cbfgR3UwmHTnHWe5+TbhPOjUA2GfO2cW+bO88yhkPcyCGzJ
|
||||||
|
AaU9q8uM79b9B0qSBMWr7onVn0T1Tgg1uUTuDPmkt71RAbDttdRcktrkq3ryTCR5
|
||||||
|
VfD+baRxnCphzniPfV1VJgi5xYcweEkq74YMBGgXk4wBZxhsarJ3kOcI6aG73ndz
|
||||||
|
VMUfbxoVqQyhNLTnpYWBuj72GZd2LnQsyvxQ63AO1pgxfcSxkMwZgzutiz5wOHqc
|
||||||
|
gfMu2sYWvGRamswtAKXw
|
||||||
|
=HMRA
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.2.16
|
Version: 2.2.17
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
Source3: httpd.logrotate
|
Source3: httpd.logrotate
|
||||||
Source4: httpd.init
|
Source4: httpd.init
|
||||||
@ -479,6 +479,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/httpd/build/*.sh
|
%{_libdir}/httpd/build/*.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2010 Joe Orton <jorton@redhat.com> - 2.2.17-1
|
||||||
|
- update to 2.2.17
|
||||||
|
|
||||||
* Fri Sep 10 2010 Joe Orton <jorton@redhat.com> - 2.2.16-2
|
* Fri Sep 10 2010 Joe Orton <jorton@redhat.com> - 2.2.16-2
|
||||||
- link everything using -z relro and -z now
|
- link everything using -z relro and -z now
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user