Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 08:55:05 +0000
From:      ShengYi Hung <aokblast@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d10472c57711 - main - net/lldap: Backport commit ac55dfedc44f
Message-ID:  <69f318e9.4079e.3fd04783@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by aokblast:

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

commit d10472c57711239ae8ca0bb1933c5f1ccb5a645c
Author:     ShengYi Hung <aokblast@FreeBSD.org>
AuthorDate: 2026-04-30 08:49:48 +0000
Commit:     ShengYi Hung <aokblast@FreeBSD.org>
CommitDate: 2026-04-30 08:54:50 +0000

    net/lldap: Backport commit ac55dfedc44f
    
    As per request, we add this commit
    
    PR:     292254
    Sponsored by:   The FreeBSD Foundation
---
 net/lldap/Makefile                                |  2 +-
 net/lldap/files/patch-app_src_components_login.rs | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/net/lldap/Makefile b/net/lldap/Makefile
index e9c252cab7cc..fa87b1acc464 100644
--- a/net/lldap/Makefile
+++ b/net/lldap/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	lldap
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 
 MAINTAINER=	aokblast@FreeBSD.org
diff --git a/net/lldap/files/patch-app_src_components_login.rs b/net/lldap/files/patch-app_src_components_login.rs
new file mode 100644
index 000000000000..4704b7e3f95d
--- /dev/null
+++ b/net/lldap/files/patch-app_src_components_login.rs
@@ -0,0 +1,11 @@
+--- app/src/components/login.rs.orig	2026-04-30 08:39:03 UTC
++++ app/src/components/login.rs
+@@ -27,7 +27,7 @@ pub struct FormModel {
+ pub struct FormModel {
+     #[validate(length(min = 1, message = "Missing username"))]
+     username: String,
+-    #[validate(length(min = 8, message = "Invalid password. Min length: 8"))]
++    #[validate(length(min = 1, message = "Missing password"))]
+     password: String,
+ }
+


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f318e9.4079e.3fd04783>