Changeset 2429 for branches/fc19-dev
- Timestamp:
- Jun 12, 2013, 10:58:31 PM (11 years ago)
- Location:
- branches/fc19-dev/server/fedora
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc19-dev/server/fedora/Makefile
r2423 r2429 40 40 server_url = "http://web.mit.edu/scripts/src" 41 41 server_arch = "fedora.stable" 42 openafs_url = "http://www.openafs.org/dl/openafs/1.6.2/openafs-1.6.2-1.src.rpm"42 openafs_url = "http://www.openafs.org/dl/openafs/candidate/1.6.3pre3/openafs-1.6.3-0.pre3.src.rpm" 43 43 zephyr_url = "http://zephyr.1ts.org/files/zephyr-3.0.2.tar.gz" 44 44 -
branches/fc19-dev/server/fedora/specs/httpd.spec.patch
r2422 r2429 1 --- httpd.spec.orig 2013-0 5-29 00:46:07.522169507 -04002 +++ httpd.spec 2013-0 5-29 00:46:37.905169507 -04001 --- httpd.spec.orig 2013-06-09 23:29:34.233169507 -0400 2 +++ httpd.spec 2013-06-09 23:28:41.956169507 -0400 3 3 @@ -14,7 +14,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 6 Version: 2.4.4 7 -Release: 4%{?dist}8 +Release: 4%{?dist}.scripts.%{scriptsversion}7 -Release: 6%{?dist} 8 +Release: 6%{?dist}.scripts.%{scriptsversion} 9 9 URL: http://httpd.apache.org/ 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -79,6 +79,12 @@13 Requires(postun): systemd-units14 Requires(post): systemd-units15 16 +Provides: scripts-httpd = %{version}-%{release}17 +Patch1001: httpd-suexec-scripts.patch18 +Patch1002: httpd-mod_status-security.patch19 +Patch1003: httpd-304s.patch20 +Patch1004: httpd-fixup-vhost.patch21 +22 %description23 The Apache HTTP Server is a powerful, efficient, and extensible24 web server.25 @@ -89,6 +95,7 @@26 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel27 Requires: apr-devel, apr-util-devel, pkgconfig28 Requires: httpd = %{version}-%{release}29 +Provides: scripts-httpd-devel = %{version}-%{release}30 31 %description devel32 The httpd-devel package contains the APXS binary and other files33 @@ -127,6 +134,7 @@34 Requires(post): openssl, /bin/cat35 Requires(pre): httpd36 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}37 +Provides: scripts-mod_ssl38 Obsoletes: stronghold-mod_ssl39 40 %description -n mod_ssl41 @@ -189,6 +197,11 @@42 # Prevent use of setcap in "install-suexec-caps" target.43 sed -i '/suexec/s,setcap ,echo Skipping setcap for ,' Makefile.in44 45 +%patch1001 -p1 -b .suexec-scripts46 +%patch1002 -p1 -b .mod_status-security47 +%patch1003 -p1 -b .scripts-304s48 +%patch1004 -p1 -b .fixup-vhost49 +50 # Safety check: prevent build if defined MMN does not equal upstream MMN.51 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`52 if test "x${vmmn}" != "x%{mmn}"; then53 @@ -235,11 +248,13 @@54 --enable-suexec --with-suexec \55 --enable-suexec-capabilities \56 --with-suexec-caller=%{suexec_caller} \57 - --with-suexec-docroot=%{docroot} \58 - --without-suexec-logfile \59 - --with-suexec-syslog \60 + --with-suexec-docroot=/ \61 + --with-suexec-userdir=web_scripts \62 + --with-suexec-trusteddir=/usr/libexec/scripts-trusted \63 + --with-suexec-logfile=%{_localstatedir}/log/httpd/suexec.log \64 + --without-suexec-syslog \65 --with-suexec-bin=%{_sbindir}/suexec \66 - --with-suexec-uidmin=500 --with-suexec-gidmin=100 \67 + --with-suexec-uidmin=50 --with-suexec-gidmin=50 \68 --enable-pie \69 --with-pcre \70 --enable-mods-shared=all \ -
branches/fc19-dev/server/fedora/specs/krb5.spec.patch
r2398 r2429 1 --- krb5.spec.orig 2013-0 4-26 20:11:39.831850109-04002 +++ krb5.spec 2013-0 4-26 20:12:32.475790490-04003 @@ - 20,7 +20,7 @@1 --- krb5.spec.orig 2013-06-09 23:11:12.810169507 -0400 2 +++ krb5.spec 2013-06-09 23:16:13.634169507 -0400 3 @@ -30,7 +30,7 @@ 4 4 Summary: The Kerberos network authentication system 5 5 Name: krb5 6 Version: 1.1 0.27 -Release: 1 1%{?dist}8 +Release: 1 1%{?dist}.scripts.%{scriptsversion}6 Version: 1.11.3 7 -Release: 1%{?dist} 8 +Release: 1%{?dist}.scripts.%{scriptsversion} 9 9 # Maybe we should explode from the now-available-to-everybody tarball instead? 10 # http://web.mit.edu/kerberos/dist/krb5/1.1 0/krb5-1.10.2-signed.tar10 # http://web.mit.edu/kerberos/dist/krb5/1.11/krb5-1.11.3-signed.tar 11 11 Source0: krb5-%{version}.tar.gz 12 @@ - 76,6 +76,8 @@13 Patch 112: krb5-1.10-CVE-2013-1416.patch14 Patch 113: krb5-fast-msg_type.patch12 @@ -89,6 +89,8 @@ 13 Patch201: krb5-1.11.2-keycheck.patch 14 Patch202: krb5-1.11.2-otp.patch 15 15 16 16 +Patch1000: krb5-kuserok-scripts.patch … … 19 19 URL: http://web.mit.edu/kerberos/www/ 20 20 Group: System Environment/Libraries 21 @@ -1 33,6 +135,7 @@21 @@ -175,6 +177,7 @@ 22 22 %package libs 23 23 Summary: The shared libraries used by Kerberos 5 24 24 Group: System Environment/Libraries 25 25 +Provides: scripts-krb5-libs, scripts-krb5-libs%{?_isa} 26 %if 0%{?rhel} == 6 27 # Some of the older libsmbclient builds here incorrectly called 28 # krb5_locate_kdc(), which was mistakenly exported in 1.9. 29 @@ -313,6 +316,7 @@ 26 30 27 %description libs 28 Kerberos is a network authentication system. The krb5-libs package 29 @@ -259,6 +262,7 @@ 30 %patch111 -p1 -b .pkinit-agility 31 %patch112 -p1 -b .CVE-2013-1416 32 %patch113 -p1 -b .fast-msg_type 33 +%patch1000 -p1 -b .kuserok 34 rm src/lib/krb5/krb/deltat.c 31 %patch201 -p1 -b .keycheck 32 %patch202 -p1 -b .otp 33 +%patch1000 -p1 -b .kuserok 35 34 36 gzip doc/*.ps 35 # Take the execute bit off of documentation. 36 chmod -x doc/krb5-protocol/*.txt -
branches/fc19-dev/server/fedora/specs/openafs.spec.patch
r2399 r2429 1 --- openafs.spec.orig 201 2-11-10 05:22:28.754019405 -05002 +++ openafs.spec 201 2-11-10 12:45:48.679334955 -05001 --- openafs.spec.orig 2013-06-12 22:45:03.694169507 -0400 2 +++ openafs.spec 2013-06-12 22:46:25.703169507 -0400 3 3 @@ -4,7 +4,7 @@ 4 %define pkgvers 1.6. 24 %define pkgvers 1.6.3 5 5 # for beta/rc releases make pkgrel 0.<tag> 6 6 # for real releases make pkgrel 1 (or more for extra releases) 7 -%define pkgrel 18 +%define pkgrel 1.99.scripts.%{scriptsversion}7 -%define pkgrel 0.pre3 8 +%define pkgrel 0.pre3.99.scripts.%{scriptsversion} 9 9 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -249,9 +249,1 6@@12 @@ -249,9 +249,15 @@ 13 13 %if %{build_modules} 14 14 BuildRequires: kernel-devel … … 21 21 +Patch1002: openafs-systemd-crond.patch 22 22 +Patch1003: openafs-systemd-csdb.patch 23 +Patch1004: openafs-linux-3.8-enablement.patch24 23 +%define _default_patch_fuzz 2 25 24 + … … 92 91 %else 93 92 94 @@ -698,6 +711,1 2@@93 @@ -698,6 +711,11 @@ 95 94 #%setup -q -n %{srcdir} 96 95 %setup -q -b 1 -n %{srcdir} … … 100 99 +%patch1002 -p1 -b .systemd-crond 101 100 +%patch1003 -p1 -b .systemd-csdb 102 +%patch1004 -p1 -b .3.8-enablement103 101 + 104 102 ############################################################################## -
branches/fc19-dev/server/fedora/specs/openssh.spec.patch
r2339 r2429 1 --- openssh.spec.orig 201 2-06-18 18:16:43.764813595-04002 +++ openssh.spec 201 2-06-18 18:24:40.478720527-04001 --- openssh.spec.orig 2013-05-01 19:02:52.961058569 -0400 2 +++ openssh.spec 2013-05-01 19:15:58.952058569 -0400 3 3 @@ -74,7 +74,7 @@ 4 4 Summary: An open source implementation of SSH protocol versions 1 and 2 … … 9 9 URL: http://www.openssh.com/portable.html 10 10 #URL1: http://pamsshagentauth.sourceforge.net 11 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz12 @@ - 221,6 +221,7 @@13 # https://bugzilla.mindrot.org/show_bug.cgi?id=160414 # sctp15 #https://bugzilla.mindrot.org/show_bug.cgi?id=1873 => https://bugzilla.redhat.com/show_bug.cgi?id=66899311 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz 12 @@ -187,6 +187,7 @@ 13 # add latest config.{sub,guess} to support aarch64 (#926284) 14 Patch907: openssh-6.2p1-aarch64.patch 15 16 16 +Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 17 17 18 18 License: BSD 19 19 Group: Applications/Internet 20 @@ -2 71,6 +272,7 @@20 @@ -238,6 +239,7 @@ 21 21 Group: Applications/Internet 22 22 Requires: openssh = %{version}-%{release} … … 26 26 %package server 27 27 Summary: An open source SSH server daemon 28 @@ -4 58,10 +460,12 @@29 %patch71 4 -p0 -b .null-xcrypt28 @@ -407,10 +409,12 @@ 29 %patch713 -p1 -b .ctr-cavs 30 30 31 31 %patch800 -p1 -b .gsskex … … 36 36 %patch900 -p1 -b .canohost 37 37 -%patch901 -p1 -b .kuserok 38 +# Remove the kuserok patch as it won't apply without patch800 38 +# Remove the kuserok patch as it won't apply without patch800 39 39 +# %patch901 -p1 -b .kuserok 40 %patch90 2 -p1 -b .man-moduli41 %patch90 3 -p1 -b .ipqos42 43 @@ -4 69,6 +473,8 @@40 %patch905 -p1 -b .modpipe-cflags 41 %patch906 -p1 -b .identityfile 42 %patch907 -p1 -b .aarch64 43 @@ -419,6 +423,8 @@ 44 44 # Nothing here yet 45 45 %endif
Note: See TracChangeset
for help on using the changeset viewer.