Files
freeipa/debian/changelog

209 lines
9.1 KiB
Plaintext
Raw Normal View History

2016-03-27 16:37:27 +03:00
freeipa (4.3.1-1) UNRELEASED; urgency=medium
2015-10-03 08:57:09 +03:00
* New upstream snapshot.
- refresh patches
- drop no-test-lang.diff, obsolete
* fix-match-hostname.diff, control: Drop the patch and python-openssl
deps, not needed anymore
2015-10-22 15:29:41 +03:00
* *.install: Updated.
* control: Add python-cryptography to build-deps and python-freeipa
deps.
* control: Add libp11-kit-dev to build-deps, p11-kit to server deps.
2015-12-31 12:05:21 +02:00
* patches: Drop bits of platform.diff and other patches that are now
upstream. Refresh others.
* control: Depend on python-gssapi instead of python-kerberos/-krbV.
* control: Add libini-config-dev and python-dbus to build-deps,
replace wget with curl.
2015-12-31 12:47:31 +02:00
* control: Bump libkrb5-dev build-dep.
* control: Add pki-base to build-deps and pki-kra to server deps, bump
pki-ca version.
* control: Drop python-m2crypto from deps, obsolete.
2015-12-31 13:05:08 +02:00
* control: Bump sssd deps to 1.13.1.
* control: Add python-six to build-deps and python-freeipa deps.
* control: Split python stuff from server, client, tests to python-
ipa{server,client,tests}, rename python-freeipa to match and move
translations to freeipa-common. Mark them Arch:all where possible,
and add Breaks/Replaces.
2016-01-04 15:26:57 +02:00
* prefix.patch: Fix ipalib install too.
* control: Bump certmonger deps, add oddjob to server and oddjob-
mkhomedir to client deps.
* server.postinst: Use ipa-server-upgrade.
* control: Add python-setuptools to python-ipalib deps.
2016-01-04 19:33:41 +02:00
* control: Bump 389-ds-base* deps.
* control, rules: Add support for kdcproxy.
* control, server: Migrate to mod-auth-gssapi.
2016-01-05 10:03:46 +02:00
* Split freeipa-server-dns from server.
* admintools: Use the new location for bash completions.
2016-03-27 16:37:27 +03:00
* control, rules, fix-ipa-conf.diff: Add support for custodia.
* rules: Remove obsolete configure.jar, preferences.html.
* platform: Fix ipautil.run stdout handling, add support for systemd.
* control: Bump server and python-ipaserver dependency on python-ldap
to 2.4.22 to fix a bug on ipa-server-upgrade.
* control: Bump server dependency on oddjob to 0.34.3-2.
* server.postinst, tmpfile: Create state directories for
mod_auth_gssapi.
* fix-kdcproxy-paths.diff: Fix paths in kdcproxy configs.
* add-debian-platform.diff:
- Update paths.py to include all variables, comment out ones we don't
modify.
- Use systemwide certificate store; put ipa-ca.crt in
/usr/local/share/ca-certificates, and run update-ca-certificates
2016-03-02 14:05:49 +02:00
- Map smb service to smbd (LP: #1543230)
* rules, server.install: Install scripts under /usr/lib instead of
multiarch path to avoid hacking the code too much.
* fix-ipa-otpd-install.diff, rules, server.install: Put ipa-otpd in
/usr/lib/ipa instead of directly under multiarch lib path.
* control, server*.install: Move dirsrv plugins from server-trust-ad
to server, needed on upgrades even if trust-ad isn't set up.
* control: Add pki-tools to python-ipaserver deps.
2016-03-02 11:42:19 +02:00
* server: Enable mod_proxy_ajp and mod_proxy_http on postinst, disable
on postrm.
* control: Add zip to python-ipaserver depends.
* fix-replicainstall.diff: Use ldap instead of ldaps for conncheck.
* ipaplatform-Move-remaining-user-group-constants-to-i.patch: Port
various bits to use ipaplatform.constants.
* fix-dnssec-services.diff: Debianize ipa-dnskeysyncd & ipa-ods-
exporter units.
* control: Add python-systemd to server depends.
* rules, platform, server.dirs, server.install: Add support for
DNSSEC.
* create-sysconfig-ods.diff: Create an empty file for opendnssec
daemons, until opendnssec itself is fixed.
2016-03-08 20:42:03 +02:00
* control: Bump dep on bind9-dyndb-ldap.
* rules: Add SKIP_API_VERSION_CHECK, and adjust directories to clean.
* control: Add opendnssec to freeipa-server-dns depends.
* control: Add python-cffi to python-ipalib depends.
* fix-oddjobs.diff: Fix paths and uids in oddjob configs.
* client: Don't create /etc/pki/nssdb on postinst, it's not used
anymore.
* control: Bump certmonger dependency to version that has helpers in
the correct place.
2015-10-03 08:57:09 +03:00
-- Timo Aaltonen <tjaalton@debian.org> Sat, 03 Oct 2015 08:56:31 +0300
freeipa (4.1.4-1) experimental; urgency=medium
2015-04-02 14:09:14 +03:00
2015-09-24 16:38:33 +03:00
* New upstream release. (LP: #1492226)
2015-04-02 14:09:14 +03:00
- Refresh patches
- platform-support.diff: Added NAMED_VAR_DIR.
- fix-bind-conf.diff: Dropped, obsolete with above.
- disable-dnssec-support.patch: Disable DNSSEC-support as we're
missing the dependencies for now.
* control: Add python-usb to build-depends and to python-freeipa
depends.
2015-09-24 05:45:01 +03:00
* control: Bump SSSD dependencies.
* control: Add libsofthsm2-dev to build-depends and softhsm2 to server
depends.
* freeipa-{server,client}.install: Add new files.
* control: Bump Depends on slapi-nis for CVE fixes.
* control: Bump 389-ds-base, pki-ca depends.
* control: Drop dogtag-pki-server-theme from server depends, it's not
needed.
* control: Server needs newer python-ldap, bump build-dep too.
2015-09-24 05:51:36 +03:00
* control: Bump certmonger depends.
2015-09-24 05:57:51 +03:00
* control: Bump python-nss depends.
* freeipa-client: Add /etc/ipa/nssdb, rework /etc/pki/nssdb handling.
2015-09-24 13:22:19 +03:00
* platform: Add DebianNamedService.
* platform, disable-dnssec-support.patch: Fix named.conf template.
* server.postinst: Run ipa-ldap-updater and ipa-upgradeconfig on
postinst.
* Revert DNSSEC changes to schema and ACI, makes upgrade tools fail.
* server.postrm: Clean logs on purge and disable apache modules on
remove/purge.
2015-04-02 14:09:14 +03:00
-- Timo Aaltonen <tjaalton@debian.org> Fri, 25 Sep 2015 14:07:40 +0300
2015-04-02 14:09:14 +03:00
freeipa (4.0.5-6) unstable; urgency=medium
* control Add gnupg-agent to python-freeipa depends, and change gnupg
to gnupg2. (LP: #1492184)
* Rebuild against current krb5, there was an abi break which broke at
least the setup phase.
-- Timo Aaltonen <tjaalton@debian.org> Thu, 24 Sep 2015 23:22:24 +0300
freeipa (4.0.5-5) unstable; urgency=medium
* control: Drop selinux-policy-dev from build-depends, not needed
anymore.
* client.dirs,postrm: Drop removing /etc/pki/nssdb from postrm and let
dpkg handle it. (Closes: #781114)
-- Timo Aaltonen <tjaalton@debian.org> Thu, 09 Apr 2015 17:16:37 +0300
freeipa (4.0.5-4) unstable; urgency=medium
2015-03-05 15:49:14 +02:00
* control: Fix freeipa-tests depends.
* control: Add systemd-sysv to server depends. (Closes: #780386)
* freeipa-client.postrm: Purge /etc/pki if empty. (Closes: #781114)
* add-a-clear-openssl-exception.diff: Add a clear OpenSSL exception.
(Closes: #772136)
2015-04-02 10:07:42 +03:00
* control: Add systemd to build-depends.
* dont-check-for-systemd-pc.diff: Dropped, not needed anymore.
2015-03-05 15:49:14 +02:00
-- Timo Aaltonen <tjaalton@debian.org> Thu, 02 Apr 2015 10:53:55 +0300
2015-03-05 15:49:14 +02:00
freeipa (4.0.5-3) unstable; urgency=medium
* rules: Set JAVA_STACK_SIZE to hopefully avoid FTBFS on exotic archs.
* freeipa-client.postrm: Remove nssdb files on purge. (Closes:
#775387)
* freeipa-client.postinst: Fix bashism with echo. (Closes: #772242)
-- Timo Aaltonen <tjaalton@debian.org> Wed, 04 Mar 2015 14:51:35 +0200
freeipa (4.0.5-2) unstable; urgency=medium
* Team upload.
* Let python-freeipa depend on python-pyasn1, because pyasn1 is imported
by ipalib/pkcs10.py and ipalib/plugins/cert.py.
* debian/copyright: Drop unused PD license section
* debian/copyright: Fix paths of Javascript files
-- Benjamin Drung <benjamin.drung@profitbricks.com> Mon, 24 Nov 2014 12:32:36 +0100
freeipa (4.0.5-1) unstable; urgency=medium
2014-11-04 12:17:00 +02:00
2014-11-07 11:42:40 +02:00
* New upstream release
- Fix CVE-2014-7828. (Closes: #768294)
2014-11-04 12:17:00 +02:00
* control: Update my email address.
2014-11-05 17:14:07 +02:00
* fix-bind-conf.diff, add-debian-platform.diff: Fix bind config
template to use Debian specific paths, and replace named.conf not
named.conf.local. (Closes: #768122)
* rules, -server.postinst: Create /var/cache/bind/data owned by bind
user.
2014-11-07 11:42:40 +02:00
* rules: Fix /var/lib/ipa/backup permissions.
* Add non-standard-dir-perm to server lintian overrides.
2014-11-05 14:43:30 +02:00
* copyright: Fix a typo.
2014-11-07 11:43:26 +02:00
* control: Bump dependency on bind9-dyndb-ldap to 6.0-4~.
* control: Move dependency on python-qrcode and python-yubico from
server to python-freeipa and drop python-selinux which belongs to
pki-server.
* control: Relax libxmlrpc-core-c3-dev buil-dep and 389-ds-base dep
for easier backporting.
* control: Add python-dateutils to server, and python-dbus and python-
memcache to python-freeipa dependencies. (Closes: #768187)
* platform: Handle /etc/default/nfs-common and /etc/default/autofs,
drop NSS_DB_DIR since it's inherited already. (Closes: #769037)
* control: Bump policy to 3.9.6, no changes.
2014-11-04 12:17:00 +02:00
-- Timo Aaltonen <tjaalton@debian.org> Tue, 11 Nov 2014 10:38:52 +0200
2014-11-04 12:17:00 +02:00
freeipa (4.0.4-2) unstable; urgency=medium
* control: Add python-qrcode, python-selinux, python-yubico
to freeipa-server dependencies. (Closes: #767427)
* freeipa-server.postinst: Enable mod_authz_user and mod_deflate too,
but since they should be part of the default apache2 install, don't
disable them on uninstall like the other modules. (Closes: #767425)
* control: Bump server dependency on -mod-nss to 1.0.10-2 which
doesn't enable the module by default.
-- Timo Aaltonen <tjaalton@debian.org> Fri, 31 Oct 2014 11:36:51 +0200
freeipa (4.0.4-1) unstable; urgency=medium
2014-06-17 16:12:05 +03:00
2014-01-14 23:39:35 +02:00
* Initial release (Closes: #734703)
-- Timo Aaltonen <tjaalton@debian.org> Sat, 25 Oct 2014 02:43:59 +0300