Changeset 2602 for trunk/server/fedora
- Timestamp:
- Aug 28, 2014, 11:31:15 PM (10 years ago)
- Location:
- trunk/server/fedora/specs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/httpd.spec.patch
r2591 r2602 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -65,6 +65,1 3@@12 @@ -65,6 +65,14 @@ 13 13 # Bug fixes 14 14 Patch55: httpd-2.4.4-malformed-host.patch … … 20 20 +Patch1004: httpd-fixup-vhost.patch 21 21 +Patch1005: httpd-allow-null-user.patch 22 +Patch1006: httpd-suexec-journald.patch 22 23 + 23 24 License: ASL 2.0 … … 48 49 49 50 %description -n mod_ssl 50 @@ -190,6 +200,1 2@@51 @@ -190,6 +200,13 @@ 51 52 %patch55 -p1 -b .malformedhost 52 53 %patch56 -p1 -b .uniqueid … … 57 58 +%patch1004 -p1 -b .fixup-vhost 58 59 +%patch1005 -p1 -b .allow-null-user 60 +%patch1006 -p1 -b .journald 59 61 + 60 62 # Patch in the vendor string … … 89 91 %dir %{_libdir}/httpd 90 92 %dir %{_libdir}/httpd/modules 91 @@ -1014,3 +1033,8 @@92 * Sun Apr 04 2010 Robert Scheck <robert@fedoraproject.org> - 2.2.15-193 - update to 2.2.15 (#572404, #579311)94 95 +Patch1001: httpd-suexec-scripts.patch96 +Patch1002: httpd-mod_status-security.patch97 +Patch1003: httpd-304s.patch98 +Patch1004: httpd-fixup-vhost.patch99 +Patch1005: httpd-allow-null-user.patch -
trunk/server/fedora/specs/logview.spec
r1897 r2602 2 2 Group: Applications/System 3 3 Name: logview 4 Version: 0.%{scriptsversion}4 Version: 1.%{scriptsversion} 5 5 Release: 0 6 6 Vendor: The scripts.mit.edu Team (scripts@mit.edu) … … 9 9 Source: %{name}.tar.gz 10 10 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 11 BuildArch: noarch 12 11 13 %define debug_package %{nil} 12 14 13 15 %description 14 15 16 scripts.mit.edu logview program 16 17 See http://scripts.mit.edu/wiki for more information. … … 20 21 21 22 %build 22 ./configure23 make24 23 25 24 %install 26 25 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT 27 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local 26 mkdir -p %{buildroot}/%{_bindir}/ 27 cp logview %{buildroot}/%{_bindir}/logview 28 28 29 29 %clean … … 40 40 41 41 %files 42 %defattr(0755, root, root) 43 /usr/local/bin/logview.pl 44 %defattr(2755, root, logview) 45 /usr/local/bin/logview 42 %{_bindir}/logview 46 43 47 44 %changelog 45 * Fri Aug 29 2014 Alexander Chernyakhovsky <achernya@mit.eduu> - 1.2601-0 46 - logview is now journalctl 47 48 48 * Wed Dec 31 2008 Quentin Smith <quentin@mit.edu> 49 49 - ignore preexisting user
Note: See TracChangeset
for help on using the changeset viewer.