OBS User unknown 2006-12-18 23:15:30 +00:00 committed by Git OBS Bridge
commit ba4f1a29e0
40 changed files with 969 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
ASSurnames.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Congress.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Domains.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Dosref.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Family-Names.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Ftpsites.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Given-Names.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Jargon.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
LCarrol.gz (Stored with Git LFS) Normal file

Binary file not shown.

3
Movies.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca9c73e2a2e6a7aa4dc4a892ffc38a584e5e805c854eef95ac17c775d587ee29
size 116258

BIN
Paradise.Lost.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Python.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Trek.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
cartoon.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
common-passwords.txt.gz (Stored with Git LFS) Normal file

Binary file not shown.

3
cracklib-2.8.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:630a9ac32b706fa3215d258c3c6b865292e3a05169de58cd8611c456c4088e5e
size 488558

15
cracklib-magic.diff Normal file
View File

@ -0,0 +1,15 @@
--- doc/cracklib.magic
+++ doc/cracklib.magic 2005/08/23 12:00:02
@@ -1,10 +1,5 @@
# cracklib: file (1) magic for cracklib v2.7
0 lelong 0x70775631 Cracklib password index, little endian
->4 long >0 (%i words)
->4 long 0 ("64-bit")
->>8 long >-1 (%i words)
+>4 lelong >0 (%i words)
0 belong 0x70775631 Cracklib password index, big endian
->4 belong >-1 (%i words)
-0 long 0
->4 belong 0x70775631 Cracklib password index, big endian ("64-bit")
->12 belong >0 (%i words)
+>4 belong >0 (%i words)

44
cracklib-po.diff Normal file
View File

@ -0,0 +1,44 @@
--- po/de.po
+++ po/de.po
@@ -16,7 +16,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1?0:1);\n"
"X-Generator: KBabel 1.0.2\n"
#: lib/fascist.c:555
--- po/km.po
+++ po/km.po
@@ -13,7 +13,7 @@
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n!=1?0:1);\n"
"X-Generator: KBabel 1.11\n"
#: lib/fascist.c:555
--- po/nl.po
+++ po/nl.po
@@ -17,7 +17,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1?0:1);\n"
#: lib/fascist.c:555
msgid "you are not registered in the password file"
--- po/pa.po
+++ po/pa.po
@@ -24,7 +24,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1?0:1);\n"
#: lib/fascist.c:555
msgid "you are not registered in the password file"

317
cracklib-trans.diff Normal file
View File

@ -0,0 +1,317 @@
--- configure.in
+++ configure.in 2006/06/12 09:52:04
@@ -4,7 +4,7 @@
AM_CONFIG_HEADER(config.h)
dnl Set of available languages.
-ALL_LINGUAS="cs da de el es fi fr hu it ja lt nb nl pa pl pt_BR pt sl_SI sk zh_CN zh_TW"
+ALL_LINGUAS="cs da de el es fi fr hu it ja km lt nb nl pa pl pt_BR pt sl_SI sk uk zh_CN zh_TW"
dnl Checks for programs.
AC_PROG_LIBTOOL
--- po/fi.po
+++ po/fi.po 2006/03/27 14:41:04
@@ -1,24 +1,25 @@
+# translation of fi.po to
# translation of cracklib.po to
-# Copyright (C) 2005 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
-# Jyri Palokangas <jmp@netti.fi>, 2005.
#
+# Jyri Palokangas <jmp@netti.fi>, 2005, 2006.
msgid ""
msgstr ""
-"Project-Id-Version: cracklib\n"
+"Project-Id-Version: fi\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-06-23 12:52+0200\n"
-"PO-Revision-Date: 2005-08-25 15:20+0300\n"
+"PO-Revision-Date: 2006-03-23 07:43+0200\n"
"Last-Translator: Jyri Palokangas <jmp@netti.fi>\n"
-"Language-Team: <fi@li.org>\n"
+"Language-Team: <yast-trans-fi@kotoistaminen.novell.fi>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.2\n"
+"X-Generator: KBabel 1.11.2\n"
#: lib/fascist.c:555
msgid "you are not registered in the password file"
-msgstr "sinua ei ole rekisteröity salasana-tiedostossa"
+msgstr "et ole rekisteröitynä salasana-tiedostossa"
#: lib/fascist.c:569
msgid "it is based on your username"
--- po/km.po
+++ po/km.po 2006/03/06 12:05:32
@@ -0,0 +1,78 @@
+# translation of km.po to Khmer
+# Leang Chumsoben <soben@khmeros.info>, 2005, 2006.
+# Hok Kakada <hokkakada@khmeros.info>, 2006.
+# Khoem Sokhem <khoemsokhem@khmeros.info>, 2006.
+msgid ""
+msgstr ""
+"Project-Id-Version: km\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-12-21 11:23+0100\n"
+"PO-Revision-Date: 2006-02-15 08:51+0700\n"
+"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
+"Language-Team: Khmer <support@khmeros.info>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: KBabel 1.11\n"
+
+#: lib/fascist.c:555
+msgid "you are not registered in the password file"
+msgstr "អ្នក​មិន​ត្រូវបាន​ចុះ​ឈ្មោះ​នៅ​ក្នុង​ឯកសារ​ពាក្យសម្ងាត់​ឡើយ"
+
+#: lib/fascist.c:569
+msgid "it is based on your username"
+msgstr "វា​ត្រូវ​បាន​ផ្អែក​លើ​ឈ្មោះ​អ្នក​ប្រើ​របស់​អ្នក"
+
+#: lib/fascist.c:634
+msgid "it is based upon your password entry"
+msgstr "វា​ត្រូវ​បាន​ផ្អែក​លើ​ធាតុ​ពាក្យសម្ងាត់​របស់​អ្នក"
+
+#: lib/fascist.c:654
+msgid "it is derived from your password entry"
+msgstr "វា​បាន​មកពី​ធាតុ​ពាក្យ​សម្ងាត់​របស់​អ្នក​"
+
+#: lib/fascist.c:667
+msgid "it's derived from your password entry"
+msgstr "វា​បាន​មក​ពី​ធាតុ​ពាក្យសម្ងាត់​របស់​អ្នក"
+
+#: lib/fascist.c:681
+msgid "it is derivable from your password entry"
+msgstr "វា​អាចបាន​មក​ពី​ធាតុ​ពាក្យសម្ងាត់​របស់​អ្នក"
+
+#: lib/fascist.c:695
+msgid "it's derivable from your password entry"
+msgstr "វា​អាច​បាន​មក​ពី​ធាតុ​ពាក្យសម្ងាត់​របស់​អ្នក"
+
+#: lib/fascist.c:731
+msgid "it is WAY too short"
+msgstr "វា​មាន​លក្ខណៈ​ខ្លី​ពេក​"
+
+#: lib/fascist.c:736
+msgid "it is too short"
+msgstr "វា​ខ្លី​ពេក​"
+
+#: lib/fascist.c:753
+msgid "it does not contain enough DIFFERENT characters"
+msgstr "វា​មិន​មាន​តួអក្សរ​ខុស​គ្នា​គ្រប់គ្រាន់​ឡើយ"
+
+#: lib/fascist.c:767
+msgid "it is all whitespace"
+msgstr "វា​ជាចន្លោះ​ទាំងអស់"
+
+#: lib/fascist.c:783
+msgid "it is too simplistic/systematic"
+msgstr "វា​សាមញ្ញ ឬ ស៊ាំញ៉ាំ​ពេក"
+
+#: lib/fascist.c:788
+msgid "it looks like a National Insurance number."
+msgstr "វា​មើល​ទៅ​ដូចជា​លេខ​ធានារ៉ាប់រង​ជាតិ​អញ្ចឹង ។"
+
+#: lib/fascist.c:815
+msgid "it is based on a dictionary word"
+msgstr "វា​ត្រូវ​បាន​ផ្អែក​លើ​ពាក្យ​វចនានុក្រម"
+
+#: lib/fascist.c:834
+msgid "it is based on a (reversed) dictionary word"
+msgstr "វា​ត្រូវ​បាន​ផ្អែក​លើ​ពាក្យ​វចនានុក្រម (បញ្ច្រាស)"
+
--- po/pl.po
+++ po/pl.po 2006/06/12 09:03:21
@@ -1,47 +1,50 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
+# translation of pl.po to
+# translation of pl.po to polski
+# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Stanisław Małolepszy <smalolepszy@aviary.pl>, 2006.
+# Wojciech Kapusta <wojciech@aviary.pl>, 2006.
#
msgid ""
msgstr ""
-"Project-Id-Version: cracklib TBD\n"
+"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-06-23 12:52+0200\n"
-"PO-Revision-Date: 2005-08-19 15:20+0200\n"
-"Last-Translator: Piotr Bolek <pb@7bull.com>\n"
-"Language-Team: Polish <i18n@suse.de>\n"
+"PO-Revision-Date: 2006-03-23 18:38+0100\n"
+"Last-Translator: Wojciech Kapusta <wojciech@aviary.pl>\n"
+"Language-Team: <pl@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
#: lib/fascist.c:555
msgid "you are not registered in the password file"
-msgstr "nie jesteś zarejestrowany w pliku passwd"
+msgstr "brak rejestracji w pliku passwd"
#: lib/fascist.c:569
msgid "it is based on your username"
-msgstr "to jest oparte na twojej nazwie użytkownika"
+msgstr "oparte na nazwie użytkownika"
#: lib/fascist.c:634
msgid "it is based upon your password entry"
-msgstr "oparte na twojej pozycji passwd"
+msgstr "oparte na wpisie passwd"
#: lib/fascist.c:654
msgid "it is derived from your password entry"
-msgstr "pochodzi od twojej pozycji passwd"
+msgstr "pochodzi od wpisu passwd"
#: lib/fascist.c:667
msgid "it's derived from your password entry"
-msgstr "pochodzi od twojej pozycji passwd"
+msgstr "pochodzi od wpisu passwd"
#: lib/fascist.c:681
msgid "it is derivable from your password entry"
-msgstr "da się odtworzyć na podstawie twojej pozycji passwd"
+msgstr "możliwe do odtworzenia na podstawie wpisu passwd"
#: lib/fascist.c:695
msgid "it's derivable from your password entry"
-msgstr "da się odtworzyć na podstawie twojej pozycji passwd"
+msgstr "możliwe do odtworzenia na podstawie wpisu passwd"
#: lib/fascist.c:731
msgid "it is WAY too short"
@@ -53,15 +56,15 @@
#: lib/fascist.c:753
msgid "it does not contain enough DIFFERENT characters"
-msgstr "nie zawiera wystarczająco RÓŻNYCH znaków"
+msgstr "nie zawiera wystarczająco dużo RÓŻNYCH znaków"
#: lib/fascist.c:767
msgid "it is all whitespace"
-msgstr "to są same białe znaki"
+msgstr "składa się z samych białych znaków"
#: lib/fascist.c:783
msgid "it is too simplistic/systematic"
-msgstr "za proste/systematyczne"
+msgstr "zbyt proste / powtarzalne"
#: lib/fascist.c:788
msgid "it looks like a National Insurance number."
--- po/sl_SI.po
+++ po/sl_SI.po 2005/08/29 14:09:54
@@ -15,8 +15,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
-"n%100==4 ? 2 : 3);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: lib/fascist.c:555
msgid "you are not registered in the password file"
@@ -68,8 +67,7 @@
#: lib/fascist.c:788
msgid "it looks like a National Insurance number."
-msgstr ""
-"izgleda kot vaša številka (davčna, zdravstvenega zavarovanja, EMŠO, itd.)."
+msgstr "izgleda kot vaša številka (davčna, zdravstvenega zavarovanja, EMŠO, itd.)."
#: lib/fascist.c:815
msgid "it is based on a dictionary word"
--- po/uk.po
+++ po/uk.po 2006/01/13 13:37:46
@@ -0,0 +1,79 @@
+# translation of uk.po to Ukrainian
+# Copyright (C) 2006 Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>, 2006.
+msgid ""
+msgstr ""
+"Project-Id-Version: uk\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-06-23 12:52+0200\n"
+"PO-Revision-Date: 2006-01-09 14:53-0700\n"
+"Last-Translator: Ivan Petrouchtchak <ivanpetrouchtchak@yahoo.com>\n"
+"Language-Team: Ukrainian <translation@linux.org.ua>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: lib/fascist.c:555
+msgid "you are not registered in the password file"
+msgstr "ви не зареєстровані у файлі паролів"
+
+#: lib/fascist.c:569
+msgid "it is based on your username"
+msgstr "основане на вашому імені користувача"
+
+#: lib/fascist.c:634
+msgid "it is based upon your password entry"
+msgstr "основане на записі вашого пароля"
+
+#: lib/fascist.c:654
+msgid "it is derived from your password entry"
+msgstr "отримане із запису вашого пароля"
+
+#: lib/fascist.c:667
+msgid "it's derived from your password entry"
+msgstr "отримане із запису вашого пароля"
+
+#: lib/fascist.c:681
+msgid "it is derivable from your password entry"
+msgstr "можна отримати із запису вашого пароля"
+
+#: lib/fascist.c:695
+msgid "it's derivable from your password entry"
+msgstr "можна отримати із запису вашого пароля"
+
+#: lib/fascist.c:731
+msgid "it is WAY too short"
+msgstr "занадто короткий"
+
+#: lib/fascist.c:736
+msgid "it is too short"
+msgstr "закороткий"
+
+#: lib/fascist.c:753
+msgid "it does not contain enough DIFFERENT characters"
+msgstr "не містить достатньо ВІДМІННИХ символів"
+
+#: lib/fascist.c:767
+msgid "it is all whitespace"
+msgstr "це все пробіли"
+
+#: lib/fascist.c:783
+msgid "it is too simplistic/systematic"
+msgstr "занадто просте/систематичне"
+
+#: lib/fascist.c:788
+msgid "it looks like a National Insurance number."
+msgstr "схоже на Національний Ідентифікаційний номер."
+
+#: lib/fascist.c:815
+msgid "it is based on a dictionary word"
+msgstr "основане на слові зі словника"
+
+#: lib/fascist.c:834
+msgid "it is based on a (reversed) dictionary word"
+msgstr "основане на (зарезервованому) слові зі словника"
+

3
cracklib-words.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59b684a93ba98fa1aae1006762b25d06c2e0e51d84f61ceff6dc1fbc0b6dc374
size 4559371

217
cracklib.changes Normal file
View File

@ -0,0 +1,217 @@
-------------------------------------------------------------------
Wed Aug 2 16:26:02 CEST 2006 - mc@suse.de
- update to version 2.8.9
- ChangeLog, configure.in: bump version numbers, skipped a couple
due to packaging/disting issues with sf
- lib/packlib.c: also close wfp fd if it was opened
-------------------------------------------------------------------
Wed Jul 5 10:54:20 CEST 2006 - aj@suse.de
- Fix build.
-------------------------------------------------------------------
Mon Jun 12 11:58:34 CEST 2006 - kukuk@suse.de
- Update sl_SI translation
-------------------------------------------------------------------
Mon Mar 27 16:52:29 CEST 2006 - kukuk@suse.de
- Update pl and fi translations
-------------------------------------------------------------------
Mon Mar 6 13:24:30 CET 2006 - kukuk@suse.de
- Add km and uk translations, update fi translation
-------------------------------------------------------------------
Wed Jan 25 21:30:03 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Fri Nov 18 14:25:37 CET 2005 - kukuk@suse.de
- Update to 2.8.6 (merge locale and compile fixes)
-------------------------------------------------------------------
Wed Oct 5 16:36:57 CEST 2005 - kukuk@suse.de
- Fix installing of translations
-------------------------------------------------------------------
Thu Sep 29 16:34:13 CEST 2005 - kukuk@suse.de
- Update to official 2.8.5
- Fix warnings about undeclared functions
-------------------------------------------------------------------
Mon Aug 29 16:30:21 CEST 2005 - kukuk@suse.de
- Add translations for fi, sl_SI and el
-------------------------------------------------------------------
Thu Aug 25 18:03:28 CEST 2005 - kukuk@suse.de
- Add pl translation
-------------------------------------------------------------------
Tue Aug 23 13:45:54 CEST 2005 - kukuk@suse.de
- Remove support for broken 64bit indexes from
magic entry [Bug #106007]
-------------------------------------------------------------------
Fri Aug 19 16:39:30 CEST 2005 - kukuk@suse.de
- Add Novell Tier1 translations
-------------------------------------------------------------------
Wed Aug 17 11:37:52 CEST 2005 - kukuk@suse.de
- Add translations for da, lt, nb, pa and pt
- Fixes #105413
-------------------------------------------------------------------
Tue Jul 26 12:05:14 CEST 2005 - kukuk@suse.de
- Update to internal version 2.8.3.0.2 (based on CVS)
-------------------------------------------------------------------
Thu Jun 23 15:48:14 CEST 2005 - kukuk@suse.de
- Update to internal version 2.8.3.0.1 (based on CVS)
-------------------------------------------------------------------
Fri Jun 3 15:19:02 CEST 2005 - kukuk@suse.de
- Update to version 2.8.3
- Fix compiler warnings
-------------------------------------------------------------------
Sat Apr 2 10:00:19 CEST 2005 - kukuk@suse.de
- Remove words from neededforbuild
-------------------------------------------------------------------
Fri Apr 1 13:53:38 CEST 2005 - kukuk@suse.de
- Update to version 2.8.2
-------------------------------------------------------------------
Tue Feb 15 01:34:10 CET 2005 - ro@suse.de
- fix Makefile (no need to add Makefile to ar archive)
-------------------------------------------------------------------
Mon Jan 26 15:10:30 CET 2004 - kukuk@suse.de
- Use reentrant getpwuid function
- Revert last change
-------------------------------------------------------------------
Sun Jan 18 11:40:34 CET 2004 - meissner@suse.de
- Compile with -fPIC.
-------------------------------------------------------------------
Fri Jan 16 11:03:50 CET 2004 - kukuk@suse.de
- Add italian translation
-------------------------------------------------------------------
Wed Jan 7 16:19:40 CET 2004 - kukuk@suse.de
- Add translation for hu
-------------------------------------------------------------------
Mon Dec 15 17:23:58 CET 2003 - kukuk@suse.de
- Add translation for nl
-------------------------------------------------------------------
Tue Dec 9 16:03:05 CET 2003 - kukuk@suse.de
- Add translations for es and fr
-------------------------------------------------------------------
Mon Dec 1 10:35:35 CET 2003 - kukuk@suse.de
- Fix all compiler warnings
- Add german translation
-------------------------------------------------------------------
Fri Nov 21 14:42:52 CET 2003 - kukuk@suse.de
- Compile with no execstack
- Build as normal user
-------------------------------------------------------------------
Fri Sep 19 12:49:29 CEST 2003 - kukuk@suse.de
- Add czech translation
-------------------------------------------------------------------
Mon Aug 25 13:08:38 CEST 2003 - kukuk@suse.de
- Add slovak translation
-------------------------------------------------------------------
Mon Jul 28 15:42:47 CEST 2003 - kukuk@suse.de
- Make similar error messages unique
-------------------------------------------------------------------
Tue May 27 10:55:25 CEST 2003 - kukuk@suse.de
- Make crack.h header C++ conform
- Build static library
- Create cracklib-devel sub package
-------------------------------------------------------------------
Mon May 12 18:45:19 CEST 2003 - kukuk@suse.de
- Add defattr
-------------------------------------------------------------------
Thu May 8 19:04:08 CEST 2003 - kukuk@suse.de
- Add patch which allows translation of cracklib messages
-------------------------------------------------------------------
Tue Aug 13 11:41:40 CEST 2002 - ademar@conectiva.com.br
- Added several en wordlists and pt_BR and es dictionaries
-------------------------------------------------------------------
Fri May 11 11:46:26 CEST 2001 - schwab@suse.de
- Fix portability bugs.
-------------------------------------------------------------------
Tue Oct 3 21:59:30 CEST 2000 - kukuk@suse.de
- Use gcc for creating shared library
- Add support for 32/64bit library path
-------------------------------------------------------------------
Wed May 31 15:36:27 CEST 2000 - kukuk@suse.de
- Use new URL, add Group tag
-------------------------------------------------------------------
Mon Nov 15 14:54:44 MET 1999 - kukuk@suse.de
- Remove ldconfig calls
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Tue May 4 13:55:52 MEST 1999 - kukuk@suse.de
- initial version of cracklib

249
cracklib.spec Normal file
View File

@ -0,0 +1,249 @@
#
# spec file for package cracklib (Version 2.8.9)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: cracklib
URL: http://sourceforge.net/projects/cracklib
License: Artistic License
Group: System/Libraries
Autoreqprov: on
Version: 2.8.9
Release: 1
Summary: A Password-Checking Library
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
Source10: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Domains.gz
Source11: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Dosref.gz
Source12: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Ftpsites.gz
Source13: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Jargon.gz
Source14: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/common-passwords.txt.gz
Source15: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/etc-hosts.gz
Source16: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Movies.gz
Source17: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Python.gz
Source18: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Trek.gz
Source19: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/LCarrol.gz
Source20: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/Paradise.Lost.gz
Source21: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/cartoon.gz
Source22: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/myths-legends.gz
Source23: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/sf.gz
Source24: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/shakespeare.gz
Source25: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/ASSurnames.gz
Source26: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Congress.gz
Source27: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Family-Names.gz
Source28: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Given-Names.gz
Source29: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/famous.gz
Source30: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/fast-names.gz
Source31: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/female-names.gz
Source32: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/male-names.gz
Source33: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.gz
Source34: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.gz
Source35: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.gz
Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.gz
Source37: pt_BR-wordlist.gz
Source38: es-wordlist.gz
Patch: cracklib-magic.diff
Patch1: cracklib-trans.diff
Patch2: datarootdir.patch
Patch3: cracklib-po.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
CrackLib tests passwords to determine whether they match certain
security-oriented characteristics. You can use CrackLib to stop users
from choosing passwords that are easy to guess.
%package devel
Summary: Header files and libraries for developing apps which will use CrackLib
Group: Development/Libraries/C and C++
Provides: cracklib:/usr/include/crack.h
Requires: cracklib = %{version} glibc-devel
Autoreqprov: on
%description devel
The cracklib-devel package contains the header files and libraries
needed to develop programs that use the CrackLib functions to to
determine whether passwords match certain security-oriented
characteristics.
%prep
%setup -q
%patch
%patch1
%patch2
%patch3
mkdir cracklib-dicts
cp -f %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
%{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} \
%{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \
%{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} %{SOURCE29} \
%{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} \
%{SOURCE35} %{SOURCE36} %{SOURCE37} %{SOURCE38} %{SOURCE1} \
cracklib-dicts/
gunzip cracklib-dicts/*
%build
autoreconf
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir} \
--libdir=%{_libdir} --libexecdir=%{_libdir} --datadir=%{_datadir}
make
make -C po update-po
%clean
rm -rf $RPM_BUILD_ROOT
%install
make install DESTDIR=$RPM_BUILD_ROOT
# libtool is broken by design, remove this *.la files ...
rm $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
# Adjust path in comment
sed "s,/usr/lib/cracklib_dict,%{_datadir}/cracklib/pw_dict,g" lib/crack.h > $RPM_BUILD_ROOT/%{_includedir}/crack.h
./util/cracklib-format cracklib-dicts/* | \
./util/cracklib-packer $RPM_BUILD_ROOT/%{_datadir}/cracklib/pw_dict
ln -s cracklib-format $RPM_BUILD_ROOT/%{_sbindir}/mkdict
ln -s cracklib-packer $RPM_BUILD_ROOT/%{_sbindir}/packer
mkdir -p $RPM_BUILD_ROOT/usr/lib
ln -sf %{_datadir}/cracklib/pw_dict.hwm $RPM_BUILD_ROOT/usr/lib/cracklib_dict.hwm
ln -sf %{_datadir}/cracklib/pw_dict.pwd $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pwd
ln -sf %{_datadir}/cracklib/pw_dict.pwi $RPM_BUILD_ROOT/usr/lib/cracklib_dict.pwi
%{find_lang} %{name}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root)
%doc README README-WORDS NEWS doc/LICENCE AUTHORS
%{_libdir}/libcrack.so.2
%{_libdir}/libcrack.so.2.8.0
/usr/sbin/create-cracklib-dict
/usr/sbin/mkdict
/usr/sbin/packer
/usr/sbin/cracklib-check
/usr/sbin/cracklib-format
/usr/sbin/cracklib-packer
/usr/sbin/cracklib-unpacker
%dir %{_datadir}/cracklib
%{_datadir}/cracklib/cracklib.magic
%{_datadir}/cracklib/pw_dict.hwm
%{_datadir}/cracklib/pw_dict.pwd
%{_datadir}/cracklib/pw_dict.pwi
/usr/lib/cracklib_dict.hwm
/usr/lib/cracklib_dict.pwd
/usr/lib/cracklib_dict.pwi
%files devel
%defattr(644,root,root,755)
%{_includedir}/crack.h
%{_includedir}/packer.h
%{_libdir}/libcrack.a
%{_libdir}/libcrack.so
%changelog -n cracklib
* Wed Aug 02 2006 - mc@suse.de
- update to version 2.8.9
- ChangeLog, configure.in: bump version numbers, skipped a couple
due to packaging/disting issues with sf
- lib/packlib.c: also close wfp fd if it was opened
* Wed Jul 05 2006 - aj@suse.de
- Fix build.
* Mon Jun 12 2006 - kukuk@suse.de
- Update sl_SI translation
* Mon Mar 27 2006 - kukuk@suse.de
- Update pl and fi translations
* Mon Mar 06 2006 - kukuk@suse.de
- Add km and uk translations, update fi translation
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Nov 18 2005 - kukuk@suse.de
- Update to 2.8.6 (merge locale and compile fixes)
* Wed Oct 05 2005 - kukuk@suse.de
- Fix installing of translations
* Thu Sep 29 2005 - kukuk@suse.de
- Update to official 2.8.5
- Fix warnings about undeclared functions
* Mon Aug 29 2005 - kukuk@suse.de
- Add translations for fi, sl_SI and el
* Thu Aug 25 2005 - kukuk@suse.de
- Add pl translation
* Tue Aug 23 2005 - kukuk@suse.de
- Remove support for broken 64bit indexes from
magic entry [Bug #106007]
* Fri Aug 19 2005 - kukuk@suse.de
- Add Novell Tier1 translations
* Wed Aug 17 2005 - kukuk@suse.de
- Add translations for da, lt, nb, pa and pt
- Fixes #105413
* Tue Jul 26 2005 - kukuk@suse.de
- Update to internal version 2.8.3.0.2 (based on CVS)
* Thu Jun 23 2005 - kukuk@suse.de
- Update to internal version 2.8.3.0.1 (based on CVS)
* Fri Jun 03 2005 - kukuk@suse.de
- Update to version 2.8.3
- Fix compiler warnings
* Sat Apr 02 2005 - kukuk@suse.de
- Remove words from neededforbuild
* Fri Apr 01 2005 - kukuk@suse.de
- Update to version 2.8.2
* Tue Feb 15 2005 - ro@suse.de
- fix Makefile (no need to add Makefile to ar archive)
* Mon Jan 26 2004 - kukuk@suse.de
- Use reentrant getpwuid function
- Revert last change
* Sun Jan 18 2004 - meissner@suse.de
- Compile with -fPIC.
* Fri Jan 16 2004 - kukuk@suse.de
- Add italian translation
* Wed Jan 07 2004 - kukuk@suse.de
- Add translation for hu
* Mon Dec 15 2003 - kukuk@suse.de
- Add translation for nl
* Tue Dec 09 2003 - kukuk@suse.de
- Add translations for es and fr
* Mon Dec 01 2003 - kukuk@suse.de
- Fix all compiler warnings
- Add german translation
* Fri Nov 21 2003 - kukuk@suse.de
- Compile with no execstack
- Build as normal user
* Fri Sep 19 2003 - kukuk@suse.de
- Add czech translation
* Mon Aug 25 2003 - kukuk@suse.de
- Add slovak translation
* Mon Jul 28 2003 - kukuk@suse.de
- Make similar error messages unique
* Tue May 27 2003 - kukuk@suse.de
- Make crack.h header C++ conform
- Build static library
- Create cracklib-devel sub package
* Mon May 12 2003 - kukuk@suse.de
- Add defattr
* Thu May 08 2003 - kukuk@suse.de
- Add patch which allows translation of cracklib messages
* Tue Aug 13 2002 - ademar@conectiva.com.br
- Added several en wordlists and pt_BR and es dictionaries
* Fri May 11 2001 - schwab@suse.de
- Fix portability bugs.
* Tue Oct 03 2000 - kukuk@suse.de
- Use gcc for creating shared library
- Add support for 32/64bit library path
* Wed May 31 2000 - kukuk@suse.de
- Use new URL, add Group tag
* Mon Nov 15 1999 - kukuk@suse.de
- Remove ldconfig calls
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue May 04 1999 - kukuk@suse.de
- initial version of cracklib

10
datarootdir.patch Normal file
View File

@ -0,0 +1,10 @@
--- po/Makefile.in.in
+++ po/Makefile.in.in
@@ -22,6 +22,7 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
datadir = @datadir@
localedir = $(datadir)/locale
gettextsrcdir = $(datadir)/gettext/po

BIN
es-wordlist.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
etc-hosts.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
famous.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
fast-names.gz (Stored with Git LFS) Normal file

Binary file not shown.

3
female-names.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36ee5cc94423f1a7957e8430ce5954a9dba170954bbaa676adbe06bd3dea9773
size 12133

BIN
male-names.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
myths-legends.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
names.french.gz (Stored with Git LFS) Normal file

Binary file not shown.

3
names.hp.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b60b69d27c457822f517ee2a34d3f62202ef364a6005a006e376eb51bdaf483
size 153546

BIN
other-names.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pt_BR-wordlist.gz (Stored with Git LFS) Normal file

Binary file not shown.

0
ready Normal file
View File

BIN
sf.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
shakespeare.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
surnames.finnish.gz (Stored with Git LFS) Normal file

Binary file not shown.