Accepting request 1059302 from home:david.anes:branches:Java:packages
- Update ant keyring with new developer keys. - Update to 1.10.13: * Breaking changes: - <get> has a new attribute authenticateOnRedirect that can be used to prevent Ant from sending the configured credentials when following a redirect. It is false by default, which means builds that rely on credentials being used on the redirected URI may break. * Fixed bugs: - the PropertyEnumerator change introduced in 1.10.9 proved to be not fully backwards compatible when combined with certain custom PropertyHelper implementations - for example when using AntXtras. - legacy-xml reporter of the junitlauncher task now escapes ]]> when writing CDATA. - <scp> may leak connections when trying to preserve the last modified timestamps of files transferred recursively from a server. - tstamp task would in certain cases parse the SOURCE_DATE_EPOCH environment variable value to an incorrect date. This has now been fixed. - fetch.xml didn't set up non-default repositories propery and thus failed to download JAI. - When building and installing Ant distribution from source, the build script would change permissions on unrelated files in the destination directory. This is now fixed and such unrelated files in the destination directory will be left untouched. - parsing tar entries with multiple NUL bytes in their name would include garbage bytes as the name included all bytes up OBS-URL: https://build.opensuse.org/request/show/1059302 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=169
This commit is contained in:
4
ant.spec
4
ant.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ant
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -23,7 +23,7 @@
|
||||
%bcond_with junit5
|
||||
%bcond_with antlr
|
||||
Name: ant
|
||||
Version: 1.10.12
|
||||
Version: 1.10.13
|
||||
Release: 0
|
||||
Summary: Java-based build tool
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user