From owner-svn-ports-head@freebsd.org Thu Nov 22 22:21:16 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E68891131A1C; Thu, 22 Nov 2018 22:21:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2A56BF4E; Thu, 22 Nov 2018 22:21:15 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CBD47F676; Thu, 22 Nov 2018 22:21:14 +0000 (UTC) (envelope-from mat@FreeBSD.org) Date: Thu, 22 Nov 2018 23:21:13 +0100 From: Mathieu Arnold To: Jochen Neumeister Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r485144 - in head/security: . pear-Auth_SASL2 Message-ID: <20181122222113.utfh3mf3ed5xegkb@atuin.in.mat.cc> References: <201811171730.wAHHUTcs062796@repo.freebsd.org> <15bbf991-1242-e72d-9bdc-f7c59550b454@FreeBSD.org> <035bc2f9-8eb5-47cf-e718-ac00f74b21af@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="yovleqtdgrd6pdde" Content-Disposition: inline In-Reply-To: <035bc2f9-8eb5-47cf-e718-ac00f74b21af@FreeBSD.org> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 8E2A56BF4E X-Spamd-Result: default: False [1.53 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.46)[0.463,0]; NEURAL_SPAM_MEDIUM(0.89)[0.890,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.17)[0.172,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 22:21:16 -0000 --yovleqtdgrd6pdde Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 22, 2018 at 10:05:32AM +0100, Jochen Neumeister wrote: >=20 > On 17.11.18 18:32, Jochen Neumeister wrote: > > why not a Copy from the "pear-Auth_SASL" Port? >=20 >=20 > ping Ping too, please readd this as a copy. > >=20 > >=20 > > On 17.11.18 18:30, Sunpoet Po-Chuan Hsieh wrote: > > > Author: sunpoet > > > Date: Sat Nov 17 17:30:29 2018 > > > New Revision: 485144 > > > URL: https://svnweb.freebsd.org/changeset/ports/485144 > > >=20 > > > Log: > > > =A0=A0 Add pear-Auth_SASL2 0.2.0 > > > =A0=A0 =A0=A0 Provides code to generate responses to common SASL mech= anisms, > > > including: > > > =A0=A0 - Digest-MD5 > > > =A0=A0 - Cram-MD5 > > > =A0=A0 - Plain > > > =A0=A0 - Anonymous > > > =A0=A0 - Login (Pseudo mechanism) > > > =A0=A0 - SCRAM > > > =A0=A0 =A0=A0 WWW: https://pear.php.net/package/Auth_SASL2 > > >=20 > > > Added: > > > =A0=A0 head/security/pear-Auth_SASL2/ > > > =A0=A0 head/security/pear-Auth_SASL2/Makefile=A0=A0 (contents, props = changed) > > > =A0=A0 head/security/pear-Auth_SASL2/distinfo=A0=A0 (contents, props = changed) > > > =A0=A0 head/security/pear-Auth_SASL2/pkg-descr=A0=A0 (contents, props= changed) > > > Modified: > > > =A0=A0 head/security/Makefile > > >=20 > > > Modified: head/security/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >=20 > > > --- head/security/Makefile=A0=A0=A0 Sat Nov 17 17:29:47 2018 (r485143) > > > +++ head/security/Makefile=A0=A0=A0 Sat Nov 17 17:30:29 2018 (r485144) > > > @@ -800,6 +800,7 @@ > > > =A0=A0=A0=A0=A0 SUBDIR +=3D pear-Auth_HTTP > > > =A0=A0=A0=A0=A0 SUBDIR +=3D pear-Auth_PrefManager > > > =A0=A0=A0=A0=A0 SUBDIR +=3D pear-Auth_SASL > > > +=A0=A0=A0 SUBDIR +=3D pear-Auth_SASL2 > > > =A0=A0=A0=A0=A0 SUBDIR +=3D pear-Crypt_Blowfish > > > =A0=A0=A0=A0=A0 SUBDIR +=3D pear-Crypt_CBC > > > =A0=A0=A0=A0=A0 SUBDIR +=3D pear-Crypt_CHAP > > >=20 > > > Added: head/security/pear-Auth_SASL2/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >=20 > > > --- /dev/null=A0=A0=A0 00:00:00 1970=A0=A0=A0 (empty, because file is= newly added) > > > +++ head/security/pear-Auth_SASL2/Makefile=A0=A0=A0 Sat Nov 17 17:30:= 29 > > > 2018=A0=A0=A0 (r485144) > > > @@ -0,0 +1,19 @@ > > > +# Created by: Po-Chuan Hsieh > > > +# $FreeBSD$ > > > + > > > +PORTNAME=3D=A0=A0=A0 Auth_SASL2 > > > +PORTVERSION=3D=A0=A0=A0 0.2.0 > > > +CATEGORIES=3D=A0=A0=A0 security pear > > > + > > > +MAINTAINER=3D=A0=A0=A0 sunpoet@FreeBSD.org > > > +COMMENT=3D=A0=A0=A0 Abstraction of various SASL mechanism responses > > > + > > > +LICENSE=3D=A0=A0=A0 BSD3CLAUSE > > > + > > > +RUN_DEPENDS=3D > > > ${PEAR_PKGNAMEPREFIX}Auth>=3D0:security/pear-Auth@${PHP_FLAVOR} > > > + > > > +USES=3D=A0=A0=A0=A0=A0=A0=A0 pear > > > + > > > +NO_ARCH=3D=A0=A0=A0 yes > > > + > > > +.include > > >=20 > > > Added: head/security/pear-Auth_SASL2/distinfo > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >=20 > > > --- /dev/null=A0=A0=A0 00:00:00 1970=A0=A0=A0 (empty, because file is= newly added) > > > +++ head/security/pear-Auth_SASL2/distinfo=A0=A0=A0 Sat Nov 17 17:30:= 29 > > > 2018=A0=A0=A0 (r485144) > > > @@ -0,0 +1,3 @@ > > > +TIMESTAMP =3D 1542439045 > > > +SHA256 (PEAR/Auth_SASL2-0.2.0.tgz) =3D > > > e6bd0bd43321761789667750061923a48840f564fda245f783de8de8447c6aec > > > +SIZE (PEAR/Auth_SASL2-0.2.0.tgz) =3D 8957 > > >=20 > > > Added: head/security/pear-Auth_SASL2/pkg-descr > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > >=20 > > > --- /dev/null=A0=A0=A0 00:00:00 1970=A0=A0=A0 (empty, because file is= newly added) > > > +++ head/security/pear-Auth_SASL2/pkg-descr=A0=A0=A0 Sat Nov 17 17:30= :29 > > > 2018=A0=A0=A0 (r485144) > > > @@ -0,0 +1,9 @@ > > > +Provides code to generate responses to common SASL mechanisms, > > > including: > > > +- Digest-MD5 > > > +- Cram-MD5 > > > +- Plain > > > +- Anonymous > > > +- Login (Pseudo mechanism) > > > +- SCRAM > > > + > > > +WWW: https://pear.php.net/package/Auth_SASL2 > > >=20 > >=20 >=20 >=20 --=20 Mathieu Arnold --yovleqtdgrd6pdde Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlv3K9lfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkj0chAAlIJQe8i35g2eQiOynJK+oma6XE1SANUEXMFqMSw60qUdb9o+XJLTZ5Xm RuTggwz1jEh5INU10GeebMyaxpz9+KnDumPKJ7+Yuj49qFQn4kaHSobBXGmhWHCw X9I9AjvMMYZrp+I+Vdspj6zmg35vXlpjoi7xIXi4r1TrREmoZvU9A6VJkM16bvUD uef1ZNpy8aFRXaNvMvJ1IarGxTMMWg42AIgpHa6UQqRYbv2aUCQyJCT9jSEgDHr9 7k+Ud86GTjZzyCn3VJPRBb+Dt3CB/ydz/mDhHOwg0bLW9VQ0O9763rdQRA3OuL0y edYLJcJ3ErxdOBKifZU5VSrnJ/Bdly4PKMNfoTpD5iPNTN7Bgqd/yyVGTblRaZQ7 tS3PEMPZKcCIN9M/1/ji+32HUvg1mKM+XA3Xrcc00v6n79sITb/8gU6ZzxK5+KoP 5HDSOghN3lLT76ps3tt28gmCOOcZgpnNSiLCyf/Q1obs5nxC6Gvz+UGH2kby8lfQ ZUeGtPDec11s8bTcDqsSn1uVRTQagv/Qt2HnLpHEY3ZSqzGUNdxKrPjJA6E54k2Y ghHGWf3ivWtORB9VSqL7WlabM2SGPsnFNyTV+wW0kwowNAUWZmfcA5nMGRhhXBfp EO/kdkLCLPDvQbZ6ijFt8wQzYiA8hk6F3qP5zZf6MS37i08b7Us= =v/Zd -----END PGP SIGNATURE----- --yovleqtdgrd6pdde--