pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/security



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 16 15:28:16 UTC 2017

Modified Files:
        pkgsrc/security/py-acme [pkgsrc-2017Q1]: Makefile
        pkgsrc/security/py-certbot [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5262 - requested by sevan
security/py-acme: build fix
security/py-certbot: build fix

Revisions pulled up:
- security/py-acme/Makefile                                     1.5-1.6
- security/py-certbot/Makefile                                  1.4

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Mon Apr 10 10:29:38 UTC 2017

   Modified Files:
           pkgsrc/security/py-acme: Makefile
           pkgsrc/security/py-certbot: Makefile

   Log Message:
   Fix stale and missing dependencies in py-acme and py-certbot. PKGREVISION++

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Tue Apr 11 06:32:32 UTC 2017

   Modified Files:
           pkgsrc/security/py-acme: Makefile

   Log Message:
   Fix py-requests dependency version


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.2.1 pkgsrc/security/py-acme/Makefile
cvs rdiff -u -r1.3 -r1.3.2.1 pkgsrc/security/py-certbot/Makefile

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

Modified files:

Index: pkgsrc/security/py-acme/Makefile
diff -u pkgsrc/security/py-acme/Makefile:1.4 pkgsrc/security/py-acme/Makefile:1.4.2.1
--- pkgsrc/security/py-acme/Makefile:1.4        Wed Jan 25 12:34:07 2017
+++ pkgsrc/security/py-acme/Makefile    Sun Apr 16 15:28:16 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2017/01/25 12:34:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4.2.1 2017/04/16 15:28:16 bsiegert Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/certbot/acme/}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       ACME protocol implementation in Python
@@ -9,11 +10,11 @@ LICENSE=     apache-2.0
 
 .include "../../security/py-certbot/Makefile.common"
 
+DEPENDS+=      ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.8:../../security/py-cryptography
-DEPENDS+=      ${PYPKGPREFIX}-dns>=1.12:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.15:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests>2.10:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-rfc3339-[0-9]*:../../time/py-rfc3339
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 

Index: pkgsrc/security/py-certbot/Makefile
diff -u pkgsrc/security/py-certbot/Makefile:1.3 pkgsrc/security/py-certbot/Makefile:1.3.2.1
--- pkgsrc/security/py-certbot/Makefile:1.3     Thu Jan 12 16:02:44 2017
+++ pkgsrc/security/py-certbot/Makefile Sun Apr 16 15:28:16 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2017/01/12 16:02:44 fhajny Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2017/04/16 15:28:16 bsiegert Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security
 
 COMMENT=       Client for the Let's Encrypt CA
@@ -16,10 +17,10 @@ PYTHON_VERSIONS_ACCEPTED=   27
 .include "Makefile.common"
 
 DEPENDS+=      ${PYPKGPREFIX}-acme-${PKGVERSION_NOREV}{nb*,}:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
 DEPENDS+=      ${PYPKGPREFIX}-configargparse>=0.9.3:../../devel/py-configargparse
 DEPENDS+=      ${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=0.7:../../security/py-cryptography
-DEPENDS+=      ${PYPKGPREFIX}-dialog>=3.2.2rc1:../../devel/py-dialog2
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-parsedatetime>=2.0:../../time/py-parsedatetime



Home | Main Index | Thread Index | Old Index