# ChangeLog for sci-misc/boinc
# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
# (auto-generated from git log)

*boinc-7.4.42 (09 Aug 2015)
*boinc-7.2.0-r1 (09 Aug 2015)
*boinc-7.2.0 (09 Aug 2015)

  09 Aug 2015; Robin H. Johnson <robbat2@gentoo.org> +boinc-7.2.0.ebuild,
  +boinc-7.2.0-r1.ebuild, +boinc-7.4.42.ebuild,
  +files/boinc-7.2.0-fix_subdirs.patch, +files/boinc.conf, +files/boinc.init,
  +files/boinc.service, +files/generate_tarball.sh, +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> boinc-7.2.0.ebuild,
  boinc-7.2.0-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

*boinc-7.4.42-r1 (09 Sep 2015)

  09 Sep 2015; Marius Brehler <marbre@linux.sungazer.de> -boinc-7.4.42.ebuild,
  +boinc-7.4.42-r1.ebuild:
  Switch to wxGTK 3.0, fixes bug #556670

  Package-Manager: portage-2.2.20.1

  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)

*boinc-7.6.31 (20 Mar 2016)

  20 Mar 2016; David Seifert <soap@gentoo.org> +boinc-7.6.31.ebuild,
  metadata.xml:
  New ebuild boinc-7.6.31.ebuild

  Gentoo-Bug: 577490

  Package-Manager: portage-2.2.28

  26 Apr 2016; Patrice Clement <monsieurp@gentoo.org> files/boinc.init:
  Migrated boinc.init to use start-stop-daemon

  The boinc init script can no longer start, attach or stop the boinc
  manager if openrc-0.20 and newer is used, because openrc no longer
  passes $SHELL to init scripts.

  To solve the issue the init script has been migrated to use
  start-stop-daemon instead of using 'su' directly.

  This change should have no impact for users of previous openrc
  versions.

  Gentoo-Bug: https://bugs.gentoo.org/574260
  Package-Manager: portage-2.2.28
  Closes: https://github.com/gentoo/gentoo/pull/1244

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

*boinc-7.2.42 (04 May 2016)

  04 May 2016; David Seifert <soap@gentoo.org> +boinc-7.2.42.ebuild:
  New ebuild for boinc-7.2.42 with vsyscall check

  Gentoo-Bug: 577490, 578750

  The ebuild is essentially the same as for the new boinc-7.6.31 with
  the following exception:

  The 7.2 series can not be built with wxGTK:3.0, therefore this ebuild
  uses wxGTK:2.8.

  Further a check against VSYSCALL kernel options has been added.
  Russell Knighton found out, that some projects segfault if VSYSCALL
  mappings are completely disabled, and reported the issue in bug
  578750.

  The check against CONFIG_LEGACY_VSYSCALL_NONE and
  CONFIG_X86_VSYSCALL_EMULATION is based on his patch submitted in the
  bug reported by him.

  Package-Manager: portage-2.2.28

  04 May 2016; David Seifert <soap@gentoo.org> -boinc-7.2.0.ebuild:
  Removed obsolete ebuild for boinc-7.2.0

  Gentoo-Bug: 577490

  Made obsolete by the addition of the versioned 7.2.42 ebuild.

  Package-Manager: portage-2.2.28

  04 May 2016; David Seifert <soap@gentoo.org> -boinc-7.2.0-r1.ebuild:
  Removed obsolete ebuild for boinc-7.2.0-r1

  Gentoo-Bug: 577490

  Made obsolete by the addition of the versioned 7.2.42 ebuild.

  Package-Manager: portage-2.2.28

*boinc-7.4.42-r2 (04 May 2016)

  04 May 2016; David Seifert <soap@gentoo.org> +boinc-7.4.42-r2.ebuild:
  New r2 ebuild for boinc-7.4.42 with vsyscall fix

  Gentoo-Bug: 577490, 578750

  A check against VSYSCALL kernel options was added.
  Russell Knighton found out, that some projects segfault if VSYSCALL
  mappings are completely disabled, and reported the issue in bug
  578750.

  The check against CONFIG_LEGACY_VSYSCALL_NONE and
  CONFIG_X86_VSYSCALL_EMULATION is based on his patch submitted in the
  bug reported by him.

  Package-Manager: portage-2.2.28

  04 May 2016; David Seifert <soap@gentoo.org> -boinc-7.4.42-r1.ebuild:
  Removed obsolete ebuild for boinc-7.4.42-r1

  Gentoo-Bug: 577490, 578750

  Made obsolete by the 7.4.42-r2 ebuild, that has an important fix.

  Package-Manager: portage-2.2.28

*boinc-7.6.31-r1 (04 May 2016)

  04 May 2016; David Seifert <soap@gentoo.org> +boinc-7.6.31-r1.ebuild:
  New r1 ebuild for boinc-7.6.31 with vsyscall fix

  Gentoo-Bug: 577490, 578750

  A check against VSYSCALL kernel options was added.
  Russell Knighton found out, that some projects segfault if VSYSCALL
  mappings are completely disabled, and reported the issue in bug
  578750.

  The check against CONFIG_LEGACY_VSYSCALL_NONE and
  CONFIG_X86_VSYSCALL_EMULATION is based on his patch submitted in the
  bug reported by him.

  Package-Manager: portage-2.2.28

  04 May 2016; David Seifert <soap@gentoo.org> -boinc-7.6.31.ebuild:
  Removed obsolete ebuild for boinc-7.6.31

  Gentoo-Bug: 577490, 578750

  Made obsolete by the 7.6.31-r1 ebuild, that has an important fix.

  Package-Manager: portage-2.2.28

  04 May 2016; David Seifert <soap@gentoo.org> files/boinc.init:
  Upgraded init script

  Gentoo-Bug: 574260

  After hot-fixing bug 574260, the following fixes/additions, suggested
  by Jan Chren were made:

  - #!/sbin/runscript -> #!/sbin/openrc-run
  - Variables from /etc/conf.d/boinc are checked, and empty variables
    are pre-filled with sane defaults.
  - split start() to start_pre() and start()
  - removed check_baselayout()
  - replaced /etc/init.d/boinc with ${RC_SERVICE}
  - replaced echo with einfo ""
  - replaced ${SVCNAME} with ${RC_SVCNAME}
  - removed unset for local vars

  Package-Manager: portage-2.2.28

*boinc-7.6.31-r2 (05 May 2016)
*boinc-7.4.42-r3 (05 May 2016)
*boinc-7.2.42-r1 (05 May 2016)

  05 May 2016; David Seifert <soap@gentoo.org> -boinc-7.2.42.ebuild,
  +boinc-7.2.42-r1.ebuild, -boinc-7.4.42-r2.ebuild, +boinc-7.4.42-r3.ebuild,
  -boinc-7.6.31-r1.ebuild, +boinc-7.6.31-r2.ebuild, files/boinc.init:
  Fix variable default statements in init scripts

  Package-Manager: portage-2.2.28

*boinc-7.2.42-r2 (07 May 2016)

  07 May 2016; David Seifert <soap@gentoo.org> -boinc-7.2.42-r1.ebuild,
  +boinc-7.2.42-r2.ebuild:
  Fix VSYSCALL check for boinc-7.2.42

  Gentoo-Bug: 578750

  The configuration options were misunderstood.

  - CONFIG_X86_VSYSCALL_EMULATION only enables a dmesg message if any
    legacy application tries to use any vsyscall. If disabled, these
    applications simply segfault with no output in dmesg.
  - To make the old calls available, either
    CONFIG_LEGACY_VSYSCALL_NATIVE or CONFIG_LEGACY_VSYSCALL_EMULATE
    must be used.

  Therefore the ebuild was reverted to check against the
  CONFIG_LEGACY_VSYSCALL_NONE option, and warns the user if this is
  set.

  Package-Manager: portage-2.2.28

*boinc-7.4.42-r4 (07 May 2016)

  07 May 2016; David Seifert <soap@gentoo.org> -boinc-7.4.42-r3.ebuild,
  +boinc-7.4.42-r4.ebuild:
  Fix VSYSCALL check for boinc-7.4.42

  Gentoo-Bug: 578750

  The configuration options were misunderstood.

  - CONFIG_X86_VSYSCALL_EMULATION only enables a dmesg message if any
    legacy application tries to use any vsyscall. If disabled, these
    applications simply segfault with no output in dmesg.
  - To make the old calls available, either
    CONFIG_LEGACY_VSYSCALL_NATIVE or CONFIG_LEGACY_VSYSCALL_EMULATE
    must be used.

  Therefore the ebuild was reverted to check against the
  CONFIG_LEGACY_VSYSCALL_NONE option, and warns the user if this is
  set.

  Package-Manager: portage-2.2.28

*boinc-7.6.31-r3 (07 May 2016)

  07 May 2016; David Seifert <soap@gentoo.org> -boinc-7.6.31-r2.ebuild,
  +boinc-7.6.31-r3.ebuild:
  Fix VSYSCALL check for boinc-7.6.31

  Gentoo-Bug: 578750

  The configuration options were misunderstood.

  - CONFIG_X86_VSYSCALL_EMULATION only enables a dmesg message if any
    legacy application tries to use any vsyscall. If disabled, these
    applications simply segfault with no output in dmesg.
  - To make the old calls available, either
    CONFIG_LEGACY_VSYSCALL_NATIVE or CONFIG_LEGACY_VSYSCALL_EMULATE
    must be used.

  Therefore the ebuild was reverted to check against the
  CONFIG_LEGACY_VSYSCALL_NONE option, and warns the user if this is
  set.

  Package-Manager: portage-2.2.28

*boinc-7.2.44 (14 Jun 2016)

  14 Jun 2016; David Seifert <soap@gentoo.org> +boinc-7.2.44.ebuild:
  New ebuild for boinc-7.2.44

  Package-Manager: portage-2.2.28
  Closes: https://github.com/gentoo/gentoo/pull/1629

  Signed-off-by: David Seifert <soap@gentoo.org>

*boinc-7.4.43 (14 Jun 2016)

  14 Jun 2016; David Seifert <soap@gentoo.org> +boinc-7.4.43.ebuild:
  New ebuild for boinc-7.4.43

  Package-Manager: portage-2.2.28
  Closes: https://github.com/gentoo/gentoo/pull/1629

  Signed-off-by: David Seifert <soap@gentoo.org>

*boinc-7.6.33 (14 Jun 2016)

  14 Jun 2016; David Seifert <soap@gentoo.org> +boinc-7.6.33.ebuild:
  New ebuild for boinc-7.6.33

  Package-Manager: portage-2.2.28
  Closes: https://github.com/gentoo/gentoo/pull/1629

  Signed-off-by: David Seifert <soap@gentoo.org>

*boinc-7.4.52 (12 Nov 2016)

  12 Nov 2016; David Seifert <soap@gentoo.org> -boinc-7.4.42-r4.ebuild,
  +boinc-7.4.52.ebuild:
  New ebuild for boinc-7.4.52

  Package-Manager: portage-2.2.28
  Closes: https://github.com/gentoo/gentoo/pull/2768

  Signed-off-by: David Seifert <soap@gentoo.org>

*boinc-7.6.33-r1 (12 Nov 2016)

  12 Nov 2016; David Seifert <soap@gentoo.org> +boinc-7.6.33-r1.ebuild,
  +files/fix_webview.patch:
  Fix linker errors with wxGTK for boinc-7.6.33

  Gentoo-Bug: 587462

  >=x11-libs/wxGTK-3.0.2.0-r3 has webview removed. This patch adds
  webview to the CLIENTGUILIBS.

  Package-Manager: portage-2.3.2
  Closes: https://github.com/gentoo/gentoo/pull/2768

  Signed-off-by: David Seifert <soap@gentoo.org>

  12 Nov 2016; David Seifert <soap@gentoo.org> files/boinc.init:
  Add suspend/resume to boinc init script, fix null byte input.

  Gentoo-Bug: 493476

  Enable users to suspend/resume all projects without having to start
  and use the manager GUI.

  Gentoo-Bug: 584386 (partly)

  After upgrading to the current app-shells/bash-4.4 the stop command
  provokes the following warning:

  "command substitution: ignored null byte in input"

  This happens due to the usage of "cut" with --output-delimiter=''.
  Obviously "cut" puts a null byte out if the delimiter was set to
  nothing. (Checked with hexdump, it does.)

  The fix is to use "tr -d ." to concatenate the version numbers, and
  then to compare against an "expr substr".

  Package-Manager: portage-2.3.2
  Closes: https://github.com/gentoo/gentoo/pull/2768

  Signed-off-by: David Seifert <soap@gentoo.org>

  12 Nov 2016; David Seifert <soap@gentoo.org> -boinc-7.2.42-r2.ebuild,
  -boinc-7.4.43.ebuild, -boinc-7.6.31-r3.ebuild, -files/generate_tarball.sh:
  Cleanup of obsolete ebuilds and files

  Package-Manager: portage-2.3.2
  Closes: https://github.com/gentoo/gentoo/pull/2768

  Signed-off-by: David Seifert <soap@gentoo.org>

  12 Nov 2016; David Seifert <soap@gentoo.org> boinc-7.2.44.ebuild,
  boinc-7.4.52.ebuild, boinc-7.6.33.ebuild:
  Update to EAPI 6

  Package-Manager: portage-2.3.2
  Closes: https://github.com/gentoo/gentoo/pull/2768

  Signed-off-by: David Seifert <soap@gentoo.org>

*boinc-7.4.52-r1 (12 Nov 2016)
*boinc-7.2.44-r1 (12 Nov 2016)

  12 Nov 2016; David Seifert <soap@gentoo.org> +boinc-7.2.44-r1.ebuild,
  +boinc-7.4.52-r1.ebuild, boinc-7.6.33-r1.ebuild:
  Add new icons to all ebuilds with revbump

  Gentoo-Bug: 593362

  Currently BOINC manager uses the 48x48 icon from
  /usr/share/pixmaps/boinc.png, which looks quite ugly.
  There are better icons from http://boinc.berkeley.edu/logo.php.

  If USE="X" is set, the ebuilds now use convert (from either
  imagemagick or graphicsmagick) to produce png icons from
  http://boinc.berkeley.edu/logo/boinc_glossy2_512_F.tif.

  Produced sizes are:
  16, 22, 24, 32, 36, 48, 64, 72, 96, 128, 192 and 256.

  Package-Manager: portage-2.3.2
  Closes: https://github.com/gentoo/gentoo/pull/2768

  Signed-off-by: David Seifert <soap@gentoo.org>