# ChangeLog for net-misc/connman # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # (auto-generated from git log) *connman-1.29 (09 Aug 2015) *connman-1.28 (09 Aug 2015) *connman-1.27 (09 Aug 2015) *connman-1.26 (09 Aug 2015) *connman-1.25 (09 Aug 2015) *connman-1.24 (09 Aug 2015) *connman-1.21 (09 Aug 2015) 09 Aug 2015; Robin H. Johnson +connman-1.21.ebuild, +connman-1.24.ebuild, +connman-1.25.ebuild, +connman-1.26.ebuild, +connman-1.27.ebuild, +connman-1.28.ebuild, +connman-1.29.ebuild, +files/connman-1.16-execinfo-assumptions.patch, +files/connman.confd, +files/connman.initd2, +files/connman.service, +metadata.xml: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 24 Aug 2015; Justin Lecher metadata.xml: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher 24 Aug 2015; Mike Gilbert metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 *connman-1.30 (02 Sep 2015) 02 Sep 2015; Yixun Lan +connman-1.30.ebuild: version bump 1.30 Package-Manager: portage-2.2.20.1 02 Sep 2015; Yixun Lan -connman-1.21.ebuild, -connman-1.24.ebuild, -connman-1.25.ebuild, -connman-1.26.ebuild, -connman-1.28.ebuild: drop old versions Package-Manager: portage-2.2.20.1 24 Sep 2015; Agostino Sarubbo connman-1.29.ebuild: amd64 stable wrt bug #547806 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" 25 Sep 2015; Agostino Sarubbo connman-1.29.ebuild: x86 stable wrt bug #547806 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" 24 Jan 2016; Michał Górny metadata.xml: Replace all herds with appropriate projects (GLEP 67) Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded. 24 Jan 2016; Michał Górny metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) *connman-1.31 (01 Feb 2016) 01 Feb 2016; Yixun Lan +connman-1.31.ebuild: version bump 1.31, bug 572550 bump EAPI to 6, drop base.eclass, no more customized systemd unit files thanks Ben Kohler for contribution Package-Manager: portage-2.2.26 27 Mar 2016; Ian Delaney metadata.xml: Update metadata.xml Update metadata.xml to replace balint@szentedwg.ro with nvinson234@gmail.com. Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1144 27 Mar 2016; Ian Delaney -connman-1.27.ebuild, -connman-1.30.ebuild, -connman-1.31.ebuild: Remove outdated versions Remove outdated versions connman-1.27 and conmann-1.30. Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1144 *connman-1.31-r1 (27 Mar 2016) 27 Mar 2016; Ian Delaney +connman-1.31-r1.ebuild, +files/connman-1.31-iptables-1.6.0.patch, +files/connman-1.31-xtables.patch: Fix iptables and xtables issues Fixes issues with iptables, xtables, and glibc when building and running connan. Specifically, the patch, connman-1.31-iptables-1.6.0.patch, fixes the icompatibilities between iptables and connman (due to an ABI break in iptables-1.6.0). The patch, connman-1.31-xtables.patch, uses some preprocessor tricks to route around incompatibilies seen between newer Linux kernels and glibc when both net/if.h and linu/if.h are included in the same source. Gentoo-bug: #573174, #577584 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1144 29 Mar 2016; Ian Delaney files/connman-1.31-xtables.patch: Disable compatibility logic to kernels < 4.5 The compatiblity logic is only needed for kernel headers 4.5 or newer. The older headers don't need this fix. Make sure the fix is not applied for them. Gentoo-bug: 578404 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1154 Signed-off-by: Ian Delaney *connman-1.32 (29 Apr 2016) 29 Apr 2016; Sam Jorna +connman-1.32.ebuild, +files/connman-1.32-execinfo-assumptions.patch: Version bump to 1.32 Gentoo-bug: 581368 Package-Manager: portage-2.2.28 29 Apr 2016; Sam Jorna -connman-1.31-r1.ebuild, -files/connman-1.31-iptables-1.6.0.patch: remove outdated versions Closes: https://github.com/gentoo/gentoo/pull/1373 18 May 2016; Austin English files/connman.initd2: use #!/sbin/openrc-run instead of #!/sbin/runscript 18 May 2016; Sam Jorna files/connman-1.31-xtables.patch: Update xtables patch for kernel versions >= 4.6.0 Gentoo-bug: 583402 Package-Manager: portage-2.3.0_rc1 Signed-off-by: Sam Jorna 19 Jun 2016; Göktürk Yüksek metadata.xml: drop unnecessary from metadata Package-Manager: portage-2.3.0_rc1 *connman-1.33 (26 Jul 2016) 26 Jul 2016; Yixun Lan +connman-1.33.ebuild: version bump 1.33 Package-Manager: portage-2.3.0 *connman-1.33-r1 (11 Oct 2016) 11 Oct 2016; Yixun Lan +connman-1.33-r1.ebuild, files/connman-1.32-execinfo-assumptions.patch, +files/connman-1.33-polkit-configure-check-fix.patch, +files/connman-1.33-resolv-conf-overwrite.patch: Fix polkit check, resolv.conf overwrite issue Fixes the broken pollkit detection error Fixes the issue of /etc/resolv.conf being overwritten unconditionally Removes the unneeded hunks from the connman-1.32-execinfo-assumptions.patch Gentoo-bug: #591596 Gentoo-bug: #596270 Gentoo-bug: #596276 Closes: https://github.com/gentoo/gentoo/pull/2515 Package-Manager: portage-2.3.1 Signed-off-by: Yixun Lan 11 Oct 2016; Yixun Lan -connman-1.32.ebuild, -connman-1.33.ebuild, -files/connman-1.32-execinfo-assumptions.patch: Remove outdated connman ebuilds. Package-Manager: portage-2.3.1 Signed-off-by: Yixun Lan 16 Oct 2016; David Seifert connman-1.33-r1.ebuild: add keepdir call Add a keepdir for /usr/lib/connman/scripts. If none of connman's scripts are installed, upstream's build system will create and install an empty directory. Gentoo-bug: 596874 Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2568 Signed-off-by: David Seifert