aboutsummaryrefslogtreecommitdiff
path: root/sysutils/google-compute-engine-oslogin
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/google-compute-engine-oslogin: update to 1.4.3Steve Wills2019-03-016-96/+70
| | | | | | | | | PR: 235737 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=494231
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Since this port links to boost, a C++11-compatible compiler is necessary.Mark Linimon2018-12-031-1/+1
| | | | | | | | | PR: 233688 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486517
* sysutils/google-compute-engine-oslogin: update to 1.3.1Steve Wills2018-11-2310-55/+67
| | | | | | | | | PR: 232440 Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch) Notes: svn path=/head/; revision=485700
* Apparently now builds on powerpc64.Mark Linimon2018-10-271-4/+0
| | | | | | | | | PR: 231787 Submitted by: Piotr Kubaj Approved by: maintainer timeout Notes: svn path=/head/; revision=483157
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* sysutils/google-compute-engine-oslogin: Unbreak buildYuri Victorovich2018-08-302-3/+22
| | | | | | | | | | | Remove USE_GCC, add patch, add localbase:ldflags. PR: 230466 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: helen.koike@collabora.com (maintainer) Notes: svn path=/head/; revision=478497
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* sysutils/google-compute-engine-oslogin: fix oslogin and update to 1.3.0Steve Wills2018-06-1310-20/+90
| | | | | | | | | PR: 228949 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=472316
* Mark as broken on various tier-2 archs.Mark Linimon2018-06-081-0/+4
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=471978
* sysutils/google-compute-engine-oslogin: update to version 1.1.5Steve Wills2018-04-068-33/+24
| | | | | | | | PR: 226936 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) Notes: svn path=/head/; revision=466686
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* This package enables Google Cloud OS Login features on Google Compute EngineRichard Gallamore2018-01-2210-0/+257
instances. The OS Login package has the following components: - Authorized Keys Command to fetch SSH keys from the user's OS Login profile and make them available to sshd. - NSS Module provides support for making OS Login user and group information available to the system, using NSS (Name Service Switch) functionality. - PAM Module provides authorization and authentication support allowing the system to use data stored in Google Cloud IAM permissions to control both, the ability to log into an instance, and to perform operations as root (sudo). - Utils provides common code to support the components listed above. In addition to the main components, there are also utilities for packaging and installing these components: - bin contains a shell script for (de)activating the package components. WWW: https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google_compute_engine_oslogin PR: 225014 Submitted by: Helen Koike (maintainer) Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D13811 Notes: svn path=/head/; revision=459632