X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f225.google.com (mail-ew0-f225.google.com [209.85.219.225]) by lists.alpinelinux.org (Postfix) with ESMTP id 506C1360F719 for ; Thu, 7 Jan 2010 17:48:04 +0000 (UTC) Received: by ewy25 with SMTP id 25so22671393ewy.25 for ; Thu, 07 Jan 2010 09:48:03 -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:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=QHbvTJxnTcvrpZttqM2C396oMscAh1otWr60G+vc2Fo=; b=KZYTIu/liDHZQRaT4b2t+tbjxE184CAg5OGTCFndeAwOQFO8L4pA0WOwszSVUDJAZP CmYemKNlVcDv5jc1e4BcOuRRK8U191iXadennfSI59t/t2PzDKPrOTletu+o/N2gJPwH +d31cgSZZdjxQYTW0lhpKF8PqTaiVGF6tw+jE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=SJXFLtP+/udhtgpY28uoIirQfgGtAiaKWnbk6/S1A6APio4NNnlA9GIBgylnawpXJn tDAB9H2/2Vg3ApktvnCJuoqffuHam6CPso5z/XrssyUK1oWCesLJ6ygAQJx6WHj/bH1r wMqLnnJ7q0N79/qCx9Gy6WsKDfxQLQ9ILcMIY= Received: by 10.213.24.24 with SMTP id t24mr2663211ebb.90.1262886483345; Thu, 07 Jan 2010 09:48:03 -0800 (PST) Received: from ?10.65.65.1? (245.39.189.109.customer.cdi.no [109.189.39.245]) by mx.google.com with ESMTPS id 14sm15246947ewy.3.2010.01.07.09.48.02 (version=SSLv3 cipher=RC4-MD5); Thu, 07 Jan 2010 09:48:02 -0800 (PST) Subject: [alpine-devel] heads up: lua modules renames From: Natanael Copa To: Alpine Developers Content-Type: text/plain; charset="UTF-8" Date: Thu, 07 Jan 2010 18:46:59 +0100 Message-ID: <1262886419.8625.13481.camel@ncopa-desktop.nor.wtbts.net> 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.28.2 Content-Transfer-Encoding: 7bit Hi, I'm renaming lua modules: bitlib -> lua-bitlib luaexpat -> lua-expat json4lua -> lua-json4 md5 -> lua-md5 lpc -> lua-pc luaposix -> lua-posix luasocket -> lua-socket luasql-mysql -> lua-sql-mysql luasql-postgres -> lua-sql-postgres luasql-sqlite3 -> lua-sql-sqlite3 I have updated the packages depending to use the new package names as well: main/acf-alpine-baselayout main/acf-alpine-conf main/acf-apk-tools main/acf-chrony main/acf-core main/acf-dnscache main/acf-opennhrp main/acf-weblog testing/prosody I think 'apk upgrade' should solve everything for upgraders but it might be an idea to test so I didnt break anything. I have also added the following lua modules: lua-zlib zlib binding (lzlib) lua-openrc librc binding Nice thing is that you now can do apk search 'lua-*' to get a list of all lua modules. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---