Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2021 08:59:53 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5b8335666ef7 - main - www/authelia: Update 4.29.0 -> 4.29.1
Message-ID:  <202105070859.1478xrIu004602@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b8335666ef71da6f943729fea937f50fcfc7cbd

commit 5b8335666ef71da6f943729fea937f50fcfc7cbd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-07 08:59:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-07 08:59:46 +0000

    www/authelia: Update 4.29.0 -> 4.29.1
    
    Reported by:    portscout
---
 www/authelia/Makefile |  4 ++--
 www/authelia/distinfo | 14 +++++++-------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/www/authelia/Makefile b/www/authelia/Makefile
index 190f0b238b49..3c414da0e7c9 100644
--- a/www/authelia/Makefile
+++ b/www/authelia/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	authelia
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.29.0
+DISTVERSION=	4.29.1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/authelia/authelia/releases/download/v${DISTVERSION}/:public_html
 DISTFILES=	authelia-${DISTVERSIONFULL}-public_html${EXTRACT_SUFX}:public_html # html root directory needs to be built in a special way
@@ -60,7 +60,7 @@ GH_TUPLE=	\
 		jackc:pgx:v4.11.0:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \
 		klauspost:compress:v1.11.8:klauspost_compress/vendor/github.com/klauspost/compress \
 		magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
-		mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
+		mattn:go-sqlite3:v1.14.7:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
 		mattn:goveralls:v0.0.6:mattn_goveralls/vendor/github.com/mattn/goveralls \
 		mitchellh:mapstructure:v1.3.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
 		mohae:deepcopy:c48cc78d4826:mohae_deepcopy/vendor/github.com/mohae/deepcopy \
diff --git a/www/authelia/distinfo b/www/authelia/distinfo
index 09e5e3988e0b..b565e64ebf6a 100644
--- a/www/authelia/distinfo
+++ b/www/authelia/distinfo
@@ -1,8 +1,8 @@
-TIMESTAMP = 1620184125
-SHA256 (authelia-v4.29.0-public_html.tar.gz) = d7c09e697e14ec5aea58d7b997b4f9090756969ed6ecc59660915dfa00700f96
-SIZE (authelia-v4.29.0-public_html.tar.gz) = 6223927
-SHA256 (authelia-authelia-v4.29.0_GH0.tar.gz) = 475015b932821e58ab8ab04aee6c2bc4ccf52ca312d980c74a1b027e8395f1bc
-SIZE (authelia-authelia-v4.29.0_GH0.tar.gz) = 2129101
+TIMESTAMP = 1620377847
+SHA256 (authelia-v4.29.1-public_html.tar.gz) = 6f17b98f23281d4c0c22964cdd00880b933a67da0179f9d24b96fcf715c3c195
+SIZE (authelia-v4.29.1-public_html.tar.gz) = 6224319
+SHA256 (authelia-authelia-v4.29.1_GH0.tar.gz) = 1cfcb93f86880dbe35fb1548a14dc0bdd18a531060ffba0aa4a6963f0688b3ca
+SIZE (authelia-authelia-v4.29.1_GH0.tar.gz) = 2129043
 SHA256 (Azure-go-ntlmssp-66371956d46c_GH0.tar.gz) = 24b46602ef1adae845ec6938550d14ce9a93b4f2171201af0a29da421b611139
 SIZE (Azure-go-ntlmssp-66371956d46c_GH0.tar.gz) = 8131
 SHA256 (DATA-DOG-go-sqlmock-v1.5.0_GH0.tar.gz) = b78616fddfcc76892aecb5344968d7f3843128b70eba6c4752f092dc992c3b98
@@ -95,8 +95,8 @@ SHA256 (klauspost-compress-v1.11.8_GH0.tar.gz) = c5a34ed45a19518e9f465e45b9b34bc
 SIZE (klauspost-compress-v1.11.8_GH0.tar.gz) = 17459810
 SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f1cff57bf620cc5bf9ba44339c7e4c5612dd
 SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735
-SHA256 (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = ed015860c9b3e701d8cce7dcb0bcb2e2f53071718334465b10abb696f7de0e58
-SIZE (mattn-go-sqlite3-v2.0.3_GH0.tar.gz) = 2335418
+SHA256 (mattn-go-sqlite3-v1.14.7_GH0.tar.gz) = ed9922998dc82553a7cc5889747b123fc216a15036e7c3e1bdeea1acb68bc584
+SIZE (mattn-go-sqlite3-v1.14.7_GH0.tar.gz) = 2391718
 SHA256 (mattn-goveralls-v0.0.6_GH0.tar.gz) = 4306b45af8b32bdbf98e2c4fdbfdce4445d293f7650c8110b79021e020aa2cf2
 SIZE (mattn-goveralls-v0.0.6_GH0.tar.gz) = 13834
 SHA256 (mitchellh-mapstructure-v1.3.2_GH0.tar.gz) = 08bd503588e7c45b209af16c517352dec6cc89aa4e6dd7773d1aec85c11f2ba8



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070859.1478xrIu004602>