public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/, app-arch/unshield/files/
@ 2016-12-29 14:38 Michael Orlitzky
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Orlitzky @ 2016-12-29 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     c7fd3ef455d42ed2633e2d4209df55c5bd0b316b
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 14:35:40 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 14:37:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fd3ef4

app-arch/unshield: clean up old versions vulnerable to directory traversal.

Gentoo-Bug: 537976

Package-Manager: portage-2.3.0

 app-arch/unshield/Manifest                         |  1 -
 app-arch/unshield/files/unshield-bootstrap.patch   | 32 -----------------
 app-arch/unshield/metadata.xml                     |  1 -
 app-arch/unshield/unshield-0.6_p20120308-r1.ebuild | 41 ----------------------
 app-arch/unshield/unshield-0.6_p20120308.ebuild    | 39 --------------------
 5 files changed, 114 deletions(-)

diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest
index cab51f1..bcbba2c 100644
--- a/app-arch/unshield/Manifest
+++ b/app-arch/unshield/Manifest
@@ -1,2 +1 @@
-DIST unshield-0.6_p20120308.tar.xz 31924 SHA256 5f857a496ff54b9e1121b8ce2ceaba78133e91e254203e81340010ee05224da6 SHA512 7eec3c401af4c43f599e1b1abae3efdc6b91bd132a86b6658656bec4f00040eed2b0addede7b555953ecc7b1c976fa03013820a25a68a226cf1b973caffb25c4 WHIRLPOOL 12d307b8345b604d10c42b52c28e1eb4eb9745a7b542da188b2a24c4a993b45cfd98a01740f3f30362c9b2714ba61d5e4c6f66a26e599356b5cef5b76130fc34
 DIST unshield-1.4.tar.gz 37199 SHA256 8ae91961212193a7d3d7973c1c9464f3cd1967c179d6099feb1bb193912f8231 SHA512 b09c29fa8e5785f2ca90b40105304802d00d201dde42ef4f5e4b5504ca8edf10da426c7ed1daa8c0685980f085eb20437162812a2068a0c03c0dfd240edbf944 WHIRLPOOL 886c6272d8666192e67fd0978f3d038b9a023ffc8456689b0e6ce6d2c0913f21a1ad8e2baa3d57991605cf64d59a5991a4f8ef3f8856ecabbaccb664bbc3c91d

diff --git a/app-arch/unshield/files/unshield-bootstrap.patch b/app-arch/unshield/files/unshield-bootstrap.patch
deleted file mode 100644
index 565b9e5..00000000
--- a/app-arch/unshield/files/unshield-bootstrap.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-This is replaced by `AT_M4DIR=m4 eautoreconf` in the ebuild.
-
---- bootstrap
-+++ bootstrap
-@@ -26,17 +26,17 @@
- 	INCLUDES="-I m4"
- fi
- set -x
--aclocal $INCLUDES
--autoheader
-+# aclocal $INCLUDES
-+# autoheader
- 
- # Check For OSX
- # rhcp011235@gmail.com
- 
--KERNEL_NAME=`uname -s`
--if [ "$KERNEL_NAME" = "Darwin" ]; then
--	glibtoolize --copy --automake
--else
--	libtoolize --copy --automake
--fi
--automake --copy --foreign --add-missing
--autoconf
-+# KERNEL_NAME=`uname -s`
-+# if [ "$KERNEL_NAME" = "Darwin" ]; then
-+# 	glibtoolize --copy --automake
-+# else
-+# 	libtoolize --copy --automake
-+# fi
-+# automake --copy --foreign --add-missing
-+# autoconf

diff --git a/app-arch/unshield/metadata.xml b/app-arch/unshield/metadata.xml
index a2a1dfe..417ce2a 100644
--- a/app-arch/unshield/metadata.xml
+++ b/app-arch/unshield/metadata.xml
@@ -3,6 +3,5 @@
 <pkgmetadata>
   <upstream>
     <remote-id type="github">twogood/unshield</remote-id>
-    <remote-id type="sourceforge">synce</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild b/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild
deleted file mode 100644
index 8e958c0..00000000
--- a/app-arch/unshield/unshield-0.6_p20120308-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="InstallShield CAB file extractor"
-HOMEPAGE="https://github.com/twogood/unshield https://sourceforge.net/projects/synce/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="libressl static-libs"
-
-RDEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )
-	sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-bootstrap.patch
-	./bootstrap
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467548
-	AT_M4DIR=m4 eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--with-ssl
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc README
-
-	find "${D}" -name '*.la' -exec rm -f {} +
-}

diff --git a/app-arch/unshield/unshield-0.6_p20120308.ebuild b/app-arch/unshield/unshield-0.6_p20120308.ebuild
deleted file mode 100644
index aeebd6e..00000000
--- a/app-arch/unshield/unshield-0.6_p20120308.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils
-
-DESCRIPTION="InstallShield CAB file extractor"
-HOMEPAGE="https://github.com/twogood/unshield https://sourceforge.net/projects/synce/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/openssl:0
-	sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-bootstrap.patch
-	./bootstrap
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #467548
-	AT_M4DIR=m4 eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable static-libs static) \
-		--with-ssl
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc README
-
-	find "${D}" -name '*.la' -exec rm -f {} +
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/, app-arch/unshield/files/
@ 2023-05-14 10:29 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2023-05-14 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c95df2848611b4fa16d68eb9653a51a332a79978
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 08:53:20 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:27:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95df284

app-arch/unshield: drop 1.4.3

Closes: https://bugs.gentoo.org/906316
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-arch/unshield/Manifest                         |  1 -
 .../unshield/files/unshield-1.4.3-mandir.patch     | 21 ----------------
 app-arch/unshield/unshield-1.4.3.ebuild            | 28 ----------------------
 3 files changed, 50 deletions(-)

diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest
index a50d4d0da250..a91788422420 100644
--- a/app-arch/unshield/Manifest
+++ b/app-arch/unshield/Manifest
@@ -1,2 +1 @@
-DIST unshield-1.4.3.tar.gz 58822 BLAKE2B 89e23462610d7ffd25358cb1d9f234b5c80a580deb60e85610ddacc8e3aa92420cb0e885e80375089e93786565824813f23c54f7c4d60b7773f23d174c98e5d7 SHA512 2f058e0a28d0497e2afe231ded1b1bb16745401398eb1035e628d263351b10a1343c9664f3937b8912755db9dc5236a1b43e9bcba596affb7aa8b036f49382aa
 DIST unshield-1.5.1.tar.gz 67454 BLAKE2B 7def714e8d74312de8b822b0add92a803fadda0394252587219c7379791ec33680bf9430c6811e71354fd2e9ccc91e28697e31a2377ecc16aa43edea1ce30e57 SHA512 acb130c461bed66dc3804394be067a68aea96a7cd20b348e713f64a11bf642b74f68fc172f220a9790b44573abbe01ed4585191158f27c40e863918a7342c1ca

diff --git a/app-arch/unshield/files/unshield-1.4.3-mandir.patch b/app-arch/unshield/files/unshield-1.4.3-mandir.patch
deleted file mode 100644
index 49f634fa8631..000000000000
--- a/app-arch/unshield/files/unshield-1.4.3-mandir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From cf53f87fae324e1a4c5d9ebd49b88947a9b02267 Mon Sep 17 00:00:00 2001
-From: Dan Church <amphetamachine@gmail.com>
-Date: Fri, 2 Nov 2018 11:00:20 -0500
-Subject: [PATCH] Fix man page install path
-
-Use the standard CMake variable to determine location.
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e0c20d3..0aeecb5 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -87,5 +87,5 @@ endif ()
- add_subdirectory(lib)
- add_subdirectory(src)
- 
--install(FILES man/unshield.1 DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/man/man1)
-+install(FILES man/unshield.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libunshield.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)

diff --git a/app-arch/unshield/unshield-1.4.3.ebuild b/app-arch/unshield/unshield-1.4.3.ebuild
deleted file mode 100644
index 2980dff623fa..000000000000
--- a/app-arch/unshield/unshield-1.4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="InstallShield CAB file extractor"
-HOMEPAGE="https://github.com/twogood/unshield"
-SRC_URI="https://github.com/twogood/unshield/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-# OpenSSL is detected at build time, and used to determine
-# whether or not a hand-rolled md5 implementation is used. The build
-# system prefers OpenSSL's implementation if it's available, and OpenSSL
-# is common enough, so we prefer it too. Since the dependency is
-# automagic (there's no way to hide it), we require OpenSSL
-# unconditionally.
-
-DEPEND="
-	dev-libs/openssl:0=
-	sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-mandir.patch" )


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-14 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 10:29 [gentoo-commits] repo/gentoo:master commit in: app-arch/unshield/, app-arch/unshield/files/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2016-12-29 14:38 Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox