Hi,

Version 0.32 of Ufw is out since may 2012. I check the changelog :
ufw (0.32) RELEASED; urgency=low

  * Obsolete python2.5 in preparation for python3 support
  * Adjust gettext initialization so that _() always returns unicode.
    Patch thanks to Barry Warsaw
  * Add python3 support (LP: #1001657)
  * profiles/ufw-directoryserver: use LDAPS key for LDAPS

 -- Jamie Strandboge <[email protected]>  Sat, 19 May 2012 08:48:15 -0500

For python, we have 2.7 and all is ok for us :
python 2.6-2.7, 3.1-3.2 (known to work with 2.6.2+, 2.7.0+, 3.1.2,
3.2+)*

So the build is ok. One thing : in the README, they put gettext in
depends and I don't see it in the FB. I don't remenber if I put it
in depends=('gettext') or makedepends=('gettext').

Regards,

botchikii
>From d275ea5be477c98314c469953da9b876387aae27 Mon Sep 17 00:00:00 2001
From: Botchikii <[email protected]>
Date: Sun, 5 Aug 2012 18:38:57 +0200
Subject: [PATCH] ufw-0.32-1-x86_64 * version bump

---
 source/network-extra/ufw/FrugalBuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/network-extra/ufw/FrugalBuild b/source/network-extra/ufw/FrugalBuild
index d027ba4..325ca96 100644
--- a/source/network-extra/ufw/FrugalBuild
+++ b/source/network-extra/ufw/FrugalBuild
@@ -2,8 +2,8 @@
 # Maintainer: jercel <[email protected]>
 
 pkgname=ufw
-pkgver=0.31.1
-pkgrel=2
+pkgver=0.32
+pkgrel=1
 pkgdesc="Uncomplicated Firewall is program for managing a netfilter firewall"
 url="https://launchpad.net/ufw";
 depends=('iptables>=1.4.4' 'python>=2.7' 'sed>=4.2.1')
@@ -14,7 +14,7 @@ up2date="wget --no-check-certificate -qO- https://launchpad.net/$pkgname/+downlo
 backup=(etc/ufw/after.rules etc/ufw/after6.rules etc/ufw/before.rules etc/ufw/before6.rules \
 	etc/ufw/sysctl.conf etc/ufw/ufw.conf)
 source=(http://launchpad.net/$pkgname/${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.gz $pkgname.service)
-sha1sums=('8f77a7c5615774f3607385dca27ced239f8dfb82' \
+sha1sums=('a97e8987be76198714e5dd430ac7115dd6f1c5cc' \
           '413c1bf01405881b4c86a88dd557f57e5e4e52a2')
 
 _F_systemd_units=(ufw=e)
-- 
1.7.11.3

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to