diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-09-02 18:22:31 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-09-02 18:22:31 +0000 |
commit | 7df71b3a10207808e07a34e9cd096e4043e0df13 (patch) | |
tree | bc8e3640b33989e8a201fbf95621f033db3d1605 /sysutils | |
parent | a50d69698cff9b96cc8a19063ac54d0c7106395a (diff) | |
download | pkgsrc-7df71b3a10207808e07a34e9cd096e4043e0df13.tar.gz |
Update py-google-compute-engine to 20170829.
August 29, 2017
* New packaging for Debian, CentOS, and RHEL.
* Fix for updating EL 6 package in the SCL Python 2.7 environment.
August 16, 2017
* Add support for internal IP address load balancing.
* Add support for configuring user and group management commands.
* Improve security of authorized keys file writes.
July 18, 2017
* Allow nologin paths other than /sbin/nologin.
* Try to download GCS URLs with curl if gsutil is not installed.
June 09, 2017
* Add a configuration option to disable IP alias support.
* Support instance configuration using the google-instance-configs metadata
key.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-google-compute-engine/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-google-compute-engine/PLIST | 17 | ||||
-rw-r--r-- | sysutils/py-google-compute-engine/distinfo | 10 |
3 files changed, 17 insertions, 14 deletions
diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile index c00160810ec..f9c3d698666 100644 --- a/sysutils/py-google-compute-engine/Makefile +++ b/sysutils/py-google-compute-engine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2017/06/15 18:01:34 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2017/09/02 18:22:31 bsiegert Exp $ GITHUB_PROJECT= compute-image-packages -GITHUB_TAG= 20170523 +GITHUB_TAG= 20170829 DISTNAME= google-compute-engine-${GITHUB_TAG} PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils diff --git a/sysutils/py-google-compute-engine/PLIST b/sysutils/py-google-compute-engine/PLIST index f50c63cb118..b7f545d3848 100644 --- a/sysutils/py-google-compute-engine/PLIST +++ b/sysutils/py-google-compute-engine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/06/15 18:01:34 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/09/02 18:22:31 bsiegert Exp $ bin/google_accounts_daemon bin/google_clock_skew_daemon bin/google_instance_setup @@ -7,12 +7,12 @@ bin/google_metadata_script_runner bin/google_network_setup bin/optimize_local_ssd bin/set_multiqueue -${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/PKG-INFO -${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/SOURCES.txt -${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/dependency_links.txt -${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/entry_points.txt -${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/requires.txt -${PYSITELIB}/google_compute_engine-2.3.7-py${PYVERSSUFFIX}.egg-info/top_level.txt +${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/PKG-INFO +${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/SOURCES.txt +${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/dependency_links.txt +${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/entry_points.txt +${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/requires.txt +${PYSITELIB}/google_compute_engine-2.6.0-py${PYVERSSUFFIX}.egg-info/top_level.txt ${PYSITELIB}/google_compute_engine/__init__.py ${PYSITELIB}/google_compute_engine/__init__.pyo ${PYSITELIB}/google_compute_engine/__init__.pyc @@ -20,6 +20,8 @@ ${PYSITELIB}/google_compute_engine/compat.pyo ${PYSITELIB}/google_compute_engine/compat.pyc ${PYSITELIB}/google_compute_engine/config_manager.pyo ${PYSITELIB}/google_compute_engine/config_manager.pyc +${PYSITELIB}/google_compute_engine/constants.pyo +${PYSITELIB}/google_compute_engine/constants.pyc ${PYSITELIB}/google_compute_engine/file_utils.pyo ${PYSITELIB}/google_compute_engine/file_utils.pyc ${PYSITELIB}/google_compute_engine/logger.pyo @@ -56,6 +58,7 @@ ${PYSITELIB}/google_compute_engine/clock_skew/clock_skew_daemon.pyc ${PYSITELIB}/google_compute_engine/clock_skew/clock_skew_daemon.py ${PYSITELIB}/google_compute_engine/compat.py ${PYSITELIB}/google_compute_engine/config_manager.py +${PYSITELIB}/google_compute_engine/constants.py ${PYSITELIB}/google_compute_engine/file_utils.py ${PYSITELIB}/google_compute_engine/instance_setup/__init__.py ${PYSITELIB}/google_compute_engine/instance_setup/__init__.pyo diff --git a/sysutils/py-google-compute-engine/distinfo b/sysutils/py-google-compute-engine/distinfo index 3b339190aa2..febdad61fb8 100644 --- a/sysutils/py-google-compute-engine/distinfo +++ b/sysutils/py-google-compute-engine/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/06/15 18:01:34 bsiegert Exp $ +$NetBSD: distinfo,v 1.3 2017/09/02 18:22:31 bsiegert Exp $ -SHA1 (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 89c17557132507a06b927095b21a24d2276da6ab -RMD160 (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 896289a112cd1203654a2dd6bf7bb5276e380218 -SHA512 (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = f72f46b962ef58b5d89a7eff0aff0abc3bb41fe33fd5fff0d8c2b2c08110f73316ed7fb0b6c9ea9c0c9a24760877a2b3da8facca81c15a47829b7a1af6bb2fd0 -Size (compute-image-packages/google-compute-engine-20170523-20170523.tar.gz) = 103974 bytes +SHA1 (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = 774c113b8c7802e215af8eef44c36731dba91bd7 +RMD160 (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = ba537292054d7a9379b8ab1a23b7f1655778e96d +SHA512 (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = eb07daa01d828ef2c6e8da43fb74856e94c81394b5050c7331dae686bcd8bcb6160446706b2a77aed96a3288b806f007ce855e6904b0afcb14d62a7ab37cc324 +Size (compute-image-packages/google-compute-engine-20170829-20170829.tar.gz) = 126556 bytes |