Port details |
- google-compute-engine-oslogin OS Login Guest Environment for Google Compute Engine
- 20191018.00_2 sysutils =2 20191018.00_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-01-22 00:14:40
- Last Update: 2024-03-14 14:20:14
- Commit Hash: 1d80a3e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/GoogleCloudPlatform/guest-oslogin
- Description:
- This package enables Google Cloud OS Login features on Google Compute Engine
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- google-compute-engine-oslogin>0:sysutils/google-compute-engine-oslogin
- To install the port:
- cd /usr/ports/sysutils/google-compute-engine-oslogin/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/google-compute-engine-oslogin
- pkg install google-compute-engine-oslogin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: google-compute-engine-oslogin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1571819820
SHA256 (GoogleCloudPlatform-guest-oslogin-20191018.00-5a710bb_GH0.tar.gz) = e2416461d61b1f4a81cf13a883ea2922271d09882c951eec61c1d3ca398c927e
SIZE (GoogleCloudPlatform-guest-oslogin-20191018.00-5a710bb_GH0.tar.gz) = 36556
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Runtime dependencies:
-
- gsed : textproc/gsed
- pam_mkhomedir.so : security/pam_mkhomedir
- Library dependencies:
-
- libcurl.so : ftp/curl
- libjson-c.so : devel/json-c
- This port is required by:
- for Run
-
- sysutils/py-google-compute-engine
Configuration Options:
- No options to configure
- Options name:
- sysutils_google-compute-engine-oslogin
- USES:
- compiler:c++11-lang gmake localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20191018.00_2 14 Mar 2024 14:20:14 |
Christian Weisgerber (naddy) |
sysutils/google-compute-engine-oslogin: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20191018.00_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20191018.00_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20191018.00_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20191018.00_1 22 May 2020 19:20:42 |
sunpoet |
Bump PORTREVISION for devel/json-c json-c |
20191018.00 03 Nov 2019 16:59:39 |
rakuco |
Update to 20191018.00.
Follow-up to bug 238561, which did not fully fix the port.
Major changes in the package:
- Upstream moved to another github repo
- Upstream versioning numbering changed to dates
The patches that area included were already sent upstream.
The only missing feature is the usage of oslogin in the group database that is
not working (it causes "sudo su" with an oslogin user to stall). But this
wans't present in the last version, so it is left disabled for now until we
have a better solution.
PR: 238561
PR: 238560
Submitted by: Helen Koike <helen.koike@collabora.com>
Tested by: Helen Koike <helen.koike@collabora.com>
MFH: 2019Q4 |
1.5.3_2 03 Aug 2019 14:23:25 |
zi |
- Reset maintainer due to fatal email bounces
Reported by: portscout |
1.5.3_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.5.3_1 14 Jun 2019 13:50:26 |
ler |
sysutils/google-compute-engine-oslogin: fix OSLogin
Larry Rosenman and Glen Barber from the FreeBSD team reported that the OSLogin
feature has not been working since the last update I made to
sysutils/google-compute-engine-oslogin ports package. I found out that the
problem is in some modifications made by upstream in the shell script
responsible to activate and deactivate the feature. I prepared the attached
patch to fix it. With the patch applied in a FreeBSD 13 instance on GCE I was
able to use the OSLogin feature without any problem. I also sent this same
patch upstream.
PR: 238561
Submitted by: lucas.kanashiro@collabora.com (maintainer) |
1.5.3 06 Jun 2019 18:37:53 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.5.3 27 May 2019 20:24:00 |
swills |
sysutils/google-compute-engine-oslogin: update to 1.5.3
Fixes linux-isms
PR: 238105
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
Reported by: jay@meangrape.com |
1.5.2 12 May 2019 12:11:26 |
kai |
sysutils/google-compute-engine-oslogin: Update to 1.5.2
* Pass maintainership to submitter
* Remove all patches because they're merged by upstream
While I'm here:
* Pet portlint
* Strip info from another shared library to level up port compliance
Changelog since 1.4.3:
* Fix alternate challenge section for two factor authentication.
* Fix FreeBSD compatibility issues in the control file.
* Use pam_group to provide users with default groups.
* Add compat.h to support FreeBSD.
* Exit immediately after a two factor authentication failure.
* Add support for Google phone prompt challenges.
PR: 237496
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike (previous maintainer) |
1.4.3 01 Mar 2019 03:14:31 |
swills |
sysutils/google-compute-engine-oslogin: update to 1.4.3
PR: 235737
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) |
1.3.1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.3.1 03 Dec 2018 12:53:46 |
linimon |
Since this port links to boost, a C++11-compatible compiler is necessary.
PR: 233688
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.3.1 23 Nov 2018 19:43:44 |
swills |
sysutils/google-compute-engine-oslogin: update to 1.3.1
PR: 232440
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier
version of patch) |
1.3.0_3 27 Oct 2018 17:36:20 |
linimon |
Apparently now builds on powerpc64.
PR: 231787
Submitted by: Piotr Kubaj
Approved by: maintainer timeout |
1.3.0_3 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.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 |
1.3.0_2 30 Aug 2018 21:00:21 |
yuri |
sysutils/google-compute-engine-oslogin: Unbreak build
Remove USE_GCC, add patch, add localbase:ldflags.
PR: 230466
Submitted by: Dmitri Goutnik <dg@syrec.org>
Approved by: helen.koike@collabora.com (maintainer) |
1.3.0_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.3.0 13 Jun 2018 13:12:45 |
swills |
sysutils/google-compute-engine-oslogin: fix oslogin and update to 1.3.0
PR: 228949
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer)
MFH: 2018Q2 |
1.1.5 08 Jun 2018 04:05:41 |
linimon |
Mark as broken on various tier-2 archs.
Approved by: portmgr (tier-2 blanket) |
1.1.5 06 Apr 2018 20:00:08 |
swills |
sysutils/google-compute-engine-oslogin: update to version 1.1.5
PR: 226936
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
1.1.2_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
1.1.2 22 Jan 2018 00:14:28 |
ultima |
This package enables Google Cloud OS Login features on Google Compute Engine
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 |