commit:     42c0c9e9e757dfb4ab4116fa1f5f7d25d74ad289
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Fri Feb  3 15:18:09 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 21:20:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c0c9e9

sys-block/partimage: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3791

 .../partimage/files/partimage-0.6.8-destdir.patch  | 11 --------
 .../files/partimage-0.6.8-openssl-1.patch          | 30 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/sys-block/partimage/files/partimage-0.6.8-destdir.patch 
b/sys-block/partimage/files/partimage-0.6.8-destdir.patch
deleted file mode 100644
index 12eb8c4..00000000
--- a/sys-block/partimage/files/partimage-0.6.8-destdir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am
-+++ Makefile.am
-@@ -48,7 +48,7 @@
-           $(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
-       echo -n "#add only users allowed to " >>  \
-            $(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
--      echo "connect partimaged" >> ${sysconfdir}/partimaged/partimagedusers ;\
-+      echo "connect partimaged" >> 
$(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
-       echo "# (only one login per line)" >> \
-            $(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\
-       echo "" >> $(DESTDIR)${sysconfdir}/partimaged/partimagedusers ;\

diff --git a/sys-block/partimage/files/partimage-0.6.8-openssl-1.patch 
b/sys-block/partimage/files/partimage-0.6.8-openssl-1.patch
deleted file mode 100644
index 69268a9..00000000
--- a/sys-block/partimage/files/partimage-0.6.8-openssl-1.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-http://bugs.gentoo.org/326879
-
---- src/client/netclient.h
-+++ src/client/netclient.h
-@@ -35,7 +35,11 @@
- #ifdef HAVE_SSL
-   SSL_CTX * ctx;
-   X509 * server_cert;
-+  #if OPENSSL_VERSION_NUMBER >= 0x10000000L
-+  const SSL_METHOD * meth;
-+  #else
-   SSL_METHOD * meth;
-+  #endif
- #endif
-   bool m_bUseSSL;
-   bool m_bMustLogin;
---- src/server/netserver.h
-+++ src/server/netserver.h
-@@ -41,7 +41,11 @@
- #ifdef HAVE_SSL
-   SSL_CTX * ctx;
-   X509 * client_cert;
-+  #if OPENSSL_VERSION_NUMBER >= 0x10000000L
-+  const SSL_METHOD * meth;
-+  #else
-   SSL_METHOD * meth; 
-+  #endif
-   int err;
- #endif
- 

Reply via email to