From a84223f42d2066636afed44e0c0c911a24cc5510 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:14:00 +0200 Subject: [PATCH 01/12] moving LinEnum to app-exploits as per #350 --- {net-analyzer => app-exploits}/linenum/Manifest | 0 {net-analyzer => app-exploits}/linenum/linenum-20180827.ebuild | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename {net-analyzer => app-exploits}/linenum/Manifest (100%) rename {net-analyzer => app-exploits}/linenum/linenum-20180827.ebuild (92%) diff --git a/net-analyzer/linenum/Manifest b/app-exploits/linenum/Manifest similarity index 100% rename from net-analyzer/linenum/Manifest rename to app-exploits/linenum/Manifest diff --git a/net-analyzer/linenum/linenum-20180827.ebuild b/app-exploits/linenum/linenum-20180827.ebuild similarity index 92% rename from net-analyzer/linenum/linenum-20180827.ebuild rename to app-exploits/linenum/linenum-20180827.ebuild index 99b6935b1..7a89bc09f 100644 --- a/net-analyzer/linenum/linenum-20180827.ebuild +++ b/app-exploits/linenum/linenum-20180827.ebuild @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" src_install() { - newbin LinEnum.sh linenum + insinto /usr/share/LinEnum + doins LinEnum.sh } From 661b55c848296c5582de402aa079816792806cd7 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:21:26 +0200 Subject: [PATCH 02/12] dirhunt update and removing non-working python 2.7 support --- net-analyzer/dirhunt/Manifest | 1 + net-analyzer/dirhunt/dirhunt-0.5.0.ebuild | 36 +++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 net-analyzer/dirhunt/dirhunt-0.5.0.ebuild diff --git a/net-analyzer/dirhunt/Manifest b/net-analyzer/dirhunt/Manifest index 23f66e9e3..f7efd824b 100644 --- a/net-analyzer/dirhunt/Manifest +++ b/net-analyzer/dirhunt/Manifest @@ -1 +1,2 @@ DIST dirhunt-0.4.2.tar.gz 98093 BLAKE2B ac3aac40715415b8b4fe6c82b0949d33d21694a79c1c1ae06b65ba1623e2f4e857e4066da47de708e9b79e29e5cf5ea65baf4063fd8d77415126fafc9aa40c33 SHA512 b143dbe19a49a9ebbb0f2d2cf8906c58c88dd011b9b3c754ae65a099d6a8456dccdbbbbca16875e110c7b47cf7529e8499dde7c4a05e0d25db1bbb6be26adba4 +DIST dirhunt-0.5.0.tar.gz 100519 BLAKE2B e969a99d62e9373f1a476ada0ec0307efa43fed58f372a90db0f82e7f07c38af3ea18cf47409602a08a476009a33618ac6d176608c42cd2e9380ede11f1d44e7 SHA512 d1947978b6b96ad008bae31312797975db4585894a1443b4045e45bf1cb91329888beb9b794ec501b53cc384301ef2cf21d36760d4171cbf7a22d460e920beef diff --git a/net-analyzer/dirhunt/dirhunt-0.5.0.ebuild b/net-analyzer/dirhunt/dirhunt-0.5.0.ebuild new file mode 100644 index 000000000..05053332d --- /dev/null +++ b/net-analyzer/dirhunt/dirhunt-0.5.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) +EGO_PN=github.com/Nekmo/${PN} + +inherit distutils-r1 + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Nekmo/dirhunt.git" + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" + EGIT_COMMIT="v${PV}" + SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +fi + +DESCRIPTION="Dirhunt is a web crawler optimized for searching and analyzing web directories." +HOMEPAGE="https://github.com/Nekmo/dirhunt" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/beautifulsoup-4.5.1 + dev-python/click + dev-python/colorama + dev-python/humanize + dev-python/requests + dev-python/requests-mock" +DEPEND="${RDEPEND}" + From e92ea39d87f7aa807302b7a33d4d0b79026a7444 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:22:30 +0200 Subject: [PATCH 03/12] dirhunt update and removing non-working python 2.7 support --- net-analyzer/dirhunt/dirhunt-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/dirhunt/dirhunt-0.4.2.ebuild b/net-analyzer/dirhunt/dirhunt-0.4.2.ebuild index 0263e96ca..05053332d 100644 --- a/net-analyzer/dirhunt/dirhunt-0.4.2.ebuild +++ b/net-analyzer/dirhunt/dirhunt-0.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) EGO_PN=github.com/Nekmo/${PN} inherit distutils-r1 From 66afbd2b74f59e38d69c70d711b849cfa48aa209 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:23:56 +0200 Subject: [PATCH 04/12] dirhunt update and removing non-working python 2.7 support --- profiles/pentoo/base/package.accept_keywords/net-analyzer | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/pentoo/base/package.accept_keywords/net-analyzer b/profiles/pentoo/base/package.accept_keywords/net-analyzer index 24daf5c96..b1167670c 100644 --- a/profiles/pentoo/base/package.accept_keywords/net-analyzer +++ b/profiles/pentoo/base/package.accept_keywords/net-analyzer @@ -112,11 +112,9 @@ net-analyzer/zmap net-analyzer/sublist3r net-analyzer/amass -~net-analyzer/dirhunt-0.4.2 +~net-analyzer/dirhunt-0.5.0 ~net-analyzer/xbruteforcer-20180611 ~net-analyzer/droopescan-1.41.1 ~net-analyzer/ham2mon-20170603 - ~net-analyzer/cipherscan-20180519 - ~net-analyzer/gobuster-2.0.1 From f4bd2b4966d4108007a678b21ce5371ec2307180 Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:26:51 +0200 Subject: [PATCH 05/12] moving LinEnum to app-exploits as per #350 --- profiles/pentoo/base/package.accept_keywords/app-exploits | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/pentoo/base/package.accept_keywords/app-exploits b/profiles/pentoo/base/package.accept_keywords/app-exploits index c94306917..f9580c602 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-exploits +++ b/profiles/pentoo/base/package.accept_keywords/app-exploits @@ -8,3 +8,4 @@ app-exploits/weevely =app-exploits/routersploit-3* app-exploits/webshells +~app-exploits/linenum-20180827 From 651b418a17c4ddd5d78e6334f97d17cf9eca5e7c Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 21:59:56 +0200 Subject: [PATCH 06/12] adding app-exploits/linux-exploit-suggester as per #350 --- app-exploits/linux-exploit-suggester/Manifest | 1 + .../linux-exploit-suggester-20140519.ebuild | 26 +++++++++++++++++++ .../base/package.accept_keywords/app-exploits | 1 + 3 files changed, 28 insertions(+) create mode 100644 app-exploits/linux-exploit-suggester/Manifest create mode 100644 app-exploits/linux-exploit-suggester/linux-exploit-suggester-20140519.ebuild diff --git a/app-exploits/linux-exploit-suggester/Manifest b/app-exploits/linux-exploit-suggester/Manifest new file mode 100644 index 000000000..ca199347a --- /dev/null +++ b/app-exploits/linux-exploit-suggester/Manifest @@ -0,0 +1 @@ +DIST linux-exploit-suggester-20140519.tar.gz 11029 BLAKE2B 7f05671b41e3e9a61c7a9ca519ff6aa2e9ca63de0bd749afee6d865dc3900042ac6f95aa9669c1a7e9a4f530ee3c9f70668e1dd7ba401a2ca7673d0f56d3b1cf SHA512 be8a776b896219f1c848f32530db50f43d8c777c9a0ff66ac6ad028f01163a345340ac5a6979dd06480a4a76bf14b86039fe718df7ea4577da182d3663d7f035 diff --git a/app-exploits/linux-exploit-suggester/linux-exploit-suggester-20140519.ebuild b/app-exploits/linux-exploit-suggester/linux-exploit-suggester-20140519.ebuild new file mode 100644 index 000000000..e6fcba396 --- /dev/null +++ b/app-exploits/linux-exploit-suggester/linux-exploit-suggester-20140519.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Local Linux enumeration and privilege escalation checker." +HOMEPAGE="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester" +COMMIT="9db2f5a2af9cbaf4170ccb3b2674b92487fbca03" +MY_P="Linux_Exploit_Suggester-${COMMIT}" +SRC_URI="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_install() { + insinto /usr/share/Linux_Exploit_Suggester + doins Linux_Exploit_Suggester.pl +} + diff --git a/profiles/pentoo/base/package.accept_keywords/app-exploits b/profiles/pentoo/base/package.accept_keywords/app-exploits index c94306917..38360560a 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-exploits +++ b/profiles/pentoo/base/package.accept_keywords/app-exploits @@ -8,3 +8,4 @@ app-exploits/weevely =app-exploits/routersploit-3* app-exploits/webshells +~app-exploits/linux-exploit-suggester-20140519 From 9048eed33e83fbaf10b555107a60f03d9a9e1df4 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 4 Sep 2018 20:55:39 +0000 Subject: [PATCH 07/12] net-libs/*iio: moved to gentoo --- net-libs/libad9361-iio/Manifest | 1 - ...bb2a9b655be3bdb66c6cf03aa504817ed240.patch | 36 ------------------- .../libad9361-iio/libad9361-iio-0.1-r1.ebuild | 24 ------------- .../libad9361-iio/libad9361-iio-9999.ebuild | 19 ---------- net-libs/libiio/Manifest | 1 - net-libs/libiio/libiio-0.15.ebuild | 19 ---------- net-libs/libiio/libiio-9999.ebuild | 20 ----------- .../base/package.accept_keywords/net-wireless | 1 + 8 files changed, 1 insertion(+), 120 deletions(-) delete mode 100644 net-libs/libad9361-iio/Manifest delete mode 100644 net-libs/libad9361-iio/files/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch delete mode 100644 net-libs/libad9361-iio/libad9361-iio-0.1-r1.ebuild delete mode 100644 net-libs/libad9361-iio/libad9361-iio-9999.ebuild delete mode 100644 net-libs/libiio/Manifest delete mode 100644 net-libs/libiio/libiio-0.15.ebuild delete mode 100644 net-libs/libiio/libiio-9999.ebuild diff --git a/net-libs/libad9361-iio/Manifest b/net-libs/libad9361-iio/Manifest deleted file mode 100644 index ade8b02de..000000000 --- a/net-libs/libad9361-iio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libad9361-iio-0.1.tar.gz 27495 BLAKE2B d46873d69c494835e028ba1de7d17d48e5ed6bf1a73e96cf958dcfe44142cd39a9df3b00d61d3d3b8934bcb59fff3bd33c82f5c11de65f332185fe0e8c296f54 SHA512 64df3d4ce5e1c10fb44b6e39c11bac119ef77f2cc5b9785023b22670ca4905a1afd13c6923b3056f957789a911a3cae3cb7208770e1a112d849e7e3d2feb2fdc diff --git a/net-libs/libad9361-iio/files/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch b/net-libs/libad9361-iio/files/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch deleted file mode 100644 index 6b1668f0a..000000000 --- a/net-libs/libad9361-iio/files/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 7206bb2a9b655be3bdb66c6cf03aa504817ed240 Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen -Date: Tue, 14 Aug 2018 09:48:59 +0200 -Subject: [PATCH] Fix building outside git repository - -Currently when building the project on a machine that has git installed, -but the source is not inside a git repository cmake fails with the -following error. - - CMake Error at CMakeLists.txt:35 (if): - if given arguments: - - "STREQUAL" "/home/lars/libad9361-iio" - -This is due to LIBAD9361_GIT_REPO variable being empty. In order to handle -empty variables in CMake in a string comparison they need to be -encapsulated in quotes. - -Signed-off-by: Lars-Peter Clausen ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 7af5444..8d04ba0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -32,7 +32,7 @@ if (GIT_FOUND) - OUTPUT_STRIP_TRAILING_WHITESPACE - ) - --if (${LIBAD9361_GIT_REPO} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}) -+if ("${LIBAD9361_GIT_REPO}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") - execute_process( - COMMAND ${GIT_EXECUTABLE} rev-parse --short HEAD - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} diff --git a/net-libs/libad9361-iio/libad9361-iio-0.1-r1.ebuild b/net-libs/libad9361-iio/libad9361-iio-0.1-r1.ebuild deleted file mode 100644 index 053999469..000000000 --- a/net-libs/libad9361-iio/libad9361-iio-0.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="IIO AD9361 library for filter design and handling, multi-chip sync, etc." -HOMEPAGE="https://github.com/analogdevicesinc/libad9361-iio" -SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" - -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="net-libs/libiio:=" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch" - cmake-utils_src_prepare - eapply_user -} diff --git a/net-libs/libad9361-iio/libad9361-iio-9999.ebuild b/net-libs/libad9361-iio/libad9361-iio-9999.ebuild deleted file mode 100644 index 57812c28e..000000000 --- a/net-libs/libad9361-iio/libad9361-iio-9999.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils git-r3 - -DESCRIPTION="IIO AD9361 library for filter design and handling, multi-chip sync, etc." -HOMEPAGE="https://github.com/analogdevicesinc/libad9361-iio" - -EGIT_REPO_URI="https://github.com/analogdevicesinc/libad9361-iio" -KEYWORDS="" - -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="net-libs/libiio:=" - -DEPEND="${RDEPEND}" diff --git a/net-libs/libiio/Manifest b/net-libs/libiio/Manifest deleted file mode 100644 index e9bb38885..000000000 --- a/net-libs/libiio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libiio-0.15.tar.gz 192704 BLAKE2B 7eeaad1535f69ca11fe3f716ac70a161f98d24513fe910cb34ca11a0b63c07f5b5321447c96c247cc9a76ed838d806fa9f160e87fd10f1aeac5025edfa16b8f6 SHA512 7e3ca1a8b97486f20baf38afecfd26c626bed1fef535d88020d11eb4e49fc1226390c6383799222f6811c13b8b7e5cc77fb899c776c150a9d1c2024bf8ab338b diff --git a/net-libs/libiio/libiio-0.15.ebuild b/net-libs/libiio/libiio-0.15.ebuild deleted file mode 100644 index 523b6b289..000000000 --- a/net-libs/libiio/libiio-0.15.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Library for interfacing with IIO devices" -HOMEPAGE="https://github.com/analogdevicesinc/libiio" -SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" - -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="dev-libs/libxml2:= - virtual/libusb:1=" - -DEPEND="${RDEPEND}" diff --git a/net-libs/libiio/libiio-9999.ebuild b/net-libs/libiio/libiio-9999.ebuild deleted file mode 100644 index 7975a2449..000000000 --- a/net-libs/libiio/libiio-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library for interfacing with IIO devices" -HOMEPAGE="https://github.com/analogdevicesinc/libiio" - -EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio" -KEYWORDS="" - -LICENSE="LGPL-2.1" -SLOT="0" - -RDEPEND="dev-libs/libxml2:= - virtual/libusb:1=" - -DEPEND="${RDEPEND}" - -inherit cmake-utils git-r3 diff --git a/profiles/pentoo/base/package.accept_keywords/net-wireless b/profiles/pentoo/base/package.accept_keywords/net-wireless index b8df7945a..b067d74a7 100644 --- a/profiles/pentoo/base/package.accept_keywords/net-wireless +++ b/profiles/pentoo/base/package.accept_keywords/net-wireless @@ -13,6 +13,7 @@ net-wireless/soapyhackrf net-wireless/soapyrtlsdr net-wireless/soapyuhd net-wireless/soapybladerf +net-wireless/soapyplutosdr net-wireless/soapy_power net-wireless/qspectrumanalyzer From 3f46d183efc633e64ed6f18b02571cf2617577b3 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 4 Sep 2018 21:04:35 +0000 Subject: [PATCH 08/12] profile: plutosdr support, seems popular lately --- profiles/pentoo/base/package.use/net-wireless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/pentoo/base/package.use/net-wireless b/profiles/pentoo/base/package.use/net-wireless index 8f6437a3f..d9c649b8e 100644 --- a/profiles/pentoo/base/package.use/net-wireless +++ b/profiles/pentoo/base/package.use/net-wireless @@ -11,5 +11,5 @@ net-wireless/lorcon python -ruby net-wireless/wifite extra dict net-analyzer/wireshark lua net-wireless/wpa_supplicant ap eap-sim tdls suiteb uncommon-eap-types p2p wps -net-wireless/soapysdr hackrf rtlsdr uhd python +net-wireless/soapysdr hackrf rtlsdr plutosdr uhd python net-wireless/uhd b100 b200 examples mpmd n230 usrp1 usrp2 x300 From 2b14362e654b0373a7d1ff87dd8a7f752ddeea6d Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 23:15:58 +0200 Subject: [PATCH 09/12] proposing new ebuild for #307 --- app-crypt/stegcracker/Manifest | 1 + .../stegcracker/stegcracker-20180803.ebuild | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 app-crypt/stegcracker/Manifest create mode 100644 app-crypt/stegcracker/stegcracker-20180803.ebuild diff --git a/app-crypt/stegcracker/Manifest b/app-crypt/stegcracker/Manifest new file mode 100644 index 000000000..18f37c14d --- /dev/null +++ b/app-crypt/stegcracker/Manifest @@ -0,0 +1 @@ +DIST stegcracker-20180803.tar.gz 860685 BLAKE2B e50daf358c85122375c856c7452d6cf10cbbcd4af64f15e958f5122e08db910eb48340c71a1e5a193c1e7599e6a6cb123a59f2e4e27438f6dd4680d1607d7778 SHA512 824983b39426cf18a3a286c13feb335416f91ea06f4fd64b3752ca1f3d3d25ba085813e63d59378656022c237c4e38424aab7e3b3e55e03aead77f35f682b91c diff --git a/app-crypt/stegcracker/stegcracker-20180803.ebuild b/app-crypt/stegcracker/stegcracker-20180803.ebuild new file mode 100644 index 000000000..1238497e9 --- /dev/null +++ b/app-crypt/stegcracker/stegcracker-20180803.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Steganography brute-force utility to uncover hidden data inside files." +HOMEPAGE="https://github.com/Paradoxis/StegCracker" +COMMIT="102ee64d4efd60f98a84cdabb185bfd5208778da" +MY_P="StegCracker-${COMMIT}" +SRC_URI="https://github.com/Paradoxis/StegCracker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" + +src_install() { + dobin stegcracker +} + From 2d7eb52afe3d218360a63d2a6d77b0c7233e195d Mon Sep 17 00:00:00 2001 From: Guido Kroon Date: Tue, 4 Sep 2018 23:17:00 +0200 Subject: [PATCH 10/12] proposing new ebuild for #307 --- profiles/pentoo/base/package.accept_keywords/app-crypt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/pentoo/base/package.accept_keywords/app-crypt b/profiles/pentoo/base/package.accept_keywords/app-crypt index 630d00d27..f81740d09 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-crypt +++ b/profiles/pentoo/base/package.accept_keywords/app-crypt @@ -67,3 +67,5 @@ app-crypt/truecrypt app-crypt/SIPcrack app-crypt/md5bf app-crypt/plaintoo + +~app-crypt/stegcracker-20180803 From a7f78f5f6d53915bcc2025a11708db888c903e8c Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 5 Sep 2018 01:14:43 +0000 Subject: [PATCH 11/12] gr-iio: moved to gentoo --- net-wireless/gr-iio/Manifest | 1 - net-wireless/gr-iio/gr-iio-0.3-r1.ebuild | 27 ------------------------ net-wireless/gr-iio/gr-iio-9999.ebuild | 27 ------------------------ 3 files changed, 55 deletions(-) delete mode 100644 net-wireless/gr-iio/Manifest delete mode 100644 net-wireless/gr-iio/gr-iio-0.3-r1.ebuild delete mode 100644 net-wireless/gr-iio/gr-iio-9999.ebuild diff --git a/net-wireless/gr-iio/Manifest b/net-wireless/gr-iio/Manifest deleted file mode 100644 index df074d714..000000000 --- a/net-wireless/gr-iio/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224 SHA512 2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02 diff --git a/net-wireless/gr-iio/gr-iio-0.3-r1.ebuild b/net-wireless/gr-iio/gr-iio-0.3-r1.ebuild deleted file mode 100644 index 013c6f6be..000000000 --- a/net-wireless/gr-iio/gr-iio-0.3-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils python-single-r1 - -DESCRIPTION="GNU Radio IIO Blocks" -HOMEPAGE="https://github.com/analogdevicesinc/gr-iio" -SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" - -SLOT="0" - -RDEPEND=">=net-wireless/gnuradio-3.7.0:= - dev-libs/boost:= - net-libs/libiio:= - net-libs/libad9361-iio:=" - -DEPEND="${RDEPEND} - sys-devel/flex:= - sys-devel/bison:= - dev-util/cppunit:= - dev-lang/swig:0" diff --git a/net-wireless/gr-iio/gr-iio-9999.ebuild b/net-wireless/gr-iio/gr-iio-9999.ebuild deleted file mode 100644 index b6e8b7b38..000000000 --- a/net-wireless/gr-iio/gr-iio-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils python-single-r1 git-r3 - -DESCRIPTION="GNU Radio IIO Blocks" -HOMEPAGE="https://github.com/analogdevicesinc/gr-iio" - -EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio" -KEYWORDS="" - -SLOT="0" - -RDEPEND=">=net-wireless/gnuradio-3.7.0:= - dev-libs/boost:= - net-libs/libiio:= - net-libs/libad9361:=" - -DEPEND="${RDEPEND} - sys-devel/flex:= - sys-devel/bison:= - dev-util/cppunit:= - dev-lang/swig:0" From aa47a367bda22fbfada9ee7dc11a68fed05f4282 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 5 Sep 2018 02:31:13 +0000 Subject: [PATCH 12/12] pentoo-system: nss-mdns needs some configuration, but it's pretty standard on everything these days so probably should add it --- ...ntoo-system-2018.2-r12.ebuild => pentoo-system-2018.3.ebuild} | 1 + 1 file changed, 1 insertion(+) rename pentoo/pentoo-system/{pentoo-system-2018.2-r12.ebuild => pentoo-system-2018.3.ebuild} (99%) diff --git a/pentoo/pentoo-system/pentoo-system-2018.2-r12.ebuild b/pentoo/pentoo-system/pentoo-system-2018.3.ebuild similarity index 99% rename from pentoo/pentoo-system/pentoo-system-2018.2-r12.ebuild rename to pentoo/pentoo-system/pentoo-system-2018.3.ebuild index 128ddb8f3..9637d2761 100644 --- a/pentoo/pentoo-system/pentoo-system-2018.2-r12.ebuild +++ b/pentoo/pentoo-system/pentoo-system-2018.3.ebuild @@ -59,6 +59,7 @@ PDEPEND="${PDEPEND} app-portage/eix windows-compat? ( app-emulation/wine-vanilla ) pax_kernel? ( sys-apps/elfix ) + sys-auth/nss-mdns sys-apps/pciutils sys-apps/usbutils sys-apps/mlocate