Index: en_US.ISO8859-1/articles/contributors/contrib.committers.xml =================================================================== --- en_US.ISO8859-1/articles/contributors/contrib.committers.xml +++ en_US.ISO8859-1/articles/contributors/contrib.committers.xml @@ -1058,6 +1058,10 @@ + &a.0mp.email; + + + &a.pizzamig.email; Index: share/pgpkeys/0mp.key =================================================================== --- share/pgpkeys/0mp.key +++ share/pgpkeys/0mp.key @@ -0,0 +1,43 @@ + + + +sub rsa2048/58DE64DA5D369982 2018-07-16 [E] [expires: 2021-07-15] + +]]> + Index: share/pgpkeys/addkey.sh =================================================================== --- share/pgpkeys/addkey.sh +++ share/pgpkeys/addkey.sh @@ -65,7 +65,7 @@ if [ -z "${me}" ] ; then error "Unable to determine user name." fi -if ! expr "${me}" : '^[a-z][0-9a-z-]*$' >/dev/null ; then +if ! expr "${me}" : '^[0-9a-z][0-9a-z-]*$' >/dev/null ; then error "${me} does not seem like a valid user name." fi Index: share/pgpkeys/checkkey.sh =================================================================== --- share/pgpkeys/checkkey.sh +++ share/pgpkeys/checkkey.sh @@ -88,10 +88,10 @@ elif echo "${id}" | egrep -q '^[0-9A-F]{8}$'; then id_type="keyid" set -- "${id}" $@ -elif echo "${id}" | egrep -iq '^[a-z][-0-9a-z_]*@([-0-9a-z]+\.)[-0-9a-z]+$'; then +elif echo "${id}" | egrep -iq '^[0-9a-z][-0-9a-z_]*@([-0-9a-z]+\.)[-0-9a-z]+$'; then id_type="email" email="${id}" -elif echo "${id}" | egrep -iq '^[a-z][-0-9a-z_]*$'; then +elif echo "${id}" | egrep -iq '^[0-9a-z][-0-9a-z_]*$'; then id_type="login" login="${id}" email="${id}@FreeBSD.org" Index: share/pgpkeys/pgpkeys-developers.xml =================================================================== --- share/pgpkeys/pgpkeys-developers.xml +++ share/pgpkeys/pgpkeys-developers.xml @@ -1851,6 +1851,11 @@ &pgpkey.jacula; + + &a.0mp.email; + &pgpkey.0mp; + + &a.pizzamig.email; &pgpkey.pizzamig; Index: share/pgpkeys/pgpkeys.ent =================================================================== --- share/pgpkeys/pgpkeys.ent +++ share/pgpkeys/pgpkeys.ent @@ -1,6 +1,7 @@ + Index: share/xml/news.xml =================================================================== --- share/xml/news.xml +++ share/xml/news.xml @@ -109,6 +109,12 @@ href="&url.doc.base-en;/books/handbook/mirrors-ftp.html">&os; mirror sites.

+ + +

New committer: + Mateusz Piotrowski + (ports)

+