bab9bb6b69
Create new directories: ceph config config-files filesystem kernel kernel/kernel-modules ldap logging strorage-drivers tools utilities virt Retire directories: connectivity core devtools support extended Delete two packages: tgt irqbalance Relocated packages: base/ dhcp initscripts libevent lighttpd linuxptp memcached net-snmp novnc ntp openssh pam procps sanlock shadow sudo systemd util-linux vim watchdog ceph/ python-cephclient config/ facter puppet-4.8.2 puppet-modules filesystem/ e2fsprogs nfs-utils nfscheck kernel/ kernel-std kernel-rt kernel/kernel-modules/ mlnx-ofa_kernel ldap/ nss-pam-ldapd openldap logging/ syslog-ng logrotate networking/ lldpd iproute mellanox python-ryu mlx4-config python/ python-2.7.5 python-django python-gunicorn python-setuptools python-smartpm python-voluptuous security/ shim-signed shim-unsigned tboot strorage-drivers/ python-3parclient python-lefthandclient virt/ cloud-init libvirt libvirt-python qemu tools/ storage-topology vm-topology utilities/ tis-extensions namespace-utils nova-utils update-motd Change-Id: I37ade764d873c701b35eac5881eb40412ba64a86 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From c684477fa2b47bb3c00b0e501e817d088408bead Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
Date: Mon, 20 Mar 2017 10:21:28 -0400
|
|
Subject: [PATCH 4/4] WRS: spec-check-content-length.patch
|
|
|
|
Conflicts:
|
|
SPECS/lighttpd.spec
|
|
---
|
|
SPECS/lighttpd.spec | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/SPECS/lighttpd.spec b/SPECS/lighttpd.spec
|
|
index b795a3f..9fd062a 100644
|
|
--- a/SPECS/lighttpd.spec
|
|
+++ b/SPECS/lighttpd.spec
|
|
@@ -78,6 +78,10 @@ Patch3: lighttpd-1.4.39-socket.patch
|
|
#Patch6: changeset_r779c133c16f9af168b004dce7a2a64f16c1cb3a4.diff
|
|
#Patch7: lighttpd-1.4.42-bignum.patch
|
|
#Patch8: lighttpd-1.4.43-mysql.patch
|
|
+
|
|
+# WRS Patches
|
|
+Patch100: check-content-length.patch
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
# For the target poweredby.png image (skip requirement + provide image on EL5)
|
|
%if %{with systemlogos}
|
|
@@ -179,6 +183,10 @@ Authentication module for lighttpd that uses GSSAPI
|
|
#%patch6 -p1 -b .http_proxy
|
|
#%patch7 -p0 -b .bignum
|
|
#%patch8 -p0 -b .mysql
|
|
+
|
|
+# WRS Patches
|
|
+%patch100 -p1 -b .content_length
|
|
+
|
|
#install -p -m 0644 %{SOURCE100} src/mod_geoip.c
|
|
#install -p -m 0644 %{SOURCE101} mod_geoip.txt
|
|
|
|
--
|
|
1.8.3.1
|
|
|