Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 607838 - lxde-base/lxterminal-0.3.0 version bump
Summary: lxde-base/lxterminal-0.3.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: LXDE team (DEFUNCT)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 595904 CVE-2016-10369
  Show dependency tree
 
Reported: 2017-01-31 18:12 UTC by Behzat
Modified: 2018-03-05 22:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lxterminal-0.3.0 (lxterminal-0.3.0.ebuild,666 bytes, text/plain)
2017-01-31 18:13 UTC, Behzat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Behzat 2017-01-31 18:12:25 UTC
New version of lxterminal

Reproducible: Always
Comment 1 Behzat 2017-01-31 18:13:51 UTC
Created attachment 462018 [details]
lxterminal-0.3.0
Comment 2 Liferer 2017-03-15 08:07:24 UTC
LXDE-team, do you need help with it? Please let us know.
Comment 3 anonymous 2017-04-13 11:29:28 UTC
I replaced x11-libs/vte:2.90 with x11-libs/vte:2.91 and specified gtk3 use flag.
It worked fine with vte:2.91 and gtk3.

Why has no one noticed this ebuild?
Comment 4 jospezial 2017-04-17 22:10:05 UTC
/usr/bin/install: cannot stat 'README': No such file or directory
!!! dodoc: README does not exist
 * ERROR: lxde-base/lxterminal-0.3.0::overlay_jl failed (install phase):
 *   dodoc failed
 * 


https://git.lxde.org/gitweb/?p=lxde/lxterminal.git;a=commit;h=ced6f466f7f6f0ae1883d855cc1c633f848ab9ba
 docs: update README.md, and remove redundant README file

ebuild lxterminal-0.3.0.ebuild unpack
 * lxterminal-0.3.0.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking lxterminal-0.3.0.tar.xz to /var/tmp/portage/lxde-base/lxterminal-0.3.0/work
>>> Source unpacked in /var/tmp/portage/lxde-base/lxterminal-0.3.0/work
jlgentoo lxterminal # ls -l /var/tmp/portage/lxde-base/lxterminal-0.3.0/work/lxterminal-0.3.0/

insgesamt 508
-rw-r--r-- 1 portage portage   1680 19. Okt 00:06 acinclude.m4
-rw-r--r-- 1 portage portage  80387 20. Dez 03:19 aclocal.m4
-rw-r--r-- 1 portage portage    349 19. Okt 00:06 AUTHORS
-rw-r--r-- 1 portage portage    419 20. Dez 03:05 ChangeLog
-rwxr-xr-x 1 portage portage   7333 19. Okt 00:06 compile
-rw-r--r-- 1 portage portage   2090 20. Dez 03:20 config.h.in
-rwxr-xr-x 1 portage portage 264941 20. Dez 03:19 configure
-rw-r--r-- 1 portage portage   4117 20. Dez 03:12 configure.ac
-rw-r--r-- 1 portage portage  18002 19. Okt 00:06 COPYING
drwxr-xr-x 2 portage portage   4096 20. Dez 03:20 data
-rwxr-xr-x 1 portage portage  23566 19. Okt 00:06 depcomp
-rw-r--r-- 1 portage portage  15578 19. Okt 00:06 INSTALL
-rwxr-xr-x 1 portage portage  14675 19. Okt 00:06 install-sh
-rw-r--r-- 1 portage portage     26 19. Okt 00:06 Makefile.am
-rw-r--r-- 1 portage portage  25770 20. Dez 03:19 Makefile.in
drwxr-xr-x 2 portage portage   4096 20. Dez 03:20 man
-rwxr-xr-x 1 portage portage   6872 19. Okt 00:06 missing
-rw-r--r-- 1 portage portage    867 20. Dez 03:15 NEWS
drwxr-xr-x 2 portage portage   4096 20. Dez 03:20 po
drwxr-xr-x 2 portage portage   4096 20. Dez 03:20 src

no README* in release but README.md in git.
Comment 5 jospezial 2017-04-17 22:23:35 UTC
--- /usr/portage/lxde-base/lxterminal/lxterminal-0.2.0-r1.ebuild        2017-03-02 15:57:15.069999182 +0100
+++ lxterminal-0.3.0.ebuild     2017-04-18 00:15:14.359077801 +0200
@@ -5,7 +5,7 @@
 
 DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
 HOMEPAGE="http://lxde.sf.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
 
 LICENSE="GPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
@@ -14,13 +14,13 @@
 
 RDEPEND="dev-libs/glib:2
        !gtk3? ( x11-libs/gtk+:2 x11-libs/vte:0 )
-       gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.90 )"
+       gtk3?  ( x11-libs/gtk+:3 x11-libs/vte:2.91 )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        sys-devel/gettext
        >=dev-util/intltool-0.40.0"
 
-DOCS=( AUTHORS README )
+DOCS=( AUTHORS )
 
 src_configure() {
        econf $(use_enable gtk3)



These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild     U  ] lxde-base/lxterminal-0.3.0::overlay_jl [0.2.0-r1::gentoo] USE="gtk3" 0 KiB
[ebuild  NS    ]  x11-libs/vte-0.46.1:2.91::gentoo [0.36.5:2.90::gentoo] USE="crypt introspection vala -debug -glade" 966 KiB
[ebuild  N     ]   dev-libs/libpcre2-10.23::gentoo  USE="bzip2 jit pcre16 readline recursion-limit unicode zlib -libedit -pcre32 -static-libs" ABI_X86="(64) -32 (-x32)" 1.480 KiB
Comment 6 charles17 2017-08-08 17:53:11 UTC
Version 0.3.0
See https://github.com/gentoo/gentoo/pull/5362
Comment 7 charles17 2017-10-31 10:20:12 UTC
0.3.1 is out, see bug #635992
Comment 8 Larry the Git Cow gentoo-dev 2018-03-05 22:00:39 UTC
The bug has been closed via the following commit(s):

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

commit bfe2786432826bec81d7685001c3eca663ed1c26
Author:     charIes17 <charles17@arcor.de>
AuthorDate: 2017-12-13 19:51:53 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-03-05 21:56:38 +0000

    lxde-base/lxterminal: version bump to 0.3.1 (CVE-2016-10369).
    
    Bug: https://bugs.gentoo.org/635992
    Closes: https://bugs.gentoo.org/607838
    Closes: https://bugs.gentoo.org/595904
    
    - Adjusted HOMEPAGE (avoid redirect).
    - Adjusted tarball from.gz to .xz.
    - Make repoman happy by re-adding ~arm64.
    - Add LINGUAS handling.
    - Add handling of live ebuild.
    
    Package-Manager: Portage-2.3.13, Repoman-2.3.3
    Closes: https://github.com/gentoo/gentoo/pull/5362

 lxde-base/lxterminal/Manifest                |  1 +
 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 47 ++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)