[source] Revert "px5g-standalone: provide px5g via PROVIDES"

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 20 06:16:38 PST 2017


stintel pushed a commit to source.git, branch master:
https://git.lede-project.org/ca8aee0c570561fc59fb0d0e6b5eac418054c372

commit ca8aee0c570561fc59fb0d0e6b5eac418054c372
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Mon Feb 20 15:11:40 2017 +0100

    Revert "px5g-standalone: provide px5g via PROVIDES"
    
    This reverts commit cc66f819b4e778732a32f08f5dc39a2554682b73.
    
    This commit causes opkg to install px5g-standalone instead of px5g when
    installing luci-ssl. As luci-ssl depends on mbedtls, using
    px5g-standalone makes no sense. Next to that, it creates deprecated SHA1
    certificates. Revert the commit to avoid pxg5-standalone to be
    installed by accident.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 package/utils/px5g-standalone/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/utils/px5g-standalone/Makefile b/package/utils/px5g-standalone/Makefile
index b8f68d7..9b878ae 100644
--- a/package/utils/px5g-standalone/Makefile
+++ b/package/utils/px5g-standalone/Makefile
@@ -20,7 +20,6 @@ define Package/px5g-standalone
   SUBMENU:=Encryption
   TITLE:=X.509 certificate generator (standalone version)
   MAINTAINER:=Jo-Philipp Wich <xm at subsignal.org>
-  PROVIDES:=px5g
 endef
 
 define Package/px5g-standalone/description



More information about the lede-commits mailing list