* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 73a6884a80d67b9e1186295db26b1d4503efe54e
@ 2023-09-20 11:30 Michael Tremer
0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2023-09-20 11:30 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 20295 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via 73a6884a80d67b9e1186295db26b1d4503efe54e (commit)
via 9f8ff0501ab4dbbf00c85b81b91d24c5dc59f359 (commit)
via ad71cb2fd32508d413b4ab9789c27788450844a6 (commit)
via 04194ed5265a9ded1a2ba33de2d5dcdb49d5a692 (commit)
via 280ddb29b4e696fdc7c9edecdc094d580f40c2a0 (commit)
from 25e6ff93cdc824ed070c8ef114b9b0ef94cb2fde (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 73a6884a80d67b9e1186295db26b1d4503efe54e
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Sep 20 13:24:23 2023 +0200
tzdata: Update to version 2023c-1
- IPFire-3.x
- Update from verrsion 2022g-2 to 2023c-1
- Changelog
2023c
This release's code and data are identical to 2023a. In other words,
this release reverts all changes made in 2023b other than commentary, as
that appears to be the best of a bad set of short-notice choices for
modeling this week's daylight saving chaos in Lebanon. (Thanks to Rany
Hany for the heads-up about the government's announcement this week.)
2023b
The 2023b release of the tz code and data is available. It follows so
closely on the 2023a release because Lebanon's government announced that
Lebanon's spring-forward transition previously scheduled for the end of
this week has been delayed until April 20.
This release contains the following change:
Briefly:
Lebanon delays the start of DST this year.
Changes to future timestamps
This year Lebanon springs forward April 20/21 not March 25/26.
(Thanks to Saadallah Itani.)
2023a
Briefly:
Egypt now uses DST again, from April through October.
This year Morocco springs forward April 23, not April 30.
Palestine delays the start of DST this year.
Much of Greenland still uses DST from 2024 on.
America/Yellowknife now links to America/Edmonton.
tzselect can now use current time to help infer timezone.
The code now defaults to C99 or later.
Fix use of C23 attributes.
Changes to future timestamps
Starting in 2023, Egypt will observe DST from April's last Friday
through October's last Thursday. (Thanks to Ahmad ElDardiry.)
Assume the transition times are 00:00 and 24:00, respectively.
In 2023 Morocco's spring-forward transition after Ramadan
will occur April 23, not April 30. (Thanks to Milamber.)
Adjust predictions for future years accordingly. This affects
predictions for 2023, 2031, 2038, and later years.
This year Palestine will delay its spring forward from
March 25 to April 29 due to Ramadan. (Thanks to Heba Hamad.)
Make guesses for future Ramadans too.
Much of Greenland, represented by America/Nuuk, will continue to
observe DST using European Union rules. When combined with
Greenland's decision not to change the clocks in fall 2023,
America/Nuuk therefore changes from -03/-02 to -02/-01 effective
2023-10-29 at 01:00 UTC. (Thanks to Thomas M. Steenholdt.)
This change from 2022g doesn't affect timestamps until 2024-03-30,
and doesn't affect tm_isdst until 2023-03-25.
Changes to past timestamps
America/Yellowknife has changed from a Zone to a backward
compatibility Link, as it no longer differs from America/Edmonton
since 1970. (Thanks to Almaz Mingaleev.) This affects some
pre-1948 timestamps. The old data are now in 'backzone'.
Changes to past time zone abbreviations
When observing Moscow time, Europe/Kirov and Europe/Volgograd now
use the abbreviations MSK/MSD instead of numeric abbreviations,
for consistency with other timezones observing Moscow time.
Changes to code
You can now tell tzselect local time, to simplify later choices.
Select the 'time' option in its first prompt.
You can now compile with -DTZNAME_MAXIMUM=N to limit time zone
abbreviations to N bytes (default 255). The reference runtime
library now rejects POSIX-style TZ strings that contain longer
abbreviations, treating them as UTC. Previously the limit was
platform dependent and abbreviations were silently truncated to
16 bytes even when the limit was greater than 16.
The code by default is now designed for C99 or later. To build in
a C89 environment, compile with -DPORT_TO_C89. To support C89
callers of the tzcode library, compile with -DSUPPORT_C89. The
two new macros are transitional aids planned to be removed in a
future version, when C99 or later will be required.
The code now builds again on pre-C99 platforms, if you compile
with -DPORT_TO_C89. This fixes a bug introduced in 2022f.
On C23-compatible platforms tzcode no longer uses syntax like
'static [[noreturn]] void usage(void);'. Instead, it uses
'[[noreturn]] static void usage(void);' as strict C23 requires.
(Problem reported by Houge Langley.)
The code's functions now constrain their arguments with the C
'restrict' keyword consistently with their documentation.
This may allow future optimizations.
zdump again builds standalone with ckdadd and without setenv,
fixing a bug introduced in 2022g. (Problem reported by panic.)
leapseconds.awk can now process a leap seconds file that never
expires; this might be useful if leap seconds are discontinued.
Changes to commentary
tz-link.html has a new section "Coordinating with governments and
distributors". (Thanks to Neil Fuller for some of the text.)
To improve tzselect diagnostics, zone1970.tab's comments column is
now limited to countries that have multiple timezones.
Note that leap seconds are planned to be discontinued by 2035.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 9f8ff0501ab4dbbf00c85b81b91d24c5dc59f359
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Sep 20 13:05:33 2023 +0200
usbutils: Update to version 015-1
- IPFire-3.x
- Update from version 014-4 to 105-1
- Changelog
015
usb-devices: list the root devices in numerical order
usb-devices: use 'local' variable type to handle recursion
lsusb: remove unused wireless check
lsusb: remove wireless descriptor information
usb-devices: fix field width on device speed field
lsusb: fix up Midi Device specification devices
Fix an runtime error reported by undefind sanitizer
lsusb: Improve status display for SuperSpeedPlus hubs
lsusb-t: Fix recursive sorting on child devices.
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit ad71cb2fd32508d413b4ab9789c27788450844a6
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Sep 20 12:57:08 2023 +0200
util-linux: Update to version 2.39.2-1
- IPFire-3.x
- Update from version 2.38.1-3 to 2.39.2-1
- Changelogs for each version update are available at
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.2-ChangeLog
for version 2.39.2 and for earlier versions by modifying the url
Alternatively the github commits can be reviewed at
https://github.com/util-linux/util-linux/commits/v2.39.2
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 04194ed5265a9ded1a2ba33de2d5dcdb49d5a692
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Sep 20 12:38:41 2023 +0200
vala: Update to version 0.56.13-1
- IPFire-3.x
- Update from version 0.56.3-1.1 to 0.56.13-1
- Changelog
0.56.13
* Bindings:
- gtk4: Restore CssProvider.load_from_data() signature to take an array
[#1478]
0.56.12
* Regression fix:
- vala: Only transform default initializers of parameters [#1474]
* Bindings:
- gtk4: Preserve compatibility with <= 4.8.x [#1475]
0.56.11
* Various improvements and bug fixes:
- vala: Infer generic type from typeof() initializer of parameters
- girparser: Support glib:ref-func, glib:unref-func, copy-function
and free-function
* Bindings:
- gtk4: Update to 4.12.0
0.56.10
* Various improvements and bug fixes:
- codegen: Don't emit casts in static field initializers [#1459]
- parser: Reset tokens buffer when parsing a new source file
- vala: Output additional information when accessing unknown member
- vala: Allow "set" method of an container to return void or bool
- vala: Correctly handle possible null from SourceFile.get_source_line()
[#1464]
* Bindings:
- glib-2.0: Update return-type of HashTable.add/insert/replace() and
GenericSet.add() [#1465]
- linux: Add resolution field to Input.AbsInfo
- libpq: Fix a few binding errors
0.56.9
* Various improvements and bug fixes:
- codegen: Add missing EXTERN flag for GType function of error domains
[#1449]
- codegen: Improve handling of sealed classes [#1451]
- vala: Report an error when trying to chain up to inaccessible private
ctor [#1445]
- vala: Fix spaces for attributes when writing property accessors
- girwriter: Fix c:type attribute for real struct parameters [#1444]
- testrunner: Add support to check generated header
- manual: Update from wiki.gnome.org
* Bindings:
- gio-2.0: Ease implemention of GLib.ActionGroup [#1447]
- glib-2.0: Fix return-type of GLib.SourceOnceFunc [#1446]
- glib-2.0: Add ConvertError.{NO_MEMORY,EMBEDDED_NUL}
- gtk4: Pick up fix for Gdk.Toplevel.compute_size.size parameter
- vapi: Add documentation to GLib.Math that '-X -lm' may be needed when
compiling [#1388]
0.56.8
* Various improvements and bug fixes:
- codegen: Include "glib-object.h" when using GType/GBoxedCopyFunc
- valadoc: Backing method of lambda-expression isn't included in valadoc AST
- valadoc/tests: Add girwriter test
- build: Improve usage of AC_PATH_PROG() for valacs
- build: valadoc requires valac 0.18.1
* Bindings:
- gio-2.0: Add new symbols from 2.76
- glib-2.0: Add new symbols from 2.76
- glib-2.0: Fix binding of g_variant_type_n_items()
- gtk4: Don't skip AlertDialog ctor
0.56.7
* Various improvements and bug fixes:
- codegen:
+ Fix usage of lambda-expression from delegate initializer [#1428]
- vala:
+ Check type-argument count of interface prerequisites
+ Improve Symbol.to_string() to include TypeParameters
+ Improve error message for wrong number of type-arguments
+ Improve check of type_reference in ObjectCreationExpression
+ Allow inheritance from sealed class in bindings [#1036]
- Fix a couple of type-argument issues in vala itself
- g-i: Fix compiling with mingw clang
* Bindings:
- gio-2.0,glib-2.0,gtk+-3.0,gtk4: Fix a few binding issues
- glib-2.0: g_chdir is declared in <glib/gstdio.h>
0.56.6
* Regression fix:
- vala: Improve initialization of namespace fields with compound
literal [#1424]
* Bindings:
- gio-2.0,glib-2.0,gobject-2.0: Update 2.74 symbols
- webkit2gtk-4.*: Update to 2.40.0
- webkitgtk-6.0: Update to 2.40.0
0.56.5
* Various improvements and bug fixes:
- codegen:
+ Consistently handle GLib.Error as boxed type [#1418]
+ Add cast to accessor calls for generic property implementations
+ Use g_object_class_override_property to implement generic interface
properties [#1419]
+ Add declaration for register call of dynamic DBus interfaces [#1422]
- vala:
+ Correctly handle pre/post-increment expression as index of element
access [#1417]
+ Set proper value-type of unary ref/out expression in initializers [#1421]
+ Allow assignment of namespace fields with inline allocated arrays
- gtkmodule: Improve error messages
* Bindings:
- gtk4: Update to 4.10.1~40b154bf from 0.58
- gtk4: Add sealed to all the final types
- gtk+-3.0: Fix ToolPalette.icon_size get-accessor type
- webkitgtk-6.0: Update to 2.39.90
0.56.4
* Various improvements and bug fixes:
- codegen:
+ Add glib.h include for TRUE/FALSE literal
+ Append VALA_EXTERN also when using fast-vapi
+ Perform required casts for generic types of return-values and
in/out-parameters [#1407]
+ Correctly handle fixed-length array initialization of fields in classes
+ Perform required cast while assigning and passing function pointers [#1408]
+ Cast return value of generic type accessor functions [#1408]
+ Cast vfunc of property accessors by using cast_method_pointer() [#1408]
- vala:
+ Report error in real literal if exponent has no digits
+ Improve compatibility type checks of array elements in assignments
+ Improve missing exponent check for real literals
+ Better handling of [NoReturn] call inside finally clause
- Properly check for colored terminal output on Windows [#1383]
- Fix output decoding error of non-ASCII character on Win32 [#1379]
- parser: Properly handle chained equality expressions [#1385]
- manual: Update from wiki.gnome.org
* Bindings:
- cairo: Add missing Cairo.Pattern.get_rgba() [#1381]
- glib-2.0: Add `double_hash` and `double_equal`
- gtk4: Make Gtk.show_uri_full() an instance method of Gtk.Window [#1347]
- gtk4: Update workaround for DropTarget.drop() signal conflict [#1312]
- libgvc: Fix `cheader_filename` of the `Gvc` namespace
- pango: Fix a few binding errors
- pixman-1: Fix instance position of region copy methods
- webkit2gtk-*.*: Update to 2.37.91
- Add webkitgtk-6.0 bindings
- Update gnome-desktop-3.0 and gnome-desktop-4
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 280ddb29b4e696fdc7c9edecdc094d580f40c2a0
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date: Wed Sep 20 12:18:41 2023 +0200
vim: Update to version 9.0.1916-1
- IPFire-3.x
- Update from version 8.0.1184-3 to 9.0.1916-1
- Patches directory removed as the patch that was in there has now been included
into the vim tarball
- Changelog is the github commits at
https://github.com/vim/vim/commits/master
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
tzdata/tzdata.nm | 6 +++---
usbutils/usbutils.nm | 4 ++--
util-linux/util-linux.nm | 6 +++---
vala/vala.nm | 4 ++--
vim/patches/vim-8.0-rhbz1365258.patch | 12 ------------
vim/vim.nm | 6 +++---
6 files changed, 13 insertions(+), 25 deletions(-)
delete mode 100644 vim/patches/vim-8.0-rhbz1365258.patch
Difference in files:
diff --git a/tzdata/tzdata.nm b/tzdata/tzdata.nm
index aaf821a85..12b303bd0 100644
--- a/tzdata/tzdata.nm
+++ b/tzdata/tzdata.nm
@@ -3,12 +3,12 @@
# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
###############################################################################
-tzdata_version = 2022g
-tzcode_version = 2022g
+tzdata_version = 2023c
+tzcode_version = 2023c
name = tzdata
version = %{tzdata_version}
-release = 2
+release = 1
thisapp = tzdb-%{version}
groups = System/Base
diff --git a/usbutils/usbutils.nm b/usbutils/usbutils.nm
index eb6944f88..0300dd95e 100644
--- a/usbutils/usbutils.nm
+++ b/usbutils/usbutils.nm
@@ -4,8 +4,8 @@
###############################################################################
name = usbutils
-version = 014
-release = 4
+version = 015
+release = 1
groups = System/Tools
url = https://www.linux-usb.org/
diff --git a/util-linux/util-linux.nm b/util-linux/util-linux.nm
index fbb17f901..ce5bcdd82 100644
--- a/util-linux/util-linux.nm
+++ b/util-linux/util-linux.nm
@@ -4,9 +4,9 @@
###############################################################################
name = util-linux
-ver_maj = 2.38
-version = %{ver_maj}.1
-release = 3
+ver_maj = 2.39
+version = %{ver_maj}.2
+release = 1
maintainer = Stefan Schantl <stefan.schantl(a)ipfire.org>
groups = System/Base
diff --git a/vala/vala.nm b/vala/vala.nm
index 9c95ed15b..31dd804a8 100644
--- a/vala/vala.nm
+++ b/vala/vala.nm
@@ -5,9 +5,9 @@
name = vala
ver_major = 0.56
-ver_minor = 3
+ver_minor = 13
version = %{ver_major}.%{ver_minor}
-release = 1.1
+release = 1
groups = Development/Languages
url = http://live.gnome.org/Vala
diff --git a/vim/patches/vim-8.0-rhbz1365258.patch b/vim/patches/vim-8.0-rhbz1365258.patch
deleted file mode 100644
index 85498dba2..000000000
--- a/vim/patches/vim-8.0-rhbz1365258.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up vim80/runtime/syntax/fstab.vim.1365258 vim80/runtime/syntax/fstab.vim
---- vim80/runtime/syntax/fstab.vim.1365258 2016-12-15 10:56:25.822410344 +0100
-+++ vim80/runtime/syntax/fstab.vim 2016-12-15 10:56:52.161519612 +0100
-@@ -36,6 +36,8 @@ syn match fsOperator /[,=:#]/
- syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
- syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
- syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts devtmpfs sysfs usbfs
-+syn keyword fsDeviceKeyword contained PARTLABEL nextgroup=fsDeviceLabel
-+syn keyword fsDeviceKeyword contained PARTUUID nextgroup=fsDeviceUUID
- syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
- syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
- syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs
diff --git a/vim/vim.nm b/vim/vim.nm
index 71596efb7..2001bb322 100644
--- a/vim/vim.nm
+++ b/vim/vim.nm
@@ -4,11 +4,11 @@
###############################################################################
name = vim
-major_ver = 8
+major_ver = 9
minor_ver = 0
-patchlevel = 1184
+patchlevel = 1916
version = %{major_ver}.%{minor_ver}.%{patchlevel}
-release = 3
+release = 1
groups = Applications/Editors
url = http://www.vim.org
hooks/post-receive
--
IPFire 3.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-09-20 11:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20 11:30 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 73a6884a80d67b9e1186295db26b1d4503efe54e Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox