lp:debian/stretch/cracklib2

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:debian/stretch/cracklib2
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

31. By Jan Dittberner

* New upstream version (Closes: #724570)
* refresh debian/patches/install-debian-python-modules.patch
* bump Standards-Version to 3.9.6 (No changes)
* upstream supports out of tree builds, simplify debian/rules
  override_dh_auto_build and override_dh_auto_clean
* remove debian/test_cracklib.py that is now included as
  python/test_cracklib.py
* remove compile and python/cracklib.egg-info in debian/rules
  override_dh_auto_clean to avoid unintended upstream changes
* add README-DAWG and README-LICENSE to debian/libcrack2.docs
* change debian/copyright to machine readable format

30. By Jan Dittberner

* New upstream version
* refresh debian/patches/libcrack2-error-safer-check-variant.patch
* debian/control:
  - bump Standards-Version to 3.9.5 (No changes)
  - run wrap-and-sort
* add debian/patches/improve_test_737040.patch to check for proper behavior
  of Python low level code
* Fix "python-cracklib accepts anything" by modifying
  debian/patches/libcrack2-error-safer-check-varian.patch to perform proper
  error message copying (Closes: #737040)

29. By Martin Pitt

[ Jan Dittberner ]
* Fix "Please add a udeb for early password quality checking in d-i"
  (Closes: #658089)
* add udeb package stanza in debian/control
* bump compatibility level in debian/compat to 9
* debian/rules:
  - move sequence before args in dh call
  - copy files for libcrack2-udeb
  - include compiled cracklib dictionary in udeb

[ Eleanor Chen ]
* Add "stage1" support to not build python bits during bootstrapping.
  (Closes: #721354)

[ Martin Pitt ]
* debian/control: Wrap build dependencies.
* Add missing docbook-xml build dependency. (Closes: #724842)

28. By Jan Dittberner

* New upstream version
  - refresh debian/patches/libcrack2-error-safer-check-variant.patch
  - add new FascistCheckUser to debian/libcrack2.symbols
  - update library link in debian/libcrack2.links
* debian/control: use canonical VCS-* URLs
* Fix "Build for multiarch" (Closes: #679962)
  - add multiarch support contributed by Iain Lane
  - Use docbook2html instead of xmlto, for determinstic output.
  - Fix non-SGML characters in cracklib-runtime.xml
  - remove debian/libcrack2.links

27. By Jan Dittberner

* New upstream version.
* Fix "FTBFS with Python 3.3: ImportError: No module named
  '_cracklib'" with upstream changes (Closes: #681749)
* refresh debian/patches/install-debian-python-modules.patch and
  debian/patches/libcrack2-error-safer-check-variant.patch
* drop debian/patches/pass-dict-to-cracklib-test.patch included in new
  upstream version, remove line from debian/patches/series
* Bump Standards-Version to 3.9.4 (No changes necessary)

26. By Jan Dittberner

update debian/patches/libcrack2-error-safer-check-variant.patch with
fixed version from http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=689588#29

25. By Jan Dittberner

* add debian/patches/libcrack2-error-safer-check-variant.patch to provide
  __DEBIAN_SPECIFIC__SafeFascistCheck that does not call exit (Closes:
  #682735)
* add __DEBIAN_SPECIFIC__SafeFascistCheck to debian/libcrack2.symbols

24. By Jan Dittberner

* New upstream version
* remove debian/patches/top-500-worst-passwords.patch, applied
  upstream
* add autotools-dev to Build-Depends
* debian/rules:
  - use aclocal, libtoolize, automake and autoreconf instead of autogen.sh
  - do not remove config.h.in
  - add autotools_dev to dh --with options
  - build in debian/buildtmp/{base,pythonX.Y}
  - build and install Python code using setup.py
  - run Python tests
* enable hardening build flags
  - add dpkg-dev (>= 1.16.1~) to Build-Depends
  - add DPKG_EXPORT_BUILDFLAGS=1 and include
    /usr/share/dpkg/buildflags.mk in debian/rules
* remove debian/tmp/* from debian/cracklib-runtime.install, remove
  debian/libcrack2-dev.install, remove debian/libcrack2.install
* add debian/test_cracklib.py with unit tests (missing in upstream
  tarball)
* add debian/patches/install-debian-python-modules.patch to install
  debian/test_cracklib.py and debian/crack.py
* add debian/patches/pass-dict-to-cracklib-test.patch to allow running
  Python tests using a specific dictionary
* add Python3 support
  - debian/control:
    - add new binary package python3-cracklib
    - add python3-all-dev (>= 3.1.3-2~) and python3-setuptools to
      Build-Depends
  - debian/rules:
    - add python3 to dh --with options
    - add override_dh_python2 and override_dh_python3 to run
      dh_python2 for python-cracklib and dh_python3 for python3-cracklib
      only
    - define PY3VERS and use it for configuring, building, testing and
      installing python3-cracklib

23. By Jan Dittberner

[ Fabian Greffrath ]
* Extend the tiny example wordlist included with the cracklib package
  itself with the words from the list of "The Top 500 Worst Passwords
  of All Time" [1], modulo the ones that fail the regular cracklib tests
  anyway (Closes: 657464).
  [1] <http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time>
* Move the /usr/share/cracklib/cracklib-small wordlist file from the
  libcrack2 to the cracklib-runtime package and install it into
  /usr/share/dict. So there will always be at least the tiny example
  wordlist to compile a database from, even if no other package providing
  a wordlist (though recommended) is installed.
* Do not install the /usr/share/cracklib/cracklib.magic file anymore.
  It was installed in the wrong location anyway and the file(1) tool
  is able to independently detect cracklib databases since at least 2005.
* Remove config.h.in in the clean rule in debian/rules,
  fixes FTBFS twice in a row.

[ Jan Dittberner ]
* update patch debian/patches/top-500-worst-passwords.patch to add
  additional words suggested by Fabian to dicts/cracklib-small

22. By Jan Dittberner

* switch from python-support to dh_python2
  - remove python-support and python-all from Build-Depends
  - remove XS-Python-Version, remove XB-Python-Version from
    python-cracklib stanza
  - add --with python2 to dh invocation
  - bump minimum required python-all-dev version to 2.6.6-3~
* bump Standards-Version to 3.9.2 (no changes needed)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/cracklib2
This branch contains Public information 
Everyone can see this information.

Subscribers