From nobody Fri Mar 29 15:22:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f161.google.com (mail-fx0-f161.google.com [209.85.220.161]) by lists.alpinelinux.org (Postfix) with ESMTP id 79877170000BA for ; Mon, 23 Feb 2009 22:26:24 +0000 (UTC) Received: by fxm5 with SMTP id 5so2530042fxm.1 for ; Mon, 23 Feb 2009 14:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=H+Vm6GHp7AXqR8uIEpfF5pzrx/93G63RbRrmmJaLNgQ=; b=PQva7cMASIFbRiFOCCTX/m/3fc2hcqeYZjuGy0Nlwc6MT2QXt2x89C0H728iX+/puX it6YboXvz5aE6jkYRJqw8ie6PPULRmgedN9n+zQ6TN5et600yUtO6F300YW1vbD6rPu7 euKZdyJkGzAh9y8qFwd0HTHmqohj8fszhM1rY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=A2Dn5/PWKvLhsk2ci0aflKoPOMPB9EYfLAeP8ueffB75C2nE2EKFskrFetvO0ACmyV y1BvhGoft84eK6dspJicuq01CyOgcU99d6PZP6CXsbixBNWmSt/LnoC2rFehwgJxMkIX +Hk1qWLJBW2SzwLgc9y7wCn0juFLq6o+h0FMk= Received: by 10.223.110.144 with SMTP id n16mr6338533fap.55.1235427983828; Mon, 23 Feb 2009 14:26:23 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id k10sm10809058nfh.63.2009.02.23.14.26.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 14:26:22 -0800 (PST) Message-Id: <185801F9-87B3-4664-A841-759F18C997E0@gmail.com> From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-39--577259466 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Apple Message framework v930.3) Subject: [alpine-devel] extra/cracklib Date: Mon, 23 Feb 2009 22:26:18 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-39--577259466 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Please add. --Apple-Mail-39--577259466 Content-Disposition: attachment; filename=0001-extra-cracklib-Initial-Commit.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-extra-cracklib-Initial-Commit.patch" Content-Transfer-Encoding: quoted-printable =46rom=209e79d82e61146fc7cd1a40a70ea3fdaf3490ce3c=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Mon,=2023=20Feb=202009=2022:22:10=20+0000=0ASubject:=20[PATCH]=20= extra/cracklib=20Initial=20Commit=0A=0A---=0A=20extra/cracklib/APKBUILD=20= |=20=20=2031=20+++++++++++++++++++++++++++++++=0A=201=20files=20changed,=20= 31=20insertions(+),=200=20deletions(-)=0A=20create=20mode=20100644=20= extra/cracklib/APKBUILD=0A=0Adiff=20--git=20a/extra/cracklib/APKBUILD=20= b/extra/cracklib/APKBUILD=0Anew=20file=20mode=20100644=0Aindex=20= 0000000..1e67f8f=0A---=20/dev/null=0A+++=20b/extra/cracklib/APKBUILD=0A= @@=20-0,0=20+1,31=20@@=0A+#=20Contributor:=20Michael=20Mason=20= =0A+#=20Maintainer:=20Michael=20Mason=20= =0A+pkgname=3Dcracklib=0A+pkgver=3D2.8.13=0A+pkgrel=3D0=0A= +pkgdesc=3D"A=20library=20used=20to=20enforce=20strong=20passwords"=0A= +url=3D"http://sourceforge.net/projects/cracklib"=0A+license=3D"GPL"=0A= +depends=3D"uclibc"=0A+makedepends=3D""=0A+install=3D=0A+subpackages=3D""=0A= +source=3D"http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.= gz=0A+=09"=0A+build()=20{=0A+=0A+=09cd=20"$srcdir/$pkgname-$pkgver"=0A+=09= =0A+=09./configure=20--prefix=3D/usr=20\=0A+=09=09--sysconfdir=3D/etc=20= \=0A+=09=09--mandir=3D/usr/share/man=20\=0A+=09=09= --infodir=3D/usr/share/info=20\=0A+=09=09--without-python=20\=0A+=09=09= --disable-nls=20\=0A+=09=09--with-default-dict=20=0A+=09make=20-j1=20all=20= ||=20return=201=0A+=09make=20-j1=20DESTDIR=3D"$pkgdir"=20install=0A+=0A= +}=0A+=0A+md5sums=3D"5beb4c6b3c31c83fc98c4c225b25cd94=20=20= cracklib-2.8.13.tar.gz"=0A--=20=0A1.6.1.3=0A=0A= --Apple-Mail-39--577259466 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-39--577259466-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- From nobody Fri Mar 29 15:22:54 2024 X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by lists.alpinelinux.org (Postfix) with ESMTP id 6E9E9170000BA for ; Tue, 24 Feb 2009 08:58:51 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 16so60394fgg.25 for ; Tue, 24 Feb 2009 00:58:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=RU+N6Z0dx653hT9+luSkxnvD8gRLRiBbhtsODDlyMPQ=; b=i6qVa75I4VUGIQmBr8gkN/hpPTf7JST65FqXQQOHElTF1Tnpz7HTMjzYXviDpRTKFg mCRMwd48JxhKd+QCp9wKz1qfK4IiyF/lbaAjboY0xedzHGpJliAOEuoUfxhakz+aQ/rZ RLOF253xt3W+5/1bPzZDhPbELSePn0VadAqbw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=jHwM2E8fjMeQ/RVW0ryafDJhfiiSxtPc63NU9JnZ/poc8kjv61PwFQCPFMwVdbu2Bs 6hb+iihczoRPI7E+n1XrRHne+H7SExZhBa8EGCgfChfA6Fh8u7XZ2erNaauifSgnWQle D5tj3wuHPQy0Zvuv3V35WOnr6wjw5xwypnwHk= Received: by 10.86.76.16 with SMTP id y16mr2982944fga.10.1235465930777; Tue, 24 Feb 2009 00:58:50 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 4sm1443848fge.54.2009.02.24.00.58.49 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Feb 2009 00:58:50 -0800 (PST) Subject: Re: [alpine-devel] extra/cracklib From: Natanael Copa To: Michael Mason Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <185801F9-87B3-4664-A841-759F18C997E0@gmail.com> References: <185801F9-87B3-4664-A841-759F18C997E0@gmail.com> Content-Type: text/plain Date: Tue, 24 Feb 2009 09:58:44 +0100 Message-Id: <1235465924.30895.60.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit On Mon, 2009-02-23 at 22:26 +0000, Michael Mason wrote: > Please add. > FYI: Applying: extra/cracklib Initial Commit /home/ncopa/aports/.git/rebase-apply/patch:29: trailing whitespace. /home/ncopa/aports/.git/rebase-apply/patch:36: trailing whitespace. --with-default-dict warning: 2 lines add whitespace errors. It means you have a space after the --with-default-dict. It also have .h and .a files which belongs in a splitted -dev pkg I committed and took the liberty to fix the above issues. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---