From 11dbfbcd9242f7a4568099bbd0c7dafaa85785e0 Mon Sep 17 00:00:00 2001 From: Alexey Illarionov Date: Wed, 30 Mar 2011 22:19:14 +0400 Subject: [PATCH] Version 521008002.2 --- Makefile | 2 +- debian/changelog | 8 +++++++- freebsd/ourfa/Makefile | 2 +- freebsd/ourfa/distinfo | 2 +- ourfa-perl/debian/changelog | 6 ++++++ ourfa-perl/debian/control | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 896f0da..366e6f1 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ install: ourfa_client clean: rm -f *.o ourfa_client libourfa.a -DISTNAME=ourfa-521008002.1 +DISTNAME=ourfa-521008002.2 dist: rm -f $(DISTNAME) diff --git a/debian/changelog b/debian/changelog index 14db5f3..a8829c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -ourfa (521008002.1) ourfa; urgency=low +ourfa (521008002.2) unstable; urgency=low + + * Fix cipher_list for rsa_cert SSL method + + -- Allexey Illarionov Wed, 30 Mar 2011 22:11:38 +0400 + +ourfa (521008002.1) unstable; urgency=low * Initial version diff --git a/freebsd/ourfa/Makefile b/freebsd/ourfa/Makefile index 847eda9..43e1406 100644 --- a/freebsd/ourfa/Makefile +++ b/freebsd/ourfa/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ourfa -PORTVERSION= 521008002.1 +PORTVERSION= 521008002.2 CATEGORIES= devel MASTER_SITES= http://github.com/downloads/littlesavage/ourfa/ \ http://ls.orionet.ru/ diff --git a/freebsd/ourfa/distinfo b/freebsd/ourfa/distinfo index dd86f94..0f01513 100644 --- a/freebsd/ourfa/distinfo +++ b/freebsd/ourfa/distinfo @@ -1 +1 @@ -SHA256 (ourfa-521008002.1.tar.gz) = IGNORE +SHA256 (ourfa-521008002.2.tar.gz) = IGNORE diff --git a/ourfa-perl/debian/changelog b/ourfa-perl/debian/changelog index f0407cc..39f5e82 100644 --- a/ourfa-perl/debian/changelog +++ b/ourfa-perl/debian/changelog @@ -1,3 +1,9 @@ +ourfa-perl (521008002.2.0) unstable; urgency=low + + * Fix cipher_list for rsa_cert SSL method + + -- Allexey Illarionov Wed, 30 Mar 2011 22:11:38 +0400 + ourfa-perl (521008.0.0) unstable; urgency=low * Initial Release. diff --git a/ourfa-perl/debian/control b/ourfa-perl/debian/control index 2931e66..445db89 100644 --- a/ourfa-perl/debian/control +++ b/ourfa-perl/debian/control @@ -1,7 +1,7 @@ Source: ourfa-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 5), perl (>= 5.6.10-12), ourfa(>= 521008002.1) +Build-Depends: debhelper (>= 5), perl (>= 5.6.10-12), ourfa(>= 521008002.2) Maintainer: Alexey Illarionov Standards-Version: 3.8.0 Homepage: https://github.com/littlesavage/ourfa