pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Feb 23 20:27:47 UTC 2019

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/py-certbot-dns-nsone: DESCR Makefile PLIST distinfo

Log Message:
py-certbot-dns-nsone: add version 0.31.0

NS1 DNS Authenticator plugin for Certbot


To generate a diff of this commit:
cvs rdiff -u -r1.696 -r1.697 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-nsone/DESCR \
    pkgsrc/security/py-certbot-dns-nsone/Makefile \
    pkgsrc/security/py-certbot-dns-nsone/PLIST \
    pkgsrc/security/py-certbot-dns-nsone/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.696 pkgsrc/security/Makefile:1.697
--- pkgsrc/security/Makefile:1.696      Thu Feb 14 05:38:57 2019
+++ pkgsrc/security/Makefile    Sat Feb 23 20:27:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.696 2019/02/14 05:38:57 jnemeth Exp $
+# $NetBSD: Makefile,v 1.697 2019/02/23 20:27:47 triaxx Exp $
 #
 
 COMMENT=       Security tools
@@ -405,6 +405,7 @@ SUBDIR+=    py-backports.ssl_match_hostname
 SUBDIR+=       py-bcrypt
 SUBDIR+=       py-certbot
 SUBDIR+=       py-certbot-apache
+SUBDIR+=       py-certbot-dns-nsone
 SUBDIR+=       py-certbot-dns-ovh
 SUBDIR+=       py-certbot-dns-rfc2136
 SUBDIR+=       py-certbot-dns-route53

Added files:

Index: pkgsrc/security/py-certbot-dns-nsone/DESCR
diff -u /dev/null pkgsrc/security/py-certbot-dns-nsone/DESCR:1.1
--- /dev/null   Sat Feb 23 20:27:47 2019
+++ pkgsrc/security/py-certbot-dns-nsone/DESCR  Sat Feb 23 20:27:47 2019
@@ -0,0 +1,2 @@
+The dns_nsone plugin automates the process of completing a dns-01 challenge
+(DNS01) by creating, and subsequently removing, TXT records using the NS1 API.
Index: pkgsrc/security/py-certbot-dns-nsone/Makefile
diff -u /dev/null pkgsrc/security/py-certbot-dns-nsone/Makefile:1.1
--- /dev/null   Sat Feb 23 20:27:47 2019
+++ pkgsrc/security/py-certbot-dns-nsone/Makefile       Sat Feb 23 20:27:47 2019
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/02/23 20:27:47 triaxx Exp $
+
+DISTNAME=      certbot-dns-nsone-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-nsone/}
+
+MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
+COMMENT=       NS1 DNS Authenticator plugin for Certbot
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
+DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-certbot-dns-nsone/PLIST
diff -u /dev/null pkgsrc/security/py-certbot-dns-nsone/PLIST:1.1
--- /dev/null   Sat Feb 23 20:27:47 2019
+++ pkgsrc/security/py-certbot-dns-nsone/PLIST  Sat Feb 23 20:27:47 2019
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/23 20:27:47 triaxx Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/certbot_dns_nsone/__init__.py
+${PYSITELIB}/certbot_dns_nsone/__init__.pyo
+${PYSITELIB}/certbot_dns_nsone/__init__.pyc
+${PYSITELIB}/certbot_dns_nsone/dns_nsone.pyo
+${PYSITELIB}/certbot_dns_nsone/dns_nsone.pyc
+${PYSITELIB}/certbot_dns_nsone/dns_nsone_test.pyo
+${PYSITELIB}/certbot_dns_nsone/dns_nsone_test.pyc
+${PYSITELIB}/certbot_dns_nsone/dns_nsone.py
+${PYSITELIB}/certbot_dns_nsone/dns_nsone_test.py
Index: pkgsrc/security/py-certbot-dns-nsone/distinfo
diff -u /dev/null pkgsrc/security/py-certbot-dns-nsone/distinfo:1.1
--- /dev/null   Sat Feb 23 20:27:47 2019
+++ pkgsrc/security/py-certbot-dns-nsone/distinfo       Sat Feb 23 20:27:47 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/23 20:27:47 triaxx Exp $
+
+SHA1 (certbot-dns-nsone-0.31.0.tar.gz) = 34a14bd48773647e3c20e8315fa9b6861ddebf35
+RMD160 (certbot-dns-nsone-0.31.0.tar.gz) = 4f6ac6cb48d1af74e9158aa16e2f452afc1caaa6
+SHA512 (certbot-dns-nsone-0.31.0.tar.gz) = 72af47daf8380ecde3d82ec3a9e8faba0b1f7b83d1e5bb1fb64feee8c27dd18e37a58cff7799a5a10399b0fc04c548d6adb3193811387e72fb0d187e1c1fb02b
+Size (certbot-dns-nsone-0.31.0.tar.gz) = 11363 bytes



Home | Main Index | Thread Index | Old Index