diff options
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/mysql-python/mysql-python-1.2.5-mysql-include.patch b/dev-python/mysql-python/mysql-python-1.2.5-mysql-include.patch deleted file mode 100644 index b1b7d46..0000000 --- a/dev-python/mysql-python/mysql-python-1.2.5-mysql-include.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNp MySQL-python-1.2.5-orig/_mysql.c MySQL-python-1.2.5-dwok/_mysql.c ---- MySQL-python-1.2.5-orig/_mysql.c 2019-08-21 16:38:34.888225875 +0200 -+++ MySQL-python-1.2.5-dwok/_mysql.c 2019-08-21 16:39:35.394098745 +0200 -@@ -40,8 +40,6 @@ PERFORMANCE OF THIS SOFTWARE. - #include "structmember.h"
- #if defined(MS_WINDOWS)
- #include <config-win.h>
--#else
--#include "my_config.h"
- #endif
- #include "mysql.h"
- #include "mysqld_error.h"
diff --git a/sys-kernel/genkernel-next/missing-no-install-cd.patch b/sys-kernel/genkernel-next/missing-no-install-cd.patch deleted file mode 100644 index 96b2e04..0000000 --- a/sys-kernel/genkernel-next/missing-no-install-cd.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/gen_compile.sh b/gen_compile.sh -index 69eb414..60ed2a7 100755 ---- a/gen_compile.sh -+++ b/gen_compile.sh -@@ -334,6 +334,8 @@ compile_kernel() { - "kernelz-${KV}" - fi - else -+ local curdir=$(pwd) -+ cd ${KERNEL_OUTPUTDIR} - cp "${tmp_kernel_binary}" "${TMPDIR}/kernel-${KNAME}-${ARCH}-${KV}${KAPPENDNAME}" || - gen_die "Could not copy the kernel binary to ${TMPDIR}!" - cp "System.map" "${TMPDIR}/System.map-${KNAME}-${ARCH}-${KV}${KAPPENDNAME}" || -@@ -343,6 +345,7 @@ compile_kernel() { - cp "${tmp_kernel_binary2}" "${TMPDIR}/kernelz-${KV}" || - gen_die "Could not copy the kernelz binary to ${TMPDIR}!" - fi -+ cd "${curdir}" - fi - } - diff --git a/www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch b/www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch deleted file mode 100644 index 51c6cc6..0000000 --- a/www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- httpd/modules/metadata/mod_remoteip.c 2020/02/21 23:04:46 1874343 -+++ httpd/modules/metadata/mod_remoteip.c 2020/02/21 23:19:07 1874344 -@@ -948,6 +948,9 @@ - apr_status_t ret; - - switch (hdr->v2.ver_cmd & 0xF) { -+ case 0x00: /* LOCAL command */ -+ /* keep local connection address for LOCAL */ -+ return HDR_DONE; - case 0x01: /* PROXY command */ - switch (hdr->v2.fam) { - case 0x11: /* TCPv4 */ |