head 1.5; access; symbols pkgsrc-2026Q2:1.3.0.2 pkgsrc-2026Q2-base:1.3; locks; strict; comment @# @; 1.5 date 2026.08.15.12.53.33; author bsiegert; state Exp; branches; next 1.4; commitid 5lqJISwxui9ZxJRG; 1.4 date 2026.07.08.18.32.38; author bsiegert; state Exp; branches; next 1.3; commitid cDbYxmIrkrXYDSMG; 1.3 date 2026.06.05.10.21.48; author bsiegert; state Exp; branches 1.3.2.1; next 1.2; commitid jt8yVpLxXvatZAIG; 1.2 date 2026.06.01.10.20.47; author wiz; state Exp; branches; next 1.1; commitid dLQGHvOlMqlf75IG; 1.1 date 2026.05.27.11.23.12; author markd; state Exp; branches; next ; commitid 288b9q2JtBUoCrHG; 1.3.2.1 date 2026.07.14.00.36.02; author maya; state Exp; branches; next ; commitid sHC3bIiGgkiEuyNG; desc @@ 1.5 log @Revbump all Go packages after Go 1.26 update @ text @# $NetBSD: Makefile,v 1.4 2026/07/08 18:32:38 bsiegert Exp $ DISTNAME= hydra-26.2.0 PKGNAME= ory-${DISTNAME} PKGREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=ory/} GITHUB_PROJECT= hydra GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/ory/hydra/ COMMENT= Hardened, OpenID Certified OAuth 2.0 Server and OpenID Connect Provider LICENSE= apache-2.0 NO_CONFIGURE= yes INSTALLATION_DIRS+= bin GOFLAGS= -tags sqlite,sqlite_omit_load_extension GOFLAGS+= -ldflags "-X github.com/ory/hydra/v2/driver/config.Version=${PKGVERSION_NOREV}" WRKSRC= ${WRKDIR}/${DISTNAME} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/hydra ${DESTDIR}${PREFIX}/bin .include "go-modules.mk" .include "../../lang/go/go-module.mk" .include "../../mk/bsd.pkg.mk" @ 1.4 log @Revbump all Go packages after go126 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2026/06/05 10:21:48 bsiegert Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.3 log @Revbump all Go packages after go126 security update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2026/06/01 10:20:47 wiz Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.3.2.1 log @Revbump all Go packages after go126 update @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2026/06/05 10:21:48 bsiegert Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.2 log @ory-hydra: fix fetch @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2026/05/27 11:23:12 markd Exp $ d5 1 @ 1.1 log @ory-hydra: Add version 26.2.0 Ory Hydra is a server implementation of the OAuth 2.0 authorization framework and the OpenID Connect Core 1.0. It follows cloud architecture best practices and focuses on: * OAuth 2.0 and OpenID Connect flows * Token issuance and validation * Client management * Consent and login flow orchestration * JWKS management * Low latency and high throughput @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.97 2026/04/08 05:44:54 bsiegert Exp $ d7 1 @