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

*ejabberd-15.03-r1 (09 Aug 2015)
*ejabberd-2.1.13-r1 (09 Aug 2015)

  09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org>
  +ejabberd-2.1.13-r1.ebuild, +ejabberd-15.03-r1.ebuild,
  +files/ejabberd-15.03-ejabberdctl.patch, +files/ejabberd-3.confd,
  +files/ejabberd-3.initd, +files/ejabberd.logrotate, +files/ejabberd.service,
  +files/ejabberd.tmpfiles.conf, +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> ejabberd-2.1.13-r1.ebuild,
  ejabberd-15.03-r1.ebuild, 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

  24 Jan 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> metadata.xml:
  Take over

  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)

*ejabberd-16.01 (15 Feb 2016)

  15 Feb 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> +ejabberd-16.01.ebuild,
  +files/ejabberd-16.01-ejabberdctl.patch, metadata.xml:
  Bump version

  Commit on behalf of Vadim Efimov <evadim@evadim.ru>.  Clean up a bit the
  ebuild attached to the bug report. Rebase ejabberdctl patch from
  previous version over the new version.

  Gentoo-Bug: 549724

  Package-Manager: portage-2.2.27

*ejabberd-16.01-r1 (21 Feb 2016)
*ejabberd-2.1.13-r2 (21 Feb 2016)

  21 Feb 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -ejabberd-2.1.13-r1.ebuild, +ejabberd-2.1.13-r2.ebuild,
  -ejabberd-16.01.ebuild, +ejabberd-16.01-r1.ebuild, files/ejabberd-3.initd:
  Make ejabberd init script depend on epmd

  ejabberd starts epmd if it's not already running, but it's not reflected
  in epmd init script state. Make ejabberd init script depend on epmd
  explicitly.

  Gentoo-Bug: 566824

  Package-Manager: portage-2.2.27
  RepoMan-Options: --force

  05 May 2016; Anthony G. Basile <blueness@gentoo.org>
  ejabberd-16.01-r1.ebuild:
  16.01-r1: add libressl support

  compile tested at one tinderbox image

  Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>

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

  07 Jun 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  ejabberd-2.1.13-r2.ebuild, ejabberd-15.03-r1.ebuild:
  Fix repoman warning about missing slot operator

  Add slot operator for dev-libs/openssl dependency.

  Package-Manager: portage-2.3.0_rc1

*ejabberd-16.04 (07 Jun 2016)

  07 Jun 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> +ejabberd-16.04.ebuild,
  +files/ejabberd-16.04-ejabberdctl.patch, +files/epam-wrapper, metadata.xml:
  Bump version

  Remove obsolete flags. 'ssl' flag is removed because TLS support is not
  optional. 'tools' flag is temporarily removed because of problematic
  dependency. It may be restored in the future, although it just controls
  whether development tools should be installed.

  Debundle ejabberd dependencies. Use system rebar instead of bundled one.

  Access epam binary via wrapper with ejabberd user ownership. Fix epam
  binary localisation.

  Correct path to captcha command.

  Skip installing docs from Makefile, because this only install COPYING.

  Restrict test because test suite doesn't work out of the box. It needs
  database set up first.

  Rebase ejabberctl patch.

  Refactor ebuild and bump EAPI to 6.

  Correct funny capitalization in description.

  Package-Manager: portage-2.3.0_rc1

  13 Jun 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Don't try to generate cert if it is already set up

  The ebuild used to always try to generate a certificate. ssl-cert eclass
  function warns if certificate in a specified location already exists,
  but that only clutters logs. When user has set different path to a
  certificate, then eclass used to generate a self-signed cert which
  wouldn't be used at all. Check if certificate set by user exists before
  generating a new one.

  Package-Manager: portage-2.3.0_rc1

  13 Jun 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -ejabberd-15.03-r1.ebuild, -files/ejabberd-15.03-ejabberdctl.patch:
  Remove the oldest testing version

  Package-Manager: portage-2.3.0_rc1

  14 Jun 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Remove double leading slash

  Package-Manager: portage-2.3.0_rc1

  03 Jul 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> files/ejabberd-3.initd:
  Add reload option to initd script

  03 Jul 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Make ejabberd.service from upstream template

  Gentoo-Bug: 587454

  Package-Manager: portage-2.3.0

  03 Jul 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Add ~ia64 ~sparc keyword back

  ejabberd has been debundled and has got a new dependency
  (dev-util/rebar) which hasn't got these keywords at the time.

  Package-Manager: portage-2.3.0

  08 Jul 2016; Craig Andrews <candrews@integralblue.com>
  ejabberd-2.1.13-r2.ebuild, ejabberd-16.01-r1.ebuild, ejabberd-16.04.ebuild:
  require <dev-lang/erlang-19

  Gentoo-bug: 588272

  13 Jul 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Add warning about pubsub data migration

  Gentoo-Bug: 588244

  Package-Manager: portage-2.3.0

  19 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  ejabberd-2.1.13-r2.ebuild:
  Restrict Erlang version for ejabberd-2.1

  ejabberd-2.1 doesn't work with newer Erlang versions.

  Gentoo-Bug: 539040
  Gentoo-Bug: 590116

  Package-Manager: portage-2.3.0

  20 Aug 2016; Matthias Maier <tamiko@gentoo.org> ejabberd-16.04.ebuild:
  stabilize 16.04 on amd64/x86, bug #576398

  Package-Manager: portage-2.2.28

  20 Aug 2016; Anthony G. Basile <blueness@gentoo.org> ejabberd-16.04.ebuild:
  stabilize 16.04 on ppc, bug #576398

  Package-Manager: portage-2.2.28

  21 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -ejabberd-2.1.13-r2.ebuild, metadata.xml:
  Remove old, vulnerable ejabberd version

  Gentoo-Bug: 539040
  Gentoo-Bug: 525478

  Package-Manager: portage-2.3.0

  21 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -ejabberd-16.01-r1.ebuild, -files/ejabberd-16.01-ejabberdctl.patch,
  metadata.xml:
  Remove older, bundled version of ejabberd

  Clean up unused flags in metadata.xml.

  Package-Manager: portage-2.3.0

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Actually set suid bit on epam wrapper

  Because setting suid bit was followed by changing owner suid is reset.
  Change the order of commands.

  It is a small change so I assume it can be made in stable ebuild.
  Rev-bump will come after more bug fixes.

  Gentoo-Bug: 592218

  Package-Manager: portage-2.3.0

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Remove leading double /

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild,
  -files/ejabberd-3.confd, -files/ejabberd-3.initd, +files/ejabberd.confd,
  +files/ejabberd.initd, -files/ejabberd.service:
  Clean up files directory

  service file is no longer used because it's provided by upstream. Suffix
  "-3" in init and confd file names is no longer neccessary because
  there's only one version of the initd script.

  Package-Manager: portage-2.3.0

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> ejabberd-16.04.ebuild:
  Don't install symlink README.md -> README

*ejabberd-16.04-r1 (27 Aug 2016)

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +ejabberd-16.04-r1.ebuild:
  Bump revision

  Fixes are coming.

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  ejabberd-16.04-r1.ebuild:
  Move ejabberd out of /usr/lib/erlang/lib

  ejabberd may override some modules if it's in default Erlang search
  path. Move it back to default location set by configure script which is
  /usr/lib.

  Gentoo-Bug: 591862

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  ejabberd-16.04-r1.ebuild:
  Use internal eldap module instead of system one

  First lookup ejabberd directory for modules.

  Gentoo-Bug: 591862

  Package-Manager: portage-2.3.0

  27 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org>
  ejabberd-16.04-r1.ebuild:
  Reapply read bit on epam wrapper

  sfperms drops read bit from files with suid. Reapply it.

  Gentoo-Bug: 592218

*ejabberd-16.08 (29 Aug 2016)

  29 Aug 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> +ejabberd-16.08.ebuild,
  +files/ejabberd-16.08-ejabberdctl.patch:
  Bump version to 16.08

  Thanks for Craig Andrews <candrews@integralblue.com> for initial GitHub
  pull request #2015 <https://github.com/gentoo/gentoo/pull/2015>. It
  required rebasing changes on top of ejabberd-16.04-r1.ebuild and
  correcting typo in fast_xml version. Pull request includes changes in
  dev-erlang category but these has been split into separate commits.

  Gentoo-Bug: 590502

  Package-Manager: portage-2.3.0

*ejabberd-16.09 (13 Nov 2016)

  13 Nov 2016; Amadeusz Żołnowski <aidecoe@gentoo.org> +ejabberd-16.09.ebuild,
  +files/ejabberd-16.09-ejabberdctl.patch:
  Bump version to 16.09

  Package-Manager: portage-2.3.2

