- update to 2.8.12, which relicenses to GPLv2 License note: consumers of
this package in the development repository are pam (pam_cracklib is BSD or GPL), netatalk (GPL), revelation (GPLv2+), which should all prefer this license to the previous one ("Artistic").
This commit is contained in:
parent
405a78d357
commit
dce5bd911c
@ -36,3 +36,4 @@ cracklib-2.8.6.tar.gz
|
|||||||
cracklib-2.8.9.tar.gz
|
cracklib-2.8.9.tar.gz
|
||||||
pass_file.gz
|
pass_file.gz
|
||||||
cracklib-2.8.10.tar.gz
|
cracklib-2.8.10.tar.gz
|
||||||
|
cracklib-2.8.12.tar.gz
|
||||||
|
@ -20,14 +20,15 @@
|
|||||||
dnl Cygwin workaround
|
dnl Cygwin workaround
|
||||||
AC_MSG_CHECKING(if LINE_MAX is defined)
|
AC_MSG_CHECKING(if LINE_MAX is defined)
|
||||||
AC_EGREP_CPP(yes,
|
AC_EGREP_CPP(yes,
|
||||||
@@ -87,6 +100,7 @@
|
@@ -87,6 +100,8 @@
|
||||||
dnl Handle local dict compiling properly
|
dnl Handle local dict compiling properly
|
||||||
AC_SUBST(CROSS_COMPILING, $cross_compiling)
|
AC_SUBST(CROSS_COMPILING, $cross_compiling)
|
||||||
|
|
||||||
-AC_OUTPUT(util/Makefile lib/Makefile doc/Makefile python/Makefile Makefile \
|
-AC_OUTPUT(util/Makefile lib/Makefile doc/Makefile python/Makefile Makefile \
|
||||||
- po/Makefile.in m4/Makefile cracklib.spec)
|
- po/Makefile.in m4/Makefile dicts/Makefile cracklib.spec)
|
||||||
+AC_CONFIG_FILES(util/Makefile lib/Makefile doc/Makefile python/Makefile \
|
+AC_CONFIG_FILES(util/Makefile lib/Makefile doc/Makefile python/Makefile \
|
||||||
+ Makefile po/Makefile.in m4/Makefile cracklib.spec lib/packer.h)
|
+ Makefile po/Makefile.in m4/Makefile dicts/Makefile \
|
||||||
|
+ cracklib.spec lib/packer.h)
|
||||||
+AC_OUTPUT
|
+AC_OUTPUT
|
||||||
|
|
||||||
--- cracklib-2.8.9/lib/packer.h.in 2007-03-12 18:47:32.000000000 -0400
|
--- cracklib-2.8.9/lib/packer.h.in 2007-03-12 18:47:32.000000000 -0400
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.10
|
Version: 2.8.12
|
||||||
Release: 3
|
Release: 1
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||||
|
|
||||||
@ -43,10 +43,10 @@ Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.
|
|||||||
Source37: pass_file.gz
|
Source37: pass_file.gz
|
||||||
|
|
||||||
Patch0: cracklib-2.8.10-suffix.patch
|
Patch0: cracklib-2.8.10-suffix.patch
|
||||||
Patch1: cracklib-2.8.9-inttypes.patch
|
Patch1: cracklib-2.8.12-inttypes.patch
|
||||||
Patch2: cracklib-2.8.10-docstring.patch
|
Patch2: cracklib-2.8.10-docstring.patch
|
||||||
URL: http://sourceforge.net/projects/cracklib/
|
URL: http://sourceforge.net/projects/cracklib/
|
||||||
License: Artistic
|
License: GPLv2
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: python-devel, words, automake, libtool
|
BuildRequires: python-devel, words, automake, libtool
|
||||||
Conflicts: cracklib-dicts < 2.8
|
Conflicts: cracklib-dicts < 2.8
|
||||||
@ -208,6 +208,9 @@ EOF
|
|||||||
%{_libdir}/python*/site-packages/cracklibmodule.so
|
%{_libdir}/python*/site-packages/cracklibmodule.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 25 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.12-1
|
||||||
|
- update to 2.8.12, which was relicensed to GPLv2
|
||||||
|
|
||||||
* Tue Aug 21 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-3
|
* Tue Aug 21 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-3
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -27,4 +27,4 @@ a2bd31ce25a3057b61d2e5a1182d93a9 sf.gz
|
|||||||
c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz
|
c03b38448aefcde059e6fcfb20784f2c surnames.finnish.gz
|
||||||
6e76a087a646ede5eba05e9259fd84d4 pass_file.gz
|
6e76a087a646ede5eba05e9259fd84d4 pass_file.gz
|
||||||
d18e670e5df560a8745e1b4dede8f84f cracklib-words.gz
|
d18e670e5df560a8745e1b4dede8f84f cracklib-words.gz
|
||||||
555f7832b63ebc7fb70b0373500c2358 cracklib-2.8.10.tar.gz
|
580346fa1012f9d9769192f49d3801fa cracklib-2.8.12.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user