r25945 - in /trunk/libcrypt-rijndael-perl: Changes META.yml Rijndael.pm debian/changelog debian/compat debian/control debian/copyright debian/libcrypt-rijndael-perl.docs debian/rules debian/watch rijndael.h
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Sat Oct 11 14:32:30 UTC 2008
Author: ansgar-guest
Date: Sat Oct 11 14:32:27 2008
New Revision: 25945
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25945
Log:
* New upstream release.
* debian/watch: Remove author-based URL.
* Convert debian/copyright to proposed machine-readable format.
* debian/control: Mention module name in description.
* Add myself to Uploaders.
* Refresh debian/rules for debhelper 7.
Added:
trunk/libcrypt-rijndael-perl/debian/libcrypt-rijndael-perl.docs
Modified:
trunk/libcrypt-rijndael-perl/Changes
trunk/libcrypt-rijndael-perl/META.yml
trunk/libcrypt-rijndael-perl/Rijndael.pm
trunk/libcrypt-rijndael-perl/debian/changelog
trunk/libcrypt-rijndael-perl/debian/compat
trunk/libcrypt-rijndael-perl/debian/control
trunk/libcrypt-rijndael-perl/debian/copyright
trunk/libcrypt-rijndael-perl/debian/rules
trunk/libcrypt-rijndael-perl/debian/watch
trunk/libcrypt-rijndael-perl/rijndael.h
Modified: trunk/libcrypt-rijndael-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Changes?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Changes (original)
+++ trunk/libcrypt-rijndael-perl/Changes Sat Oct 11 14:32:27 2008
@@ -1,3 +1,21 @@
+
+1.07 - Fri Aug 15 16:53:36 2008
+ * Fixed the odd character problems in some of the files
+ * No need to upgrade if you already have this installed
+
+1.06_03 - Sun Jun 22 11:32:46 2008
+ * Trying the __sgi definition. If this doesn't make things
+ blow up, this release will get bumped to 1.07.
+
+1.06_02 - Thu Jun 19 11:55:21 2008
+ * Removed wide chars from the header file. Some compilers
+ like to complain about things that are wrong. :(
+
+1.06_01 - Wed Jun 18 09:37:34 2008
+ This is a test of a fix for Irix.
+
+1.06_01 - Wed Jun 4 19:18:57 2008
+ * This is a test of a fix for Irix.
1.06 - Wed Apr 23 13:14:34 2008
* This release has a compiler-bug workaround for Sun C 5.9
Modified: trunk/libcrypt-rijndael-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/META.yml?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/META.yml (original)
+++ trunk/libcrypt-rijndael-perl/META.yml Sat Oct 11 14:32:27 2008
@@ -1,9 +1,11 @@
--- #YAML:1.0
name: Crypt-Rijndael
-version: 1.06
+version: 1.07
abstract: Crypt::CBC compliant Rijndael encryption module
license: gpl
-generated_by: ExtUtils::MakeMaker version 6.36
+author:
+ - Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)
+generated_by: ExtUtils::MakeMaker version 6.44
distribution_type: module
requires:
Test::Manifest: 1.14
@@ -11,5 +13,3 @@
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
-author:
- - Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)
Modified: trunk/libcrypt-rijndael-perl/Rijndael.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Rijndael.pm?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Rijndael.pm (original)
+++ trunk/libcrypt-rijndael-perl/Rijndael.pm Sat Oct 11 14:32:27 2008
@@ -34,7 +34,7 @@
require DynaLoader;
-$VERSION = '1.06';
+$VERSION = '1.07';
@ISA = qw/DynaLoader/;
bootstrap Crypt::Rijndael $VERSION;
Modified: trunk/libcrypt-rijndael-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/changelog?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/changelog (original)
+++ trunk/libcrypt-rijndael-perl/debian/changelog Sat Oct 11 14:32:27 2008
@@ -1,4 +1,4 @@
-libcrypt-rijndael-perl (1.06-2) UNRELEASED; urgency=low
+libcrypt-rijndael-perl (1.07-1) unstable; urgency=low
[ MartÃn Ferrari ]
* Updating my email address
@@ -7,7 +7,15 @@
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
- -- MartÃn Ferrari <tincho at debian.org> Fri, 13 Jun 2008 00:04:40 +0000
+ [ Ansgar Burchardt ]
+ * New upstream release.
+ * debian/watch: Remove author-based URL.
+ * Convert debian/copyright to proposed machine-readable format.
+ * debian/control: Mention module name in description.
+ * Add myself to Uploaders.
+ * Refresh debian/rules for debhelper 7.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Sat, 11 Oct 2008 16:31:58 +0200
libcrypt-rijndael-perl (1.06-1) unstable; urgency=low
Modified: trunk/libcrypt-rijndael-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/compat?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/compat (original)
+++ trunk/libcrypt-rijndael-perl/debian/compat Sat Oct 11 14:32:27 2008
@@ -1,1 +1,1 @@
-6
+7
Modified: trunk/libcrypt-rijndael-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/control?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/control (original)
+++ trunk/libcrypt-rijndael-perl/debian/control Sat Oct 11 14:32:27 2008
@@ -4,10 +4,10 @@
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Gustavo Franco <stratus at debian.org>, Niko Tyni <ntyni at iki.fi>,
MartÃn Ferrari <tincho at debian.org>, gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 6), perl (>= 5.8), libtest-pod-coverage-perl,
+ Damyan Ivanov <dmn at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7), perl (>= 5.8), libtest-pod-coverage-perl,
libtest-pod-perl, quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Crypt-Rijndael/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-rijndael-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/
@@ -16,5 +16,6 @@
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Description: Perl module implementing the Rijndael algorithm
- An XS-based implementation of the Advanced Encryption Standard (AES)
- algorithm Rijndael, designed by Joan Daemen and Vincent Rijmen.
+ The Crypt::Rijndael module provides an XS-based implementation of the Advanced
+ Encryption Standard (AES) algorithm Rijndael, designed by Joan Daemen and
+ Vincent Rijmen.
Modified: trunk/libcrypt-rijndael-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/copyright?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/copyright (original)
+++ trunk/libcrypt-rijndael-perl/debian/copyright Sat Oct 11 14:32:27 2008
@@ -1,35 +1,26 @@
-This package was debianized by Gustavo Franco <stratus at alternex.com.br> on
-Thu, 25 Apr 2002 10:48:19 -0300.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: Crypt-Rijndael
+Upstream-Maintainer: brian d foy <bdfoy at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Crypt-Rijndael/
-It was downloaded from the Comprehensive Perl Archive Network (CPAN):
-http://search.cpan.org/dist/Crypt-Rijndael/
+Files: *
+Copyright: © 2000-2001, Rafael R. Sevilla <sevillar at team.ph.inter.net>
+License: LGPL-2+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ can be found in `/usr/share/common-licenses/LGPL'.
-Copyright (C) 2000, 2001 Rafael R. Sevilla <sevillar at team.ph.inter.net>
+Files: debian/*
+Copyright:
+ © 2002-2005, Gustavo Franco <stratus at alternex.com.br>
+ © 2005-2006, Niko Tyni <ntyni at iki.fi>
+ © 2007, MartÃn Ferrari <martin.ferrari at gmail.com>
+ © 2007-2008, gregor herrmann <gregoa at debian.org>
+ © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+License: LGPL-2+
+ The Debian packaging is licensed under the same terms as the software itself.
-Currently maintained by brian d foy, <bdfoy at cpan.org>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; if not, write to the Free Software Foundation,
-Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-
-
-On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public
-License can be found in `/usr/share/common-licenses/LGPL'.
-
-The Debian packaging is:
- (C) 2002-2005, Gustavo Franco <stratus at alternex.com.br>
- (C) 2005-2006, Niko Tyni <ntyni at iki.fi>
- (C) 2007, MartÃn Ferrari <martin.ferrari at gmail.com>
- (C) 2007-2008, gregor herrmann <gregoa at debian.org>
-and is licensed under the same terms as the software itself.
-
Added: trunk/libcrypt-rijndael-perl/debian/libcrypt-rijndael-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/libcrypt-rijndael-perl.docs?rev=25945&op=file
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/libcrypt-rijndael-perl.docs (added)
+++ trunk/libcrypt-rijndael-perl/debian/libcrypt-rijndael-perl.docs Sat Oct 11 14:32:27 2008
@@ -1,0 +1,1 @@
+NEWS
Modified: trunk/libcrypt-rijndael-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/rules?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/rules (original)
+++ trunk/libcrypt-rijndael-perl/debian/rules Sat Oct 11 14:32:27 2008
@@ -1,75 +1,25 @@
#!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
include /usr/share/quilt/quilt.make
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
build: build-stamp
build-stamp: $(QUILT_STAMPFN)
- dh_testdir
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
- $(MAKE) test
+ dh build
touch $@
clean: unpatch
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- [ ! -f Makefile ] || ( touch Makefile && $(MAKE) realclean )
+ dh $@
install: install-stamp
install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
- [ ! -d $(TMP)/usr/share/perl5 ] || \
- rmdir --ignore-fail-on-non-empty --parents --verbose \
- $(TMP)/usr/share/perl5
+ dh install
touch $@
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do here for an architecture-dependent package
+binary-arch: install
+ dh $@
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installdocs
- dh_installchangelogs Changes
- dh_shlibdeps
- dh_strip
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+binary-indep:
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
Modified: trunk/libcrypt-rijndael-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/watch?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/watch (original)
+++ trunk/libcrypt-rijndael-perl/debian/watch Sat Oct 11 14:32:27 2008
@@ -3,6 +3,3 @@
http://search.cpan.org/dist/Crypt-Rijndael/ \
.+/Crypt-Rijndael-(\d.*)\.tar\.gz
-opts=uversionmangle=s/_/./g \
- http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/ \
- Crypt-Rijndael-v?(\d.+)\.tar\.gz
Modified: trunk/libcrypt-rijndael-perl/rijndael.h
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/rijndael.h?rev=25945&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/rijndael.h (original)
+++ trunk/libcrypt-rijndael-perl/rijndael.h Sat Oct 11 14:32:27 2008
@@ -34,6 +34,17 @@
#undef _CRYPT_RIJNDAEL_H_TYPES
#endif
+/* Irix. We could include stdint.h and use uint8_t but that also
+ * requires that we specifically drive the compiler in C99 mode.
+ * Defining UINT8 as unsigned char is, ultimately, what stdint.h
+ * would do anyway.
+ */
+#if defined(_SGIAPI) || defined( __sgi )
+ #define _CRYPT_RIJNDAEL_H_TYPES
+ typedef __uint32_t UINT32;
+ typedef unsigned char UINT8;
+#endif
+
/* Solaris has sys/types.h, but doesn't act like everyone else
* GCC defines __sun__ and __sun (report from Todd Ross)
* Solaris cc defines __sun
@@ -57,7 +68,7 @@
#if defined(__APPLE__) && ! defined(__DARWIN_UNIX03)
#define _CRYPT_RIJNDAEL_H_TYPES
typedef u_int32_t UINT32;
- typedef u_char Ê ÊUINT8;
+ typedef u_char UINT8;
#endif
/* I expect this to be the usual case */
More information about the Pkg-perl-cvs-commits
mailing list