# ChangeLog for net-firewall/fwknop
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)

*fwknop-2.6.6-r1 (09 Aug 2015)

  09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +files/fwknopd.confd,
  +files/fwknopd.init, +files/fwknopd.service, +files/fwknopd.tmpfiles.conf,
  +fwknop-2.6.6-r1.ebuild, +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 <robbat2@gentoo.org>
  X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration
  tests
  X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this
  project
  X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo
  developer, wrote Git features for the migration
  X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve
  cvs2svn
  X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
  X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014
  work in migration
  X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
  X-Thanks: All of other Gentoo developers - many ideas and lots of paint on
  the bikeshed

  24 Aug 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Use https by default

  Convert all URLs for sites supporting encrypted connections from http to
  https

  Signed-off-by: Justin Lecher <jlec@gentoo.org>

  24 Aug 2015; Mike Gilbert <floppym@gentoo.org> 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

*fwknop-2.6.7 (05 Sep 2015)

  05 Sep 2015; Ian Delaney <idella4@gentoo.org> -fwknop-2.6.6-r1.ebuild,
  +fwknop-2.6.7.ebuild, metadata.xml:
  bump: new optional deps with use flags

  dep net-firewall/firewalld is masked under profiles for SElinux,
  the use flag firewalld has been masked accordingly under profiles,
  patches and ebuild supplied by maintainer via bug #558754,
  prior version dropped, closes said bug

  Package-Manager: portage-2.2.20

  31 Oct 2015; Ian Delaney <idella4@gentoo.org> metadata.xml:
  metadata.xml: update maintainer's email address

  Package-Manager: portage-2.2.23

  24 Nov 2015; Ian Delaney <idella4@gentoo.org> fwknop-2.6.7.ebuild:
  enable out-of-source build

*fwknop-2.6.7-r1 (24 Nov 2015)

  24 Nov 2015; Ian Delaney <idella4@gentoo.org> +files/fwknopd.init-r1,
  +fwknop-2.6.7-r1.ebuild:
  revbump to fix depend() and update regexps in initscript

  FWKNOPD_CONFIG file should be parsed only if it exists, which is not the
  case if the user has not configured fwknopd yet. See Gentoo bug #565864.

  Regexps that are used to parse FWKNOPD_CONFIG file now allow spaces
  before statements in order to handle possible indentation properly.

  Gentoo-Bug: 565864

*fwknop-2.6.7-r2 (24 Nov 2015)

  24 Nov 2015; Ian Delaney <idella4@gentoo.org> +fwknop-2.6.7-r2.ebuild:
  revbump to 2.6.7-r2 in order to fix dependencies

  Separate RDEPEND and DEPEND properly.

  24 Nov 2015; Ian Delaney <idella4@gentoo.org> -files/fwknopd.init,
  -fwknop-2.6.7.ebuild:
  remove old

  26 Nov 2015; Ilya Tumaykin <itumaykin@gmail.com> fwknop-2.6.7-r1.ebuild,
  fwknop-2.6.7-r2.ebuild:
  add GitHub repo to HOMEPAGE

  As cipherdyne.org tends to be down sometimes.

  21 Dec 2015; Ilya Tumaykin <itumaykin@gmail.com> -fwknop-2.6.7-r1.ebuild:
  remove old

  Package-Manager: portage-2.2.24

  21 Dec 2015; Ilya Tumaykin <itumaykin@gmail.com> +files/fwknopd.init,
  -files/fwknopd.init-r1, fwknop-2.6.7-r2.ebuild:
  drop obsolete initscript revision suffix

  Package-Manager: portage-2.2.24

  21 Dec 2015; Ilya Tumaykin <itumaykin@gmail.com> fwknop-2.6.7-r2.ebuild:
  re-enable in-source build wrt bug 568958

  Otherwise Python C extension fails to build because it links against fko
  library built during src_compile stage. With out-of-source build this
  library
  resides in a separate directory from sources, thus it cannot be found during
  Python module compilation by normal means.

  This problem didn't catch my attention earlier because build failure is only
  reproducible if there is no fko library installed in the system from a
  previous
  version of this package.

  Gentoo-Bug: 568958

  Package-Manager: portage-2.2.24

  21 Dec 2015; Ilya Tumaykin <itumaykin@gmail.com> fwknop-2.6.7-r2.ebuild:
  do not call distutils-r1_src_prepare

  Firstly, this helps to avoid potential problems with double patching
  because both autotools-utils_src_prepare and distutils-r1_src_prepare
  try to apply patches from PATCHES variable and call epatch_user.

  Secondly, fwknop's Python module does not need any special stuff that
  distutils-r1_src_prepare does. On the contrary, without extra copying
  of Python files, the build is happening the way it is supported and
  expected by upstream.

  Package-Manager: portage-2.2.24

*fwknop-2.6.8 (24 Dec 2015)

  24 Dec 2015; Ian Delaney <idella4@gentoo.org> +fwknop-2.6.8.ebuild:
  version bump to 2.6.8

  Package-Manager: portage-2.2.24

*fwknop-2.6.8-r1 (23 Jan 2016)

  23 Jan 2016; Ilya Tumaykin <itumaykin@gmail.com> +fwknop-2.6.8-r1.ebuild:
  revbump to 2.6.8-r1 to adjust inherited eclasses

  - Migrate to readme.gentoo-r1 eclass.
  - Explicitly inherit eutils eclass since we explicitly use
    prune_libtool_files function that is provided by this eclass.

  Package-Manager: portage-2.2.27

  23 Jan 2016; Ilya Tumaykin <itumaykin@gmail.com> -fwknop-2.6.7-r2.ebuild,
  -fwknop-2.6.8.ebuild:
  remove old

  Package-Manager: portage-2.2.27

  24 Jan 2016; Michał Górny <mgorny@gentoo.org> 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 <mgorny@gentoo.org> metadata.xml:
  Set appropriate maintainer types in metadata.xml (GLEP 67)

  18 May 2016; Austin English <wizardedit@gentoo.org> files/fwknopd.init:
  use #!/sbin/openrc-run instead of #!/sbin/runscript

  12 Jun 2016; Göktürk Yüksek <gokturk@gentoo.org> files/fwknopd.init:
  bump initscript copyright years after shebang update

  Package-Manager: portage-2.3.0_rc1

*fwknop-2.6.8-r2 (12 Jun 2016)

  12 Jun 2016; Göktürk Yüksek <gokturk@gentoo.org> +fwknop-2.6.8-r2.ebuild,
  metadata.xml:
  revbump to 2.6.8-r2

  Changes:
  - EAPI=6;
  - HTTPS in HOMEPAGE;
  - update LICENSE;
  - require server USE for gdbm USE as it only affects server builds;
  - move kernel config check to pkg_postinst as it's purely informational;
  - respect PREFIX in build system;
  - avoid ${S} overuse;
  - install utility scripts with extras USE;
  - various cleanups here and there.

  Package-Manager: portage-2.3.0_rc1

  12 Jun 2016; Göktürk Yüksek <gokturk@gentoo.org> -fwknop-2.6.8-r1.ebuild:
  remove old

  Package-Manager: portage-2.3.0_rc1

*fwknop-2.6.9 (12 Jun 2016)

  12 Jun 2016; Göktürk Yüksek <gokturk@gentoo.org> +fwknop-2.6.9.ebuild,
  metadata.xml:
  verbump to 2.6.9

  Closes: https://github.com/gentoo/gentoo/pull/1565
  Package-Manager: portage-2.3.0_rc1

  21 Jun 2016; Göktürk Yüksek <gokturk@gentoo.org> fwknop-2.6.8-r2.ebuild,
  fwknop-2.6.9.ebuild:
  respect EPREFIX in DOC_CONTENTS

  Closes: https://github.com/gentoo/gentoo/pull/1703
  Package-Manager: portage-2.3.0_rc1

  21 Sep 2016; Patrice Clement <monsieurp@gentoo.org> -fwknop-2.6.8-r2.ebuild:
  remove old.

  Closes: https://github.com/gentoo/gentoo/pull/2373
  Package-Manager: portage-2.3.1

  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>