Re: [FRnOG] [TECH] Filtrage ou mitigation d'un message cryptique

2024-01-25 Thread Laurent Barme
Le 25/01/2024 à 17:17, Stéphane Rivière a écrit : … Test ON/OFF avec divers VPN internationaux OK Ce test illustre bien la facilité avec laquelle ce dispositif peut être contourné, merci ! --- Liste de diffusion du FRnOG http://www.frnog.org/

Re: [FRnOG] [TECH] Filtrage ou mitigation d'un message cryptique

2024-01-25 Thread Laurent Barme
Le 24/01/2024 à 20:31, Philippe Bourcier a écrit : … Je trouve que le réflexe sanitaire du moment (quand tu peux) c'est un geofilter + CrowdSec. Comme ca même le national p0wné ne passe pas... Ce conseille est similaire au dogme des mises à jour : il est simple à comprendre, facile à

Re: RFR: 8312603: ArrayIndexOutOfBoundsException in Marlin when scaleX is 0 [v2]

2024-01-25 Thread Laurent Bourgès
> Fixed scale=0 in DMarlinPrismUtils + added new test Scale0Test.java Laurent Bourgès has updated the pull request incrementally with one additional commit since the last revision: fixed test package - Changes: - all: https://git.openjdk.org/jfx/pull/1348/files - new: ht

Bug#1061444: pcscd: GDM user is NOT authorized for action: access_pcsc

2024-01-24 Thread Laurent Bigonville
there is a smartcard in the reader and then use the gdm-smartcard PAM service instead of the gdm-password one to perform login. I guess that GDM should be whitelisted to allow it to use pcscd? Kind regards, Laurent Bigonville -- System Information: Debian Release: trixie/sid APT prefers unstable-debug

Bug#1061444: pcscd: GDM user is NOT authorized for action: access_pcsc

2024-01-24 Thread Laurent Bigonville
there is a smartcard in the reader and then use the gdm-smartcard PAM service instead of the gdm-password one to perform login. I guess that GDM should be whitelisted to allow it to use pcscd? Kind regards, Laurent Bigonville -- System Information: Debian Release: trixie/sid APT prefers unstable-debug

RFR: JDK-8312603: ArrayIndexOutOfBoundsException in Marlin when scaleX is 0 + minor syntax fixes (merge with latest MarlinFX)

2024-01-24 Thread Laurent Bourgès
Fixed scale=0 in DMarlinPrismUtils + added new test Scale0Test.java - Commit messages: - JDK-8312603: ArrayIndexOutOfBoundsException in Marlin when scaleX is 0 + minor syntax fixes (merge with latest MarlinFX) Changes: https://git.openjdk.org/jfx/pull/1348/files Webrev:

[PATCH v2 2/2] e1000e: fix link state on resume

2024-01-24 Thread Laurent Vivier
t;execute": "cont" } To fix the problem, merge the content of e1000e_vm_state_change() into e1000e_core_post_load() as e1000 does. Buglink: https://issues.redhat.com/browse/RHEL-21867 Fixes: 6f3fbe4ed06a ("net: Introduce e1000e device emulation") Suggested-by: Akihiko Odaki Sig

[PATCH v2 1/2] igb: fix link state on resume

2024-01-24 Thread Laurent Vivier
quot;execute": "cont" } To fix the problem, merge the content of igb_vm_state_change() into igb_core_post_load() as e1000 does. Buglink: https://issues.redhat.com/browse/RHEL-21867 Fixes: 3a977deebe6b ("Intrdocue igb device emulation") Cc: akihiko.od...@daynix.com Suggested-by: Akihiko Odaki

Re: rust-analyzer: proc-macro support broken

2024-01-24 Thread Laurent Cheylus
s/proc-macro-srv-cli/src/ main.rs#L25). Same errors with '#![feature]' not supported with Rust stable release for proc-macro-srv crate. Laurent

AnyEvent::HTTP parsing issue

2024-01-23 Thread Laurent
Hi, In AnyEvent::HTTP 2.25 (and Perl 5.22), I encountered a response parsing issue. The problem comes from a response without a Reason (valid HTTP): >From curl: < HTTP/1.1 400 < Content-Length: 0 < Date: Tue, 23 Jan 2024 14:49:24 GMT < Connection: close < Hex of the 2 first lines:

Re: [PATCH 3/5] drm/bridge: simple-bridge: Allow acquiring the next bridge with fwnode API

2024-01-23 Thread Laurent Pinchart
Hello Sui, On Tue, Jan 23, 2024 at 08:18:22PM +0800, Sui Jingfeng wrote: > On 2024/1/23 09:18, Laurent Pinchart wrote: > > On Tue, Jan 23, 2024 at 12:32:18AM +0800, Sui Jingfeng wrote: > >> Which make it possible to use this driver on non-DT based systems, > >> me

Re: [PATCH 2/5] drm/bridge: simple-bridge: Extend match support for non-DT based systems

2024-01-23 Thread Laurent Pinchart
On Tue, Jan 23, 2024 at 04:20:04PM +0800, Sui Jingfeng wrote: > On 2024/1/23 09:21, Laurent Pinchart wrote: > > On Tue, Jan 23, 2024 at 12:32:17AM +0800, Sui Jingfeng wrote: > >> Which is intended to be used on non-DT environment, where the simple-bridge > >> platform

Re: [PATCH 1/5] drm/bridge: Add drm_bridge_find_by_fwnode() helper

2024-01-23 Thread Laurent Pinchart
Hi Sui, On Tue, Jan 23, 2024 at 04:01:28PM +0800, Sui Jingfeng wrote: > On 2024/1/23 09:17, Laurent Pinchart wrote: > > On Tue, Jan 23, 2024 at 12:32:16AM +0800, Sui Jingfeng wrote: > >> Because ACPI based systems only has the fwnode associated, the of_node > >> memb

[PATCH 1/2] igb: fix link state on resume

2024-01-23 Thread Laurent Vivier
quot;execute": "cont" } To fix the problem, merge the content of igb_vm_state_change() into igb_core_post_load() as e1000 does. Buglink: https://issues.redhat.com/browse/RHEL-21867 Suggested-by: Akihiko Odaki Signed-off-by: Laurent Vivier --- hw/net/igb_core.c | 47 +++

[PATCH 2/2] e1000e: fix link state on resume

2024-01-23 Thread Laurent Vivier
t;execute": "cont" } To fix the problem, merge the content of e1000e_vm_state_change() into e1000e_core_post_load() as e1000 does. Buglink: https://issues.redhat.com/browse/RHEL-21867 Suggested-by: Akihiko Odaki Signed-off-by: Laurent Vivier --- hw/net/e1000e_core.c | 50 +++-

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-01-22 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480193 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #3 from Laurent

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-01-22 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480193 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #3 from Laurent

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-01-22 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480193 --- Comment #2 from Laurent Montel --- Git commit 3442628448349d1f12d97a28efc397d5e08c3001 by Laurent Montel. Committed on 23/01/2024 at 07:01. Pushed by mlaurent into branch 'master'. Don't insert HTML in subject M +2-2src/editor

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-01-22 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480193 --- Comment #2 from Laurent Montel --- Git commit 3442628448349d1f12d97a28efc397d5e08c3001 by Laurent Montel. Committed on 23/01/2024 at 07:01. Pushed by mlaurent into branch 'master'. Don't insert HTML in subject M +2-2src/editor

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-01-22 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480193 --- Comment #1 from Laurent Montel --- Git commit a10fca4cb4d16440db694a9e007186c1230eba69 by Laurent Montel. Committed on 23/01/2024 at 06:59. Pushed by mlaurent into branch 'release/24.02'. Don't insert HTML in subject M +2-2src/editor

[kmail2] [Bug 480193] KMail QML HTML injection via --subject and --attach

2024-01-22 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480193 --- Comment #1 from Laurent Montel --- Git commit a10fca4cb4d16440db694a9e007186c1230eba69 by Laurent Montel. Committed on 23/01/2024 at 06:59. Pushed by mlaurent into branch 'release/24.02'. Don't insert HTML in subject M +2-2src/editor

Re: [PATCH 2/5] drm/bridge: simple-bridge: Extend match support for non-DT based systems

2024-01-22 Thread Laurent Pinchart
dev); > > /* Get the next bridge in the pipeline. */ > remote = of_graph_get_remote_node(pdev->dev.of_node, 1, -1); > @@ -309,3 +330,4 @@ module_platform_driver(simple_bridge_driver); > MODULE_AUTHOR("Maxime Ripard "); > MODULE_DESCRIPTION("Simple DRM bridge driver"); > MODULE_LICENSE("GPL"); > +MODULE_ALIAS("platform:simple-bridge"); This is an unrelated change. -- Regards, Laurent Pinchart

Re: [PATCH 5/5] drm-bridge: display-connector: Switch to use fwnode API

2024-01-22 Thread Laurent Pinchart
ridge.ddc) > return -EPROBE_DEFER; > } else { > @@ -380,6 +381,7 @@ static int display_connector_probe(struct platform_device > *pdev) > > conn->bridge.funcs = _connector_bridge_funcs; > conn->bridge.of_node = pdev->dev.of_node; > + conn->bridge.fwnode = pdev->dev.fwnode; This goes in the right direction. Let's address the other drivers and drop the OF-based calls in the same series :-) > > if (conn->bridge.ddc) > conn->bridge.ops |= DRM_BRIDGE_OP_EDID -- Regards, Laurent Pinchart

Re: [PATCH 3/5] drm/bridge: simple-bridge: Allow acquiring the next bridge with fwnode API

2024-01-22 Thread Laurent Pinchart
ROBE_DEFER; > @@ -231,6 +267,7 @@ static int simple_bridge_probe(struct platform_device > *pdev) > /* Register the bridge. */ > sbridge->bridge.funcs = _bridge_bridge_funcs; > sbridge->bridge.of_node = pdev->dev.of_node; > + sbridge->bridge.fwnode = pdev->dev.fwnode; > sbridge->bridge.timings = sbridge->info->timings; > > drm_bridge_add(>bridge); > -- > 2.25.1 > -- Regards, Laurent Pinchart

Re: [PATCH 1/5] drm/bridge: Add drm_bridge_find_by_fwnode() helper

2024-01-22 Thread Laurent Pinchart
/** @list: to keep track of all added bridges */ > struct list_head list; > /** > @@ -796,6 +798,8 @@ static inline struct drm_bridge > *of_drm_find_bridge(struct device_node *np) > } > #endif > > +struct drm_bridge *drm_bridge_find_by_fwnode(struct fwnode_handle *fwnode); > + > /** > * drm_bridge_get_next_bridge() - Get the next bridge in the chain > * @bridge: bridge object -- Regards, Laurent Pinchart

[nebula-dev] Nebula 3.1.1 planned for next week

2024-01-22 Thread Laurent Caron via nebula-dev
Laurent ___ nebula-dev mailing list nebula-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/nebula-dev

Re: RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-21 Thread Laurent Bourgès
On Thu, 18 Jan 2024 21:35:37 GMT, Phil Race wrote: >> Of course, I will make constant Font instances (no new Font() in benchmark >> code!) and use family name (Dialog or SansSerif), what do you prefer? > > either dialog or sansserif. Dialog is the default font so perhaps that. Dialog by

[Ruqola] [Bug 480049] Cannot login via Google accounts

2024-01-19 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=480049 --- Comment #1 from Laurent Montel --- Hi, Indeed it's not implemented yet. In ruqola 2.1 I made a lot of improvment for oauth2 authentication but the problem is missing auth2 plugin support yet and test server. I will try to improve it but not sure

Re: [PATCH 3/4] drm: xlnx: zynqmp_dpsub: Don't generate vblank in live mode

2024-01-19 Thread Laurent Pinchart
rpose of zynqmp_dp_write() is to clear status register. The > sooner we do it the better (after reading status in the local variable > of course). No disagreement about that. Tomi's point is that it's a good change, but it should be done in a separate patch, by itself, not bundled with other changes. The usual rule in the kernel is "one change, one commit". > We can also reuse status variable for in-place filtering > against the interrupt mask, which makes this change dependent on > zynqmp_dp_write() reordering. I will add a comment explaining this. Is > it ok? -- Regards, Laurent Pinchart

Re: RFR: 8323170 - j2dbench is using outdated javac source/target to be able to build by itself

2024-01-18 Thread Laurent Bourgès
On Mon, 8 Jan 2024 13:03:22 GMT, Jiří Vaněk wrote: > This PR is fixig to-old values of javac source/target for jdk22. > Note, that jdk21 suffers the same, only the target values have to be 8. I > will be happy to backport this cange to jdk17 later. > > Note, that considering the rolling

[Git][archlinux/packaging/packages/minetest][main] upgpkg: 5.8.0-2: remove default minetest game

2024-01-18 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / minetest Commits: 7d8c7e51 by Laurent Carlier at 2024-01-18T10:22:50+01:00 upgpkg: 5.8.0-2: remove default minetest game - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/minetest] Pushed new tag 5.8.0-2

2024-01-18 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed new tag 5.8.0-2 at Arch Linux / Packaging / Packages / minetest -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/minetest/-/tree/5.8.0-2 You're receiving this email because of your account on gitlab.archlinux.org.

Re: RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-18 Thread Laurent Bourgès
On Mon, 15 Jan 2024 11:14:40 GMT, Alexey Ushakov wrote: >> - new executor modes (buffer & volatile) >> - support parallel rendering on several frames and / or screens >> - added robot calibration + optionally use rounded duration to min frame >> latency (120Hz) >> - give more statistics in

Re: RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-18 Thread Laurent Bourgès
On Tue, 16 Jan 2024 21:46:24 GMT, Phil Race wrote: >> - new executor modes (buffer & volatile) >> - support parallel rendering on several frames and / or screens >> - added robot calibration + optionally use rounded duration to min frame >> latency (120Hz) >> - give more statistics in verbose

[kmail2] [Bug 479932] Mail display eat spaces after quote characters

2024-01-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479932 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #2 from Laurent

[kmail2] [Bug 479932] Mail display eat spaces after quote characters

2024-01-17 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479932 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #2 from Laurent

Re: [PATCH 1/4] drm: xlnx: zynqmp_dpsub: Make drm bridge discoverable

2024-01-17 Thread Laurent Pinchart
is is needed (and why it wasn't needed > before) would be nice. > > Other than that: > > Reviewed-by: Tomi Valkeinen Agreed. With a better commit message, Reviewed-by: Laurent Pinchart > > Signed-off-by: Anatoliy Klymenko > > --- > > drivers/gpu/drm/xl

Re: [PATCH 0/4] Fixing live video input in ZynqMP DPSUB

2024-01-17 Thread Laurent Pinchart
ther way around, with the bridge hardware supporting a limited set of formats, and the CRTC then being programmed with whatever the bridges chain needs. Here, the negotiation needs to go the other way around, as the CRTC is the limiting factor, not the bridge. Is this explanation clear ? -- Regards, Laurent Pinchart

[update] editors/neovim 0.9.5

2024-01-16 Thread Laurent Cheylus
Hi, a simple patch to update editors/neovim port with the latest release of Neovim (0.9.5) https://github.com/neovim/neovim/releases/tag/v0.9.5 Build and tests OK on current/amd64. Tests OK with my Lua configuration and 30 plugins! Laurent Index: Makefile

duktape: race condition fix

2024-01-16 Thread Laurent Gauthier
it appears is the lack of mutex lock/unlock operation around the update of the return AND the pthread_cond_signal(). Let me know if you have any questions. Kind regards, Laurent. -- Laurent Gauthier Embedded Linux Systems & Software Phone: +33 630 483 429 https://soccasys.com

Re: Rule to identify quoted-printable text

2024-01-15 Thread Laurent S.
::ReplaceTags Best regards, Laurent On 16.01.24 05:15, Jimmy wrote: > -- > Content-Transfer-Encoding: quoted-printable > > Login p=D0=B0ssword is s=D0=B5t to =D0=B5xpir=D0=B5 > -- > > In the provided email snippet, I aim to match the text

Re: RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-15 Thread Laurent Bourgès
On Fri, 12 Jan 2024 21:34:32 GMT, Laurent Bourgès wrote: > - new executor modes (buffer & volatile) > - support parallel rendering on several frames and / or screens > - added robot calibration + optionally use rounded duration to min frame > latency (120Hz) > - give more st

Re: RFR: JDK-8320113: [macos14] : ShapeNotSetSometimes.java fails intermittently on macOS 14 [v2]

2024-01-15 Thread Laurent Bourgès
On Fri, 12 Jan 2024 20:21:52 GMT, Harshitha Onkar wrote: >> ShapeNotSetSometimes.java fails intermittently on macOS 14. Following is a >> test stabilization fix for macOS 14. With the added delays >> ShapeNotSetSometimes.java passes on older versions of macOS as well as on >> macOS 14.1,

Re: RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-13 Thread Laurent Bourgès
On Fri, 12 Jan 2024 21:34:32 GMT, Laurent Bourgès wrote: > - new executor modes (buffer & volatile) > - support parallel rendering on several frames and / or screens > - added robot calibration + optionally use rounded duration to min frame > latency (120Hz) > - give more st

RFR: JDK-8323695 RenderPerf (2D) enhancements (23.12)

2024-01-13 Thread Laurent Bourgès
- new executor modes (buffer & volatile) - support parallel rendering on several frames and / or screens - added robot calibration + optionally use rounded duration to min frame latency (120Hz) - give more statistics in verbose (-v) - added new command-line arguments - added version + help

Re: version information output

2024-01-12 Thread Laurent Bercot
policy you should have it on your system, and you should assume that your requirements are met (and it's a bug if they are not). "true --help" and "true --version" are often mentioned for laughs; there is a reason for that. -- Laurent

Re: Goldfish TTY enhancement

2024-01-12 Thread Laurent Vivier
the spec needs to be updated before the change can be accepted in mainstream QEMU, but since I'm not sure I Cc'ed Alex, David and Laurent. Hey Philippe, I have seen that document didn’t realize that it was the source of truth for the Goldfish devices in Qemu, as Qemu already has Goldfish devices

Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-12 Thread Laurent Bigonville
Le 12/01/24 à 12:46, Jörg-Volker Peetz a écrit : Hello Laurent, Hello Jörg, Thanks for your reply [...] Concerning the loopback (127.0.0.1/::1) interface, here is the output of the command 'ip ad': 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000     link/loopback 00

Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-12 Thread Laurent Bigonville
severity  1059922 important thanks > Dear Laurent Bigonville, Hello Jörg, > with version 2.8.0-7 an EATON UPS connected to a debian computer via > USB was working in standalone mode as expected. The only change in the > config files was in /etc/nut/ups.conf where I added the fol

Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-12 Thread Laurent Bigonville
severity  1059922 important thanks > Dear Laurent Bigonville, Hello Jörg, > with version 2.8.0-7 an EATON UPS connected to a debian computer via > USB was working in standalone mode as expected. The only change in the > config files was in /etc/nut/ups.conf where I added the fol

Re: [mailop] BIMI boycott? Lookup tool, why we publish BIMI anyway, and intellectual property law considerations

2024-01-11 Thread Laurent S. via mailop
of safety. Best, Laurent ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

Re: [FRnOG] [TECH] UCEPROTECTL3 blacklist

2024-01-11 Thread Laurent S. via frnog
, cela reste possible que cela soit en votre défaveur. Cordialement, Laurent On 11.01.24 11:13, Merwan Zenati wrote: > Bonjour a tous, > > Ce matin un de mes collaborateurs m'a fait part du fait que ses invit teams > se retrouvent dans les spams. Je vois que notre ndd est sur la

Re: [mailop] BIMI boycott? Lookup tool, why we publish BIMI anyway, and intellectual property law considerations

2024-01-11 Thread Laurent S. via mailop
to pay for the verification/certification, but leaving the door open to abuse is a dangerous path to take. Being on the antispam side, I would hate to have to start implementing BIMI spoof checks. Regards, Laurent On 11.01.24 00:05, Louis Laureys via mailop wrote: > We decided to k

Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-10 Thread Laurent Pinchart
if (crtc->vblank_enable) > > > > > > drm_crtc_handle_vblank(>crtc); > > > > > > > > > > > > if (status & VSP1_DU_STATUS_COMPLETE) > > > > > > rzg2l_du_crtc_finish_page_flip(crtc); > &

Re: [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support

2024-01-10 Thread Laurent Pinchart
f, const struct vsp1_du_atomic_config *cfg); void vsp1_du_atomic_flush(struct device *dev, unsigned int pipe_index, const struct vsp1_du_atomic_pipe_config *cfg); These operations configure planes (the VSP has a blending engine with 2 to 5 inputs depending on the exact SoC) and writeback (the VSP being historically just a memory-to-memory engine, it supports writing the output to memory in addition to forwarding it to the DU). The display lists are fully handled inside the VSP driver, the DU doesn't need to manage them. You can ignore the implementation details of the VSP itself. -- Regards, Laurent Pinchart

Re: [PATCH] hw/timer: fix systick trace message

2024-01-10 Thread Laurent Vivier
ze) "systick write addr 0x%" PRIx64 " data 0x%" PRIx32 " size %u" Reviewed-by: Laurent Vivier

Bug#1060378: cups-daemon: apparmor denies net_admin capability

2024-01-10 Thread Laurent Bigonville
t; pid=149384 comm="cupsd" capability=12 capname="net_admin" Not too sure what part requires it, but I guess it should be either allowed or the audit trail should be suppressed Kind regards, Laurent Bigonville -- System Information: Debian Release: trixie/sid APT prefers unstable-

Bug#1060378: cups-daemon: apparmor denies net_admin capability

2024-01-10 Thread Laurent Bigonville
t; pid=149384 comm="cupsd" capability=12 capname="net_admin" Not too sure what part requires it, but I guess it should be either allowed or the audit trail should be suppressed Kind regards, Laurent Bigonville -- System Information: Debian Release: trixie/sid APT prefers unstable-

Re: RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v11]

2024-01-08 Thread Laurent Bourgès
On Sun, 22 Oct 2023 17:26:52 GMT, Laurent Bourgès wrote: >> * improved mixed insertion sort (makes whole sorting faster) >> * introduced Radix which sort shows several times boost of performance and >> has linear complexity instead of n*ln(n) >> * improved merging sor

[Git][archlinux/packaging/packages/gpxsee][main] upgpkg: 13.14-2: add an optional dependency

2024-01-07 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / gpxsee Commits: 897c000c by Laurent Carlier at 2024-01-07T11:19:49+01:00 upgpkg: 13.14-2: add an optional dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/gpxsee] Pushed new tag 13.14-2

2024-01-07 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed new tag 13.14-2 at Arch Linux / Packaging / Packages / gpxsee -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gpxsee/-/tree/13.14-2 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/qtpbfimageplugin] Pushed new branch main

2024-01-07 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed new branch main at Arch Linux / Packaging / Packages / qtpbfimageplugin -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qtpbfimageplugin/-/tree/main You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/qtpbfimageplugin] Pushed new tag 3.0-1

2024-01-07 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed new tag 3.0-1 at Arch Linux / Packaging / Packages / qtpbfimageplugin -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qtpbfimageplugin/-/tree/3.0-1 You're receiving this email because of your account on gitlab.archlinux.org.

Re: How to remove a file containing CR/LF from source

2024-01-07 Thread Laurent Balland
Thanks Anras for your fast answer. I keep the procedure. As Ilmari already proposed the same patch, I suggest to abandoned this one. Laurent Le 07/01/2024 à 10:26, Andras Timar a écrit : Hi Laurent, 1. git rm extras/source/templates/presnt/Growing_Liberty/readme.txt 2. git commit -a -m &quo

How to remove a file containing CR/LF from source

2024-01-07 Thread Laurent Balland
: extras/source/templates/presnt/Growing_Liberty/readme.txt Or explain me the procedure? Regards, Laurent Balland [1] https://gerrit.libreoffice.org/c/core/+/161501 [2] https://cgit.freedesktop.org/libreoffice/core/tree/extras/source/templates/presnt/Growing_Liberty/readme.txt

Re: How to force Jenkins to verify if failing probability is too high

2024-01-06 Thread Laurent Balland
Thanks Ilmari for your help. I should have 'make clean extras' to detect my error. Best regards, Laurent Balland Le 01/01/2024 à 17:23, Ilmari Lauhakangas a écrit : On 1.1.2024 11.20, Laurent Balland wrote: Hello, My change [1] did not pass Jenkins verification due to a failing

Re: [FRnOG] [MISC] Limitation de puissance Linky : concrètement, c'est quoi ?

2024-01-05 Thread Laurent Barme
ce bien le changement de sujet qui est bloqué par FRnOG ou est-ce un autre mécanisme à l'œuvre ? Le 05/01/2024 à 10:12, Laurent Barme a écrit : … Comment Cloudfront pourrait-il bloquer ton accès à une page du site Enedis et pourquoi aurait-il pris une telle décision ? Utilises-tu un blocage de coo

Re: [FRnOG] [MISC] Limitation de puissance Linky : concrètement, c'est quoi ?

2024-01-05 Thread Laurent Barme
Le 04/01/2024 à 21:55, Julien Escario a écrit : Le 04/01/2024 à 18:31, Paul Caranton via frnog a écrit : … Source : https://www.enedis.fr/faq/limitation-temporaire-de-puissance-electrique/comment-le-test-va-t-il-se-derouler Alors, j'adorerais accéder à cette ressource mais Cloudfront

Re: [FRnOG] [MISC] Limitation de puissance Linky : concrètement, c'est quoi ?

2024-01-04 Thread Ducassou Laurent
"encaisser" pendant 40s x2.5 la puissance abonnement permet de soutiré pendant 40s jusqu'à 7.5kVa (en 3kVa) ou 250s jusqu'à 4.2kVa (en 3kVa) suffit à "faire demarer" la PAC. En 6kVa tout electrique (dont PAC + chauffage sdb electrique en maison), j'ai jamais disjoncté en 6

[kmail2] [Bug 360194] Archiving takes current date, not date of messages

2024-01-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=360194 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #5 from Laurent

[kmail2] [Bug 360194] Archiving takes current date, not date of messages

2024-01-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=360194 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #5 from Laurent

[kmail2] [Bug 476411] KMail crashes after removing SMTP accounts

2024-01-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=476411 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[kmail2] [Bug 476411] KMail crashes after removing SMTP accounts

2024-01-03 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=476411 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED CC

Re: s6-rc: dependencies across scandirs

2024-01-03 Thread Laurent Bercot
://skarnet.org/software/s6/s6-svperms.html When relevant (at user login time? earlier?) make seatd controllable by a group only the console user is in. Then you can simply add a s6-svc -u for seatd in your sway run script, if that's what you need. -- Laurent

[Akonadi] [Bug 479341] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479341 --- Comment #3 from Laurent Montel --- *** Bug 479342 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Akonadi] [Bug 479341] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479341 --- Comment #3 from Laurent Montel --- *** Bug 479342 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[Akonadi] [Bug 479342] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479342 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org Resolution

[Akonadi] [Bug 479342] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479342 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org Resolution

[Akonadi] [Bug 479341] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479341 --- Comment #2 from Laurent Montel --- *** Bug 479343 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[kmail2] [Bug 479343] Akonadi server crashed

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479343 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[Akonadi] [Bug 479341] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479341 --- Comment #2 from Laurent Montel --- *** Bug 479343 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kmail2] [Bug 479343] Akonadi server crashed

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479343 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[Akonadi] [Bug 479341] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479341 --- Comment #1 from Laurent Montel --- *** Bug 479344 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[Akonadi] [Bug 479341] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479341 --- Comment #1 from Laurent Montel --- *** Bug 479344 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Akonadi] [Bug 479344] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479344 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Akonadi] [Bug 479344] Akonadi server crashed.

2024-01-02 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479344 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[Git][archlinux/packaging/packages/lib32-amdvlk] Pushed new tag 2023.Q4.3-1

2024-01-02 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed new tag 2023.Q4.3-1 at Arch Linux / Packaging / Packages / lib32-amdvlk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/tree/2023.Q4.3-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/lib32-amdvlk][main] upgpkg: 2023.Q4.3-1: upstream update 2023.Q4.3

2024-01-02 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / lib32-amdvlk Commits: 2cd4664e by Laurent Carlier at 2024-01-03T07:20:35+01:00 upgpkg: 2023.Q4.3-1: upstream update 2023.Q4.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/amdvlk] Pushed new tag 2023.Q4.3-1

2024-01-02 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed new tag 2023.Q4.3-1 at Arch Linux / Packaging / Packages / amdvlk -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/amdvlk/-/tree/2023.Q4.3-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/amdvlk][main] upgpkg: 2023.Q4.3-1: upstream update 2023.Q4.3

2024-01-02 Thread Laurent Carlier (@lcarlier)
Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / amdvlk Commits: 6fb44022 by Laurent Carlier at 2024-01-03T07:20:20+01:00 upgpkg: 2023.Q4.3-1: upstream update 2023.Q4.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

core.git: extras/source

2024-01-02 Thread Laurent Balland (via logerrit)
changed, 123 insertions(+), 70 deletions(-) New commits: commit 4f6143ac17cd36f33828136d2b1e3dbd5833e30c Author: Laurent Balland AuthorDate: Fri Dec 29 11:43:04 2023 +0100 Commit: Laurent Balland CommitDate: Tue Jan 2 13:01:08 2024 +0100 tdf#158863 Move README to meta.xml Impress

How to force Jenkins to verify if failing probability is too high

2024-01-01 Thread Laurent Balland
. Laurent Balland [1] https://gerrit.libreoffice.org/c/core/+/161513 [2] https://ci.libreoffice.org/job/gerrit_master_ml/9114/consoleFull#-355731841d24ee341-16ff-442b-9671-37df50e21a67

[kontact] [Bug 479129] Country in Contacts is replaced by another country

2023-12-28 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479129 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kontact] [Bug 479129] Country in Contacts is replaced by another country

2023-12-28 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=479129 Laurent Montel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

Re: [PATCH] q800: move dp8393x_prom memory region to Q800MachineState

2023-12-28 Thread Laurent Vivier
a1; MOS6522Q800VIA2State via2; dp8393xState dp8393x; +MemoryRegion dp8393x_prom; ESCCState escc; OrIRQState escc_orgate; SysBusESPState esp; Reviewed-by: Laurent Vivier

[nebula-dev] Nebula 3.1.1 is out

2023-12-25 Thread Laurent Caron via nebula-dev
rder) : Laurent Caron, Wim Jongman, Ed Merks, Carsten Pleiffer, Preston ( https://github.com/riyueniao), Stereotron (https://github.com/stereotron), Vicenrico (https://github.com/vicenrico). Thanks to everybody for your work and support, it's great to be part of the Nebula Project. Unfortunately I ran

[digikam] [Bug 478222] AppImage 8.2.0 fails to start on Ubuntu 20.04: CXXABI_1.3.13, GLIBCXX_3.4.29 and GLIBCXX_3.4.30 not found

2023-12-23 Thread Laurent Trinques
https://bugs.kde.org/show_bug.cgi?id=478222 --- Comment #9 from Laurent Trinques --- @Gilles https://download.qelectrotech.org/qet/forum_img_2/digikam-8.3.0_appimage_20.04-2.png -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 478222] AppImage 8.2.0 fails to start on Ubuntu 20.04: CXXABI_1.3.13, GLIBCXX_3.4.29 and GLIBCXX_3.4.30 not found

2023-12-23 Thread Laurent Trinques
https://bugs.kde.org/show_bug.cgi?id=478222 --- Comment #8 from Laurent Trinques --- I used debug AppImage... -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 478222] AppImage 8.2.0 fails to start on Ubuntu 20.04: CXXABI_1.3.13, GLIBCXX_3.4.29 and GLIBCXX_3.4.30 not found

2023-12-23 Thread Laurent Trinques
https://bugs.kde.org/show_bug.cgi?id=478222 Laurent Trinques changed: What|Removed |Added CC||scor...@qelectrotech.org --- Comment #7

Re: [announce] skalibs-2.14.1.0, tipidee-0.0.3.0, shibari-0.0.1.0

2023-12-23 Thread Laurent Bercot
Additionally, the shibari documentation has been ported: * https://git.sr.ht/~flexibeast/shibari-man-pages/refs/v0.0.1.0.1 (For those wondering, porting the two man pages for shibari took me roughly an hour.) You are awesome.

<    5   6   7   8   9   10   11   12   13   14   >