diff options
Diffstat (limited to 'www/authelia/Makefile')
-rw-r--r-- | www/authelia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 9a383d0997f4..13cada98fb54 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -2,7 +2,7 @@ PORTNAME= authelia DISTVERSIONPREFIX= v -DISTVERSION= 4.27.1 +DISTVERSION= 4.27.2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org @@ -20,7 +20,6 @@ GH_TUPLE= \ Workiva:go-datastructures:v1.0.52:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \ andybalholm:brotli:v1.0.1:andybalholm_brotli/vendor/github.com/andybalholm/brotli \ asaskevich:govalidator:7a23bdc65eef:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ - authelia:session:v2.5.7:authelia_session_v2/vendor/github.com/authelia/session/v2 \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ boombuler:barcode:6c824513bacc:boombuler_barcode/vendor/github.com/boombuler/barcode \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ @@ -31,6 +30,7 @@ GH_TUPLE= \ duosecurity:duo_api_golang:0e07e9f869e3:duosecurity_duo_api_golang/vendor/github.com/duosecurity/duo_api_golang \ facebookgo:stack:751773369052:facebookgo_stack/vendor/github.com/facebookgo/stack \ fasthttp:router:v1.3.9:fasthttp_router/vendor/github.com/fasthttp/router \ + fasthttp:session:v2.3.0:fasthttp_session_v2/vendor/github.com/fasthttp/session/v2 \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-asn1-ber:asn1-ber:v1.5.1:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ |