Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 782907

Summary: www-apache/anyterm-1.2.3 version bump
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: major CC: arkamar, jstein
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=712770
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonas Stein gentoo-dev 2021-04-15 01:17:33 UTC
http://svn.anyterm.org/anyterm/tags/releases/1.2/1.2.3/CHANGELOG
1.2.3

	Give threads meaningful names in ps.
	Fix 'obviously wrong' subprocess termination thread cleanup.
	Don't warn about leaving page after an error.
	Use C++11 std::atomic.
	Fix array bounds bug in differ.
	Support clang's thread safety warnings.
	Support 256 colours. You'll probably need to change $TERM to make 
		applications use this.
	Fix build system to work with versions of g++ where C++14 is not 
		the default.
	Tidy up close button.

1.2.2

	Remove rarely-used serial port support.
	Allow terminal to be resized by dragging bottom right corner.
	Use more C++11/C++14 features rather than Boost or libpbe equivalents.

1.2.1

	Fix SGR 10 (box-drawing).
	Fix bottom right corner box-drawing character.
	Improve some error reporting.
	Support ipv6 connections.
	Use C++11 synchronisation primitives (mutex and condition_variable);
		a C++11 compiler is now needed.
	Link with boost_system.
	Update copyright headers.

1.2.0

	Long-overdue tagging of a new release.  Minor build and code 
		changes to cope with new compilers.
	Fixes for Solaris.

1.1.29

	Fix for compilers that don't think they have atomic operations.
	Fix brokenness on Linux 2.4.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-12-27 22:13:25 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35ac97b6b9f22d5ebe9d832d85c409723af9ad6

commit e35ac97b6b9f22d5ebe9d832d85c409723af9ad6
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2023-12-27 22:06:07 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2023-12-27 22:12:44 +0000

    package.mask: Last rite www-apache/anyterm
    
    Bug: https://bugs.gentoo.org/303339
    Bug: https://bugs.gentoo.org/712770
    Bug: https://bugs.gentoo.org/732282
    Bug: https://bugs.gentoo.org/782907
    Bug: https://bugs.gentoo.org/870883
    Bug: https://bugs.gentoo.org/898858
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2024-01-26 09:16:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60a0f642d16fa785a6e0e4fa247ea7816821493

commit a60a0f642d16fa785a6e0e4fa247ea7816821493
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-01-26 09:10:16 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-01-26 09:15:19 +0000

    www-apache/anyterm: treeclean
    
    Closes: https://bugs.gentoo.org/303339
    Closes: https://bugs.gentoo.org/712770
    Closes: https://bugs.gentoo.org/732282
    Closes: https://bugs.gentoo.org/782907
    Closes: https://bugs.gentoo.org/870883
    Closes: https://bugs.gentoo.org/898858
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 profiles/package.mask                              |   6 -
 www-apache/anyterm/Manifest                        |   1 -
 www-apache/anyterm/anyterm-1.1.29-r1.ebuild        |  55 --------
 .../files/anyterm-1.1.28-respect-LDFLAGS.patch     |  26 ----
 .../anyterm/files/anyterm-1.1.29-boost-1.50.patch  |  58 --------
 .../anyterm/files/anyterm-1.1.29-gcc-4.4.patch     |  10 --
 www-apache/anyterm/files/anyterm-1.1.29-gcc6.patch | 146 ---------------------
 www-apache/anyterm/files/anyterm.conf.d            |   7 -
 www-apache/anyterm/files/anyterm.init.d            |  20 ---
 www-apache/anyterm/metadata.xml                    |   5 -
 10 files changed, 334 deletions(-)