X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B35D1DCAB8E for ; Sun, 18 Oct 2015 21:52:05 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1705CDCC433; Sun, 18 Oct 2015 21:52:04 +0000 (UTC) Received: from localhost (ip5f5ac969.dynamic.kabel-deutschland.de [95.90.201.105]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 0f76b0ed; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 18 Oct 2015 23:52:01 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/6] main/wpa_supplicant: update website Date: Sun, 18 Oct 2015 23:51:37 +0200 Message-Id: <1445205101-30506-2-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445205101-30506-1-git-send-email-soeren+git@soeren-tempel.net> References: <1445205101-30506-1-git-send-email-soeren+git@soeren-tempel.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/wpa_supplicant/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/wpa_supplicant/APKBUILD b/main/wpa_supplicant/APKBUILD index 5ae7c1a..ae7f337 100644 --- a/main/wpa_supplicant/APKBUILD +++ b/main/wpa_supplicant/APKBUILD @@ -4,13 +4,13 @@ pkgname=wpa_supplicant pkgver=2.4 pkgrel=4 pkgdesc="A utility providing key negotiation for WPA wireless networks" -url="http://hostap.epitest.fi/wpa_supplicant" +url="https://w1.fi/wpa_supplicant/" arch="all" license="BSD" subpackages="$pkgname-doc $pkgname-gui" depends="dbus" makedepends="openssl-dev dbus-dev libnl3-dev qt-dev" -source="http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz +source="http://w1.fi/releases/$pkgname-$pkgver.tar.gz CVE-2015-1863.patch CVE-2015-4141.patch CVE-2015-4142.patch -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---