summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Granger-Brown <lukegb@google.com>2023-07-25 14:17:54 +0000
committerArmin Kuster <akuster808@gmail.com>2023-08-06 11:31:18 -0400
commit21bb5627e0949d7ea72ad7be7add21eafbb5319b (patch)
tree7b07d2385eae8c436ddf2f3b970f881bcadc8d59
parenta94674c5bc380580d9219d2bc470c408c1779de6 (diff)
downloadmeta-security-21bb5627e0949d7ea72ad7be7add21eafbb5319b.tar.gz
glome: update to tip
Markus Rudy (17): Use Github TeX Markdown instead of image includes. Merge pull request #134 from burgerdev/md-tex Merge pull request #135 from vvidic/cli-base64 RFD 002: public key format at rest (#109) Merge pull request #137 from vvidic/hmac Merge pull request #138 from vvidic/hmac2 Update list of supported Python versions Install golint instead of 'get'ting it. Merge pull request #139 from burgerdev/actions Clarify format of public key at rest Test all supported config file keys Merge pull request #144 from burgerdev/public-key-format Fix linter findings for #144 Use 'release' buildtype for NixOS builds Merge pull request #149 from google/l9i/bye-java RFD 001: GLOME Login v2 (#102) login/v2 implementation for Go (#162) Philipp Kern (21): Merge pull request #133 from google/l9i/pam-fix Merge pull request #132 from google/l9i/nix-shell Merge pull request #140 from vvidic/defaul-typo Merge pull request #142 from vvidic/soversion Merge pull request #146 from burgerdev/lint Merge pull request #148 from google/dependabot/go_modules/go/golang.org/x/crypto-0.1.0 Merge pull request #152 from google/l9i/cpplint Merge pull request #154 from vvidic/docker-public-key Merge pull request #155 from vvidic/prompt-fix Insert a slash after url-prefix when writing it into prompt Merge pull request #156 from google/url-prefix-compat Merge pull request #157 from vvidic/config-order State that devices require randomness for the protocol to work Update docs/protocol.md Merge pull request #158 from google/pkern-patch-1 Fix error to state "at most" instead of "at least" Merge pull request #153 from vvidic/min-tag-length Merge pull request #159 from vvidic/host-id-type README.md: Codeblock fixups Merge branch 'master' into l9i/README Merge pull request #141 from google/l9i/README Piotr Lewandowski (12): Fix failing PAM test Treat warning as errors Define OPENSSL_API_COMPAT to require OpenSSL >=1.1 Use werror only for CI Add nix-shell config for setting up dev environment Add GitHub Action workflow for shell.nix Add intro and installation steps to README.md Address reviewer's comments Wrap lines Delete Java implementation Rename `url-prefix` to `prompt` (#131) Add `cpplint` linter Valentin Vidic (10): Update CLI to use base64 instead of hex tags. Replace deprecated OpenSSL HMAC API with EVP. Replace OpenSSL EVP_DigestSign API with HMAC() Fix typo: defaul => default Use project version in library version Update Docker scripts for new public key format Fix setting of prompt parameter Parse command line again after reading the config Add config option for minimum authcode length #122 Add config option for host-id type #122 dependabot[bot] (1): Bump golang.org/x/crypto in /go Signed-off-by: Luke Granger-Brown <lukegb@google.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/glome/glome_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/glome/glome_git.bb b/recipes-security/glome/glome_git.bb
index 12d6d5f..8787ddc 100644
--- a/recipes-security/glome/glome_git.bb
+++ b/recipes-security/glome/glome_git.bb
@@ -12,7 +12,7 @@ DEPENDS += "openssl"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https" 14SRC_URI = "git://github.com/google/glome.git;branch=master;protocol=https"
15SRCREV = "978ad9fb165f1e382c875f2ce08a1fc4f2ddcf1b" 15SRCREV = "48d28f82bd51ae4bccc84fbbee93c375b026596b"
16 16
17FILES:${PN} += "${libdir}/security" 17FILES:${PN} += "${libdir}/security"
18 18