svn commit: r424340 - in head: . security security/py-keystone
Carlos J. Puga Medina
cjpm at gmx.es
Thu Oct 20 23:30:34 UTC 2016
El 20 de octubre de 2016 19:00:18 CEST, Roman Bogorodskiy <novel at FreeBSD.org> escribió:
>Author: novel
>Date: Thu Oct 20 17:00:18 2016
>New Revision: 424340
>URL: https://svnweb.freebsd.org/changeset/ports/424340
>
>Log:
> Add py-keystone 10.0.0, OpenStack Keystone
>
> PR: 213542
> Submitted by: Alexander Nusov <alexander.nusov at nfvexpress.com>
>
>Added:
> head/security/py-keystone/
> head/security/py-keystone/Makefile (contents, props changed)
> head/security/py-keystone/distinfo (contents, props changed)
> head/security/py-keystone/pkg-descr (contents, props changed)
> head/security/py-keystone/pkg-plist (contents, props changed)
>Modified:
> head/GIDs
> head/UIDs
> head/security/Makefile
>
>Modified: head/GIDs
>==============================================================================
>--- head/GIDs Thu Oct 20 15:58:12 2016 (r424339)
>+++ head/GIDs Thu Oct 20 17:00:18 2016 (r424340)
>@@ -131,7 +131,7 @@ dnslog:*:186:
> swift:*:187:
> netxms:*:188:
> leofs:*:189:
>-# free: 190
>+keystone:*:190
> # free: 191
> moinmoin:*:192:
> cups:*:193:
>
>Modified: head/UIDs
>==============================================================================
>--- head/UIDs Thu Oct 20 15:58:12 2016 (r424339)
>+++ head/UIDs Thu Oct 20 17:00:18 2016 (r424340)
>@@ -136,7 +136,7 @@ dnslog:*:186:186::0:0:dnslog pseudo-user
>swift:*:187:187::0:0:Swift daemon
>pseudo-user:/nonexistent:/usr/sbin/nologin
>netxms:*:188:188::0:0:netxms pseudo-user:/nonexistent:/usr/sbin/nologin
>leofs:*:189:189::0:0:LeoFS daemons
>pseudo-user:/var/db/leofs:/usr/sbin/nologin
>-# free: 190
>+keystone:*:190:190::0:0:Keystone
>pseudo-user:/var/lib/keystone:/usr/sbin/nologin
> # free: 191
> moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin
> cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin
>
>Modified: head/security/Makefile
>==============================================================================
>--- head/security/Makefile Thu Oct 20 15:58:12 2016 (r424339)
>+++ head/security/Makefile Thu Oct 20 17:00:18 2016 (r424340)
>@@ -870,6 +870,7 @@
> SUBDIR += py-keyczar
> SUBDIR += py-keyring
> SUBDIR += py-keyrings.alt
>+ SUBDIR += py-keystone
> SUBDIR += py-libnacl
> SUBDIR += py-m2crypto
> SUBDIR += py-mcrypt
>
>Added: head/security/py-keystone/Makefile
>==============================================================================
>--- /dev/null 00:00:00 1970 (empty, because file is newly added)
>+++ head/security/py-keystone/Makefile Thu Oct 20 17:00:18
>2016 (r424340)
>@@ -0,0 +1,83 @@
>+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
>+# $FreeBSD$
>+
>+PORTNAME= keystone
>+PORTVERSION= 10.0.0
>+CATEGORIES= security python
>+MASTER_SITES= https://fossies.org/linux/misc/openstack/
>+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>+
>+MAINTAINER= alexander.nusov at nfvexpress.com
>+COMMENT= OpenStack Keystone
>+
>+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
>+RUN_DEPENDS:= ${BUILD_DEPENDS}
>+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel \
>+ ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \
>+ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \
>+ ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste \
>+ ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \
>+ ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography \
>+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
>+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 \
>+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate
>\
>+ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \
>+ ${PYTHON_PKGNAMEPREFIX}passlib>=1.6:security/py-passlib \
>+ ${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
>+ ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=0:devel/py-keystonemiddleware
>\
>+ ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.5.0:devel/py-oslo.cache \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency
>\
>+ ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging
>\
>+ ${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware
>\
>+ ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.9.0:devel/py-oslo.policy \
>+ ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization
>\
>+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
>+ ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.6:security/py-oauthlib \
>+ ${PYTHON_PKGNAMEPREFIX}pysaml2>=0:security/py-pysaml2 \
>+ ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache \
>+ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \
>+ ${PYTHON_PKGNAMEPREFIX}pycadf>=0:devel/py-pycadf \
>+ ${PYTHON_PKGNAMEPREFIX}msgpack-python>=0.4.0:devel/py-msgpack-python
>\
>+ ${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler \
>+ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse \
>+ ${PYTHON_PKGNAMEPREFIX}python-editor>=0:devel/py-python-editor
>+
>+NO_ARCH= yes
>+
>+USES= python
>+USE_PYTHON= autoplist distutils noegginfo
>+
>+USERS= keystone
>+GROUPS= keystone
>+
>+post-patch:
>+ ${REINPLACE_CMD} -e "s|/etc/keystone|${PREFIX}/etc/${PORTNAME}|g" \
>+ ${WRKSRC}/doc/source/apache-httpd.rst \
>+ ${WRKSRC}/doc/source/api_curl_examples.rst \
>+ ${WRKSRC}/doc/source/configuration.rst \
>+ ${WRKSRC}/doc/source/event_notifications.rst \
>+ ${WRKSRC}/doc/source/federation/configure_federation.rst \
>+ ${WRKSRC}/doc/source/http-api.rst \
>+ ${WRKSRC}/doc/source/installing.rst \
>+ ${WRKSRC}/doc/source/upgrading.rst \
>+ ${WRKSRC}/etc/keystone.conf.sample \
>+ ${WRKSRC}/keystone/tests/unit/test_ldap_tls_livetest.py \
>+ ${WRKSRC}/keystone/conf/fernet_tokens.py \
>+ ${WRKSRC}/keystone/conf/signing.py \
>+ ${WRKSRC}/keystone/conf/saml.py \
>+ ${WRKSRC}/keystone/conf/identity.py \
>+ ${WRKSRC}/keystone/conf/constants.py \
>+ ${WRKSRC}/keystone/conf/credential.py \
>+ ${WRKSRC}/keystone/conf/federation.py \
>+ ${WRKSRC}/keystone/common/profiler.py
>+
>+post-install:
>+ ${MKDIR} ${STAGEDIR}${ETCDIR}
>+ ${CP} -R ${WRKSRC}/etc/ ${STAGEDIR}${ETCDIR}
>+
>+.include <bsd.port.mk>
>
>Added: head/security/py-keystone/distinfo
>==============================================================================
>--- /dev/null 00:00:00 1970 (empty, because file is newly added)
>+++ head/security/py-keystone/distinfo Thu Oct 20 17:00:18
>2016 (r424340)
>@@ -0,0 +1,3 @@
>+TIMESTAMP = 1476962582
>+SHA256 (keystone-10.0.0.tar.gz) =
>5317c7a0c67ec5184e3efabd513ed7bd2eb3a5d537e24d781bc252035f46ae63
>+SIZE (keystone-10.0.0.tar.gz) = 1355520
>
>Added: head/security/py-keystone/pkg-descr
>==============================================================================
>--- /dev/null 00:00:00 1970 (empty, because file is newly added)
>+++ head/security/py-keystone/pkg-descr Thu Oct 20 17:00:18
>2016 (r424340)
>@@ -0,0 +1,6 @@
>+Keystone provides authentication, authorization and service discovery
>+mechanisms via HTTP primarily for use by projects in the OpenStack
>family.
>+It is most commonly deployed as an HTTP interface to existing identity
>systems,
>+such as LDAP.
>+
>+WWW: http://openstack.org/keystone
>
>Added: head/security/py-keystone/pkg-plist
>==============================================================================
>--- /dev/null 00:00:00 1970 (empty, because file is newly added)
>+++ head/security/py-keystone/pkg-plist Thu Oct 20 17:00:18
>2016 (r424340)
>@@ -0,0 +1,8 @@
>+ at owner keystone
>+ at dir %%ETCDIR%%
>+ at sample %%ETCDIR%%/keystone.conf.sample
>+ at sample %%ETCDIR%%/logging.conf.sample
>+%%ETCDIR%%/default_catalog.templates
>+%%ETCDIR%%/keystone-paste.ini
>+%%ETCDIR%%/policy.json
>+%%ETCDIR%%/sso_callback_template.html
Roman, please can you fix /usr/ports/GIDs
You should add missing colon
Thanks
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
More information about the svn-ports-all
mailing list