Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package java-1_8_0-openjdk for openSUSE:Factory checked in at 2026-08-31 15:59:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old) and /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "java-1_8_0-openjdk" Mon Aug 31 15:59:18 2026 rev:117 rq:1374846 version:1.8.0.504 Changes: -------- --- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes 2026-08-04 23:28:20.193616790 +0200 +++ /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.1265/java-1_8_0-openjdk.changes 2026-08-31 15:59:21.258535686 +0200 @@ -1,0 +2,16 @@ +Mon Aug 31 06:24:20 UTC 2026 - Fridrich Strba <[email protected]> + +- Update to version jdk8u504 (icedtea 3.40.1) + * CVEs + + CVE-2026-60589, bsc#1275777 + + CVE-2026-61308, bsc#1275778 + + CVE-2026-70907, bsc#1275764 + * Import of OpenJDK 8 u504 build 01 + + JDK-8382471: Improve Resource Resolving + + JDK-8384708: Enhance HTTP Connections + + JDK-8385390: Update FreeType to 2.14.3 + + JDK-8386205: Enhance TLS server + + JDK-8388811: [8u] VS2010 build broken by JDK-8374058 + + JDK-8389477: Bump update version for OpenJDK: 8u504 + +------------------------------------------------------------------- Old: ---- icedtea-3.40.0.tar.xz New: ---- icedtea-3.40.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ java-1_8_0-openjdk.spec ++++++ --- /var/tmp/diff_new_pack.y8Xr95/_old 2026-08-31 15:59:25.160672554 +0200 +++ /var/tmp/diff_new_pack.y8Xr95/_new 2026-08-31 15:59:25.162672624 +0200 @@ -20,7 +20,7 @@ %global make make %{!?aarch64:%global aarch64 aarch64 arm64 armv8} %global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm} -%global icedtea_version 3.40.0 +%global icedtea_version 3.40.1 %global buildoutputdir openjdk.build/ %global headless_binaries java keytool orbd policytool rmid rmiregistry servertool tnameserv %global headless_binaries_comma %(echo %{headless_binaries} | sed 's#\ #,#g') @@ -43,8 +43,8 @@ %global priority 1805 %global featurever 8 %global javaver 1.%{featurever}.0 -%global updatever 502 -%global buildver 07 +%global updatever 504 +%global buildver 01 # Standard JPackage directories and symbolic links. %global sdklnk java-%{javaver}-openjdk %global archname %{sdklnk} ++++++ icedtea-3.40.0.tar.xz -> icedtea-3.40.1.tar.xz ++++++ ++++ 24816 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/ChangeLog new/icedtea-3.40.1/ChangeLog --- old/icedtea-3.40.0/ChangeLog 2026-08-01 18:11:38.310537506 +0200 +++ new/icedtea-3.40.1/ChangeLog 2026-08-29 22:46:27.392536699 +0200 @@ -1,3 +1,51 @@ +2026-08-29 Andrew John Hughes <[email protected]> + + Cleanup autoconf 2.72 additions to CC and CXX + * configure.ac: Remove any values from CC or CXX + after the first whitespace to avoid autoconf + adding flags like '-std=gnu11' + +2026-08-29 Andrew John Hughes <[email protected]> + + Support Gentoo's OpenJDK package + https://packages.gentoo.org/packages/dev-java/openjdk + * acinclude.m4: + (ICEDTEA8_VMS): Add /usr/lib/jvm/openjdk-8 + +2026-08-29 Andrew John Hughes <[email protected]> + + Bump to icedtea-3.40.1. + * Makefile.am: + (OPENJDK_CHANGESET): Update to icedtea-3.40.1 tag. + (OPENJDK_SHA256SUM): Likewise. + * NEWS: Updated. + * acinclude.m4: + (IT_DETERMINE_VERSION): Set JDK_UPDATE_VERSION + to 512 and BUILD_VERSION to b01. + * configure.ac: Bump to 3.40.1. + +2026-08-03 Andrew John Hughes <[email protected]> + + Fix shellcheck issues with scripts. + * scripts/find_existing_items_one_file.sh: + Change CMD to an array so git commands of multiple + words can be specified (e.g. 'diff --cached') + * scripts/tag_tree.sh: Resolve various shellcheck + issues + +2026-08-03 Andrew John Hughes <[email protected]> + + * scripts/tag_tree.sh: + Import script for tagging the related + IcedTea OpenJDK tree, using the changeset + listed in Makefile.am + +2026-08-03 Andrew John Hughes <[email protected]> + + Start 3.40.1 release cycle. + * NEWS: Add 3.40.1 section. + * configure.ac: Bump to 3.40.1pre00. + 2026-04-27 Andrew John Hughes <[email protected]> Bump aarch32 to jdk8u502-ga-aarch32-20260731 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/Makefile.am new/icedtea-3.40.1/Makefile.am --- old/icedtea-3.40.0/Makefile.am 2026-08-01 18:11:38.316537515 +0200 +++ new/icedtea-3.40.1/Makefile.am 2026-08-29 22:46:27.399086037 +0200 @@ -1,8 +1,8 @@ # Dependencies -OPENJDK_CHANGESET = cc677591ffc +OPENJDK_CHANGESET = 33e08bc9d59 -OPENJDK_SHA256SUM = 5a7262110d9d4fd3ce8848d4864726cd60c888da1136a760921fa4b6d90a451a +OPENJDK_SHA256SUM = af1ec5b3ba1b5c56d509adf0927b9bc10ef76111ae0797df48f123643c4a5fea HS_TYPE = "`$(AWK) 'version==$$1 {print $$2}' version=$(HSBUILD) $(abs_top_builddir)/hotspot.map`" HS_URL = "`$(AWK) 'version==$$1 {print $$3}' version=$(HSBUILD) $(abs_top_builddir)/hotspot.map`" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/NEWS new/icedtea-3.40.1/NEWS --- old/icedtea-3.40.0/NEWS 2026-08-01 18:11:38.320537521 +0200 +++ new/icedtea-3.40.1/NEWS 2026-08-29 22:46:27.402419452 +0200 @@ -12,6 +12,20 @@ CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY +New in release 3.40.1 (2026-08-29): + +* CVEs + - CVE-2026-60589 + - CVE-2026-61308 + - CVE-2026-70907 +* Import of OpenJDK 8 u504 build 01 + - JDK-8382471: Improve Resource Resolving + - JDK-8384708: Enhance HTTP Connections + - JDK-8385390: Update FreeType to 2.14.3 + - JDK-8386205: Enhance TLS server + - JDK-8388811: [8u] VS2010 build broken by JDK-8374058 + - JDK-8389477: Bump update version for OpenJDK: 8u504 + New in release 3.40.0 (2026-08-01): * CVEs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/acinclude.m4 new/icedtea-3.40.1/acinclude.m4 --- old/icedtea-3.40.0/acinclude.m4 2026-08-01 18:11:38.322537524 +0200 +++ new/icedtea-3.40.1/acinclude.m4 2026-08-29 22:46:27.405752868 +0200 @@ -970,7 +970,7 @@ /usr/lib/jvm/java-1.7.0 /usr/lib/jvm/java-7-openjdk" ICEDTEA8_VMS="/usr/lib/jvm/icedtea-8 /usr/lib/jvm/java-1.8.0-openjdk /usr/lib/jvm/java-1.8.0-openjdk.${RPM_ARCH} /usr/lib64/jvm/java-1.8.0-openjdk - /usr/lib/jvm/java-1.8.0 /usr/lib/jvm/java-8-openjdk" + /usr/lib/jvm/java-1.8.0 /usr/lib/jvm/java-8-openjdk /usr/lib/jvm/openjdk-8" for dir in ${ICEDTEA8_VMS} ${ICEDTEA7_VMS} ${BOOTSTRAP_VMS} \ /usr/lib/jvm/java-openjdk /usr/lib/jvm/openjdk /usr/lib/jvm/java-icedtea \ /etc/alternatives/java_sdk_openjdk ; do @@ -1966,8 +1966,8 @@ dnl (e.g. 1.8.0 = 8, 1.7.0 = 7, etc.) JAVA_SPEC_VER=8 JAVA_VENDOR=openjdk - JDK_UPDATE_VERSION=502 - BUILD_VERSION=b07 + JDK_UPDATE_VERSION=512 + BUILD_VERSION=b01 MILESTONE=fcs if test "x${MILESTONE}" = "xfcs"; then COMBINED_VERSION=${JDK_UPDATE_VERSION}-${BUILD_VERSION} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/compile new/icedtea-3.40.1/compile --- old/icedtea-3.40.0/compile 2026-08-01 18:13:41.650728117 +0200 +++ new/icedtea-3.40.1/compile 2026-08-29 22:46:33.174089806 +0200 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2018-03-07.03; # UTC +scriptversion=2025-06-18.21; # UTC -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2025 Free Software Foundation, Inc. # Written by Tom Tromey <[email protected]>. # # This program is free software; you can redistribute it and/or modify @@ -37,11 +37,11 @@ file_conv= -# func_file_conv build_file lazy +# func_file_conv build_file unneeded_conversions # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion -# type is listed in (the comma separated) LAZY, no conversion will -# take place. +# type is listed in (the comma separated) UNNEEDED_CONVERSIONS, no +# conversion will take place. func_file_conv () { file=$1 @@ -51,9 +51,20 @@ # lazily determine how to convert abs files case `uname -s` in MINGW*) - file_conv=mingw + if test -n "$MSYSTEM" && (cygpath --version) >/dev/null 2>&1; then + # MSYS2 environment. + file_conv=cygwin + else + # Original MinGW environment. + file_conv=mingw + fi + ;; + MSYS*) + # Old MSYS environment, or MSYS2 with 32-bit MSYS2 shell. + file_conv=cygwin ;; CYGWIN*) + # Cygwin environment. file_conv=cygwin ;; *) @@ -63,12 +74,14 @@ fi case $file_conv/,$2, in *,$file_conv,*) + # This is the optimization mentioned above: + # If UNNEEDED_CONVERSIONS contains $file_conv, don't convert. ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) - file=`cygpath -m "$file" || echo "$file"` + file=`cygpath -w "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` @@ -143,7 +156,7 @@ # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in - *.o | *.[oO][bB][jJ]) + *.o | *.lo | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift @@ -248,14 +261,17 @@ right script to run: please start by reading the file 'INSTALL'. Report bugs to <[email protected]>. +GNU Automake home page: <https://www.gnu.org/software/automake/>. +General help using GNU software: <https://www.gnu.org/gethelp/>. EOF exit $? ;; -v | --v*) - echo "compile $scriptversion" + echo "compile (GNU Automake) $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \ icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; @@ -340,9 +356,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-format: "%Y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/configure.ac new/icedtea-3.40.1/configure.ac --- old/icedtea-3.40.0/configure.ac 2026-08-01 18:11:38.323537526 +0200 +++ new/icedtea-3.40.1/configure.ac 2026-08-29 22:46:27.405752868 +0200 @@ -1,4 +1,4 @@ -AC_INIT([icedtea], [3.40.0], [[email protected]]) +AC_INIT([icedtea], [3.40.1], [[email protected]]) AC_CANONICAL_HOST AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([1.9 tar-pax foreign]) @@ -21,6 +21,10 @@ AC_PROG_CC AC_PROG_CXX +dnl Remove any flags added to the compiler path by autoconf +CC=$(echo $CC | cut -d ' ' -f 1) +CXX=$(echo $CXX | cut -d ' ' -f 1) + AC_PROG_GREP AC_PROG_INSTALL AC_PROG_MKDIR_P diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/missing new/icedtea-3.40.1/missing --- old/icedtea-3.40.0/missing 2026-08-01 18:13:41.658728131 +0200 +++ new/icedtea-3.40.1/missing 2026-08-29 22:46:33.181221202 +0200 @@ -1,9 +1,11 @@ #! /bin/sh -# Common wrapper for a few potentially missing GNU programs. +# Common wrapper for a few potentially missing GNU and other programs. -scriptversion=2018-03-07.03; # UTC +scriptversion=2025-06-18.21; # UTC -# Copyright (C) 1996-2018 Free Software Foundation, Inc. +# shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells + +# Copyright (C) 1996-2025 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -54,18 +56,20 @@ -v, --version output version information and exit Supported PROGRAM values: - aclocal autoconf autoheader autom4te automake makeinfo - bison yacc flex lex help2man +aclocal autoconf autogen autoheader autom4te automake autoreconf +bison flex help2man lex makeinfo perl yacc Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. -Send bug reports to <[email protected]>." +Report bugs to <[email protected]>. +GNU Automake home page: <https://www.gnu.org/software/automake/>. +General help using GNU software: <https://www.gnu.org/gethelp/>." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "missing $scriptversion (GNU Automake)" + echo "missing (GNU Automake) $scriptversion" exit $? ;; @@ -108,7 +112,7 @@ program_details () { case $1 in - aclocal|automake) + aclocal|automake|autoreconf) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" @@ -123,6 +127,9 @@ echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; + *) + : + ;; esac } @@ -137,48 +144,55 @@ printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + autoheader_deps="'acconfig.h'" + automake_deps="'Makefile.am'" + aclocal_deps="'acinclude.m4'" case $normalized_program in + aclocal*) + echo "You should only need it if you modified $aclocal_deps or" + echo "$configure_deps." + ;; autoconf*) - echo "You should only need it if you modified 'configure.ac'," - echo "or m4 files included by it." - program_details 'autoconf' + echo "You should only need it if you modified $configure_deps." + ;; + autogen*) + echo "You should only need it if you modified a '.def' or '.tpl' file." + echo "You may want to install the GNU AutoGen package:" + echo "<$gnu_software_URL/autogen/>" ;; autoheader*) - echo "You should only need it if you modified 'acconfig.h' or" + echo "You should only need it if you modified $autoheader_deps or" echo "$configure_deps." - program_details 'autoheader' ;; automake*) - echo "You should only need it if you modified 'Makefile.am' or" - echo "$configure_deps." - program_details 'automake' - ;; - aclocal*) - echo "You should only need it if you modified 'acinclude.m4' or" + echo "You should only need it if you modified $automake_deps or" echo "$configure_deps." - program_details 'aclocal' ;; - autom4te*) + autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." - program_details 'autom4te' + ;; + autoreconf*) + echo "You should only need it if you modified $aclocal_deps or" + echo "$automake_deps or $autoheader_deps or $automake_deps or" + echo "$configure_deps." ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; - lex*|flex*) - echo "You should only need it if you modified a '.l' file." - echo "You may want to install the Fast Lexical Analyzer package:" - echo "<$flex_URL>" - ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." @@ -189,6 +203,12 @@ echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; + perl*) + echo "You should only need it to run GNU Autoconf, GNU Automake, " + echo " assorted other tools, or if you modified a Perl source file." + echo "You may want to install the Perl 5 language interpreter:" + echo "<$perl_URL>" + ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" @@ -197,6 +217,7 @@ echo "case some other package contains this missing '$1' program." ;; esac + program_details "$normalized_program" } give_advice "$1" | sed -e '1s/^/WARNING: /' \ @@ -207,9 +228,9 @@ exit $st # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-format: "%Y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/icedtea-3.40.0/test/tapset/jstaptest.pl new/icedtea-3.40.1/test/tapset/jstaptest.pl --- old/icedtea-3.40.0/test/tapset/jstaptest.pl 2026-08-01 18:13:52.475746810 +0200 +++ new/icedtea-3.40.1/test/tapset/jstaptest.pl 2026-08-29 22:47:53.662288366 +0200 @@ -696,7 +696,7 @@ my @probes_detected = (); my ($probe_name, $probe_printargs, $probe_output, $stap_pre, $stap_command, @sysargs); - $stap_pre = "$ignore_system_tapset /usr/bin/stap " . join(' ', @tapset_dirs); + $stap_pre = "$ignore_system_tapset " . join(' ', @tapset_dirs); foreach my $probe_index (0..$#_) { $probe_name = $_[$probe_index][0]; $probe_printargs = $_[$probe_index][1]; @@ -725,7 +725,7 @@ # test, but not the test_probes() test. sub can_run_probes { log_and_print("Check whether we have enough privs to run systemtap script..."); - my $stap_command = "/usr/bin/stap -e 'probe begin { log(\"Hello World\"); exit(); }'"; + my $stap_command = " -e 'probe begin { log(\"Hello World\"); exit(); }'"; just_log($stap_command); my $result = `$stap_command 2>&1`; if ($? != 0) { @@ -753,7 +753,7 @@ log_and_print("Testing if detected probes work as expected. This may take a while..."); my ($probe_name, $probe_suffix, $probe_printargs, $probe_output, $stap_pre, $stap_command, $jvm_xxarg); - $stap_pre = "/usr/bin/stap " . join(' ', @tapset_dirs); + $stap_pre = " " . join(' ', @tapset_dirs); foreach my $probe_index (0..$#_) { $jvm_xxarg = ""; $probe_name = $_[$probe_index][0]; @@ -826,7 +826,7 @@ # Run staptest.SystemtapTester compiled_method_unload which does a lot # and can generate a somewhat "deep" stack. - $stap_pre = "/usr/bin/stap " . join(' ', @tapset_dirs) . " -e '"; + $stap_pre = " " . join(' ', @tapset_dirs) . " -e '"; $stap_post = "' -c '$java_exec $jargs staptest.SystemtapTester compiled_method_unload'"; # Simple test jstack() should at least show our main method. ++++++ openjdk-git.tar.xz ++++++ /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/openjdk-git.tar.xz /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.1265/openjdk-git.tar.xz differ: char 15, line 1
