Re: Raku regex assert doesn't match

2023-07-30 Thread Marcel Timmerman
On 30-07-2023 06:21, Darren Duncan wrote: Hello, I have a Raku regex question. See the following:     token nonquoted_alphanumeric_text     {     >     <[ A..Z _ a..z ]> <[ 0..9 A..Z _ a..z ]>*     } What I want is for "nonquoted_alphanumeric_text" to match any simple ASCII bareword

Re: [OpenIndiana-discuss] ntpd has issues after upgraded to latest OI Hipster release today

2023-07-29 Thread Marcel Telka
This is an old and well known bug in ntp: https://bugs.ntp.org/show_bug.cgi?id=3552 -- +---+ | Marcel Telka e-mail: mar...@telka.sk | |homepage:

[PATCH v4 0/3] board: toradex: add verdin am62 support

2023-07-28 Thread Marcel Ziswiler
From: Marcel Ziswiler This series adds initial support for the Toradex Verdin AM62 SoM [1]. The first commit adds resp. PID4s to the ConfigBlock, the second one fixes an early clocking issue confirmed to be a weird bug in TI's scripting. And last but not least support for the Toradex Verdin

[PATCH v4 2/3] arm: mach-k3: am62: fix 2nd mux option of clkout0

2023-07-28 Thread Marcel Ziswiler
From: Marcel Ziswiler Fix second mux option of clkout0 which should really be DEV_BOARD0_CLKOUT0_IN_PARENT_HSDIV4_16FFT_MAIN_2_HSDIVOUT1_CLK10 rather than twice the same according to [1]. [1] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62x/clocks.html#clocks-for-board0-device

[PATCH v4 1/3] toradex: tdx-cfg-block: add verdin am62 skus

2023-07-28 Thread Marcel Ziswiler
From: Marcel Ziswiler Add initial Verdin AM62 Quad 1GB WB IT prototype and launch configuration SKUs to ConfigBlock handling. 0069: Verdin AM62 Quad 1GB WB IT 0071: Verdin AM62 Solo 512MB 0072: Verdin AM62 Solo 512MB WB IT 0073: Verdin AM62 Dual 1GB ET 0074: Verdin AM62 Dual 1GB IT 0075: Verdin

Re: [PATCH v4 1/2] net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node

2023-07-28 Thread Marcel Ziswiler
Hi Maxime On Fri, 2023-07-28 at 15:52 +0200, mrip...@kernel.org wrote: > On Fri, Jul 28, 2023 at 01:34:38PM +0000, Marcel Ziswiler wrote: [snip] > > However, so far I could not make this work for our use-case [1]. It just > > keeps crashing. Any ideas? > > > > [s

Re: [PATCH v4 1/2] net: ti: am65-cpsw-nuss: Enforce pinctrl state on the MDIO child node

2023-07-28 Thread Marcel Ziswiler
0000000 x18: 99f00d70 x19: 99eeead4 x20: 99f10590 x21: 0007 x22: x23: 0001 x24: 0080 x25: x26: x27: 1fff x28: x29: 99eeea30 Code: 2a0103e9 2a0303e8 910003fd f94000e0 (b9400400) Resetting CPU ... resetting ... [1] https://lore.kernel.org/all/20230715074050.941051-1-mar...@ziswiler.com Cheers Marcel

Re: [PATCH v2 0/4] net: ti: am65-cpsw-nuss: Drop custom properties

2023-07-28 Thread Marcel Ziswiler
works with our in-flight stuff [1] with the same adjustments which we will shortly send as a v4. Tested-by: Marcel Ziswiler [1] https://lore.kernel.org/all/20230715074050.941051-1-mar...@ziswiler.com Cheers Marcel

Re: [PATCH v3 3/3] board: toradex: add verdin am62 support

2023-07-24 Thread Marcel Ziswiler
Hi Nishanth On Fri, 2023-07-21 at 08:37 -0500, Nishanth Menon wrote: > On 09:40-20230715, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > This adds initial support for the Toradex Verdin AM62 Quad 1GB WB IT > > V1.0A module. They are strapped to boot from

Re: Strange construct in binman description

2023-07-23 Thread Marcel Ziswiler
Hi Simon On Jul 23, 2023 05:48, Simon Glass wrote: Hi Marcel, I just noticed this in an imx8 description: binman_configuration: @config-SEQ { I remember having stumbled over this before but I do not remember any exact details, sorry. Since this is a generator node, binman blindly generates

Re: [chrono] terrain

2023-07-22 Thread Marcel Offermans
If you are using RigidTerrain and vehicles with some form of empirical tire model, then you can create a terrain with a custom methods to get the terrain height, normal and friction at any location on the terrain. You can use that to create your own terrain model that will only load an area

[jira] [Commented] (OAK-10357) Path option for documentstore-check

2023-07-18 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17744189#comment-17744189 ] Marcel Reutegger commented on OAK-10357: Proposed changes in PR: https://github.com/apache

[jira] [Created] (OAK-10357) Path option for documentstore-check

2023-07-18 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10357: -- Summary: Path option for documentstore-check Key: OAK-10357 URL: https://issues.apache.org/jira/browse/OAK-10357 Project: Jackrabbit Oak Issue Type

[jira] [Resolved] (OAK-10340) Child order not updated on source after move

2023-07-17 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10340. Fix Version/s: 1.54.0 Resolution: Fixed Merged PR into trunk. > Child or

[PATCH v3 0/3] board: toradex: add verdin am62 support

2023-07-15 Thread Marcel Ziswiler
From: Marcel Ziswiler This series adds initial support for the Toradex Verdin AM62 SoM [1]. The first commit adds resp. PID4 to the ConfigBlock, the second one fixes an early clocking issue confirmed to be a weird bug in TI's scripting. And last but not least support for the Toradex Verdin AM62

[PATCH v3 2/3] arm: mach-k3: am62: fix 2nd mux option of clkout0

2023-07-15 Thread Marcel Ziswiler
From: Marcel Ziswiler Fix second mux option of clkout0 which should really be DEV_BOARD0_CLKOUT0_IN_PARENT_HSDIV4_16FFT_MAIN_2_HSDIVOUT1_CLK10 rather than twice the same according to [1]. [1] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62x/clocks.html#clocks-for-board0-device

[PATCH v3 1/3] toradex: tdx-cfg-block: add verdin am62 skus

2023-07-15 Thread Marcel Ziswiler
From: Marcel Ziswiler Add initial Verdin AM62 Quad 1GB WB IT prototype and launch configuration SKUs to ConfigBlock handling. 0069: Verdin AM62 Quad 1GB WB IT 0071: Verdin AM62 Solo 512MB 0072: Verdin AM62 Solo 512MB WB IT 0073: Verdin AM62 Dual 1GB ET 0074: Verdin AM62 Dual 1GB IT 0075: Verdin

Compiling HAProxy 2.8.1 with WolfSSL 5.6.3 yields errors about OCSP

2023-07-14 Thread Marcel Menzel
"$LDFLAGS" \     CPU=generic \     TARGET=linux-glibc \     USE_GETADDRINFO=1 \     USE_LUA=1 \     USE_OPENSSL_WOLFSSL=1 \     USE_PCRE2=1 USE_PCRE2_JIT=1 \     USE_PROMEX=1 \     USE_SYSTEMD=1 \     USE_ZLIB=1 Using Kernel 6.1.38-hardened1 if of interest. Am I missing something here?     - Marcel

Re: [mailop] [E] Re: AOL/Yahoo requiring SOA record for MAIL FROM domain name?

2023-07-14 Thread Marcel Becker via mailop
On Fri, Jul 14, 2023 at 8:54 AM Larry Smith via mailop wrote: > Hmmm, so are these simply connections this filter is blocking > or verifiable (high probability of spam source) spam connections? > Spam. Of course. > From the conversation it seems mom and pop's are the ones losing > "seems"

Re: [mailop] [E] Re: AOL/Yahoo requiring SOA record for MAIL FROM domain name?

2023-07-14 Thread Marcel Becker via mailop
On Fri, Jul 14, 2023 at 12:46 AM Thomas Mechtersheimer via mailop < mailop@mailop.org> wrote: > > Do you have any numbers that suggest that this specific method does filter > a significant amount of spam which other filters would not recognise? > Yes, of course. We wouldn't do it otherwise. It's

Re: [VOTE] Release Apache Jackrabbit Oak 1.22.16

2023-07-14 Thread Marcel Reutegger
s package as Apache Jackrabbit Oak 1.22.16 Regards Marcel

[Koha-devel] Signoff please

2023-07-14 Thread Marcel de Rooy
Thanks ! Marcel ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bug

Re: [VOTE] Release Apache Jackrabbit 2.21.17

2023-07-14 Thread Marcel Reutegger via dev
s Apache Jackrabbit 2.21.17 Regards Marcel

Re: [Koha-devel] Tidy your code! And run the QA script!

2023-07-14 Thread Marcel de Rooy
only for adding or missing spaces around curly braces and the like. There will be good 'messy' code and tidy code containing terrible bugs. Marcel Van: Koha-devel namens Tomas Cohen Arazi Verzonden: donderdag 13 juli 2023 18:02 Aan: koha-devel Onderwerp: [Koha

Re: [mailop] [E] Re: AOL/Yahoo requiring SOA record for MAIL FROM domain name?

2023-07-13 Thread Marcel Becker via mailop
On Thu, Jul 13, 2023 at 11:19 AM Slavko via mailop wrote: > > Would not be more effective to not use technique prone to false > positives? For both sides... > So you mean not trying to filter spam or fight spammers at all? I have not seen a solution which doesn't produce false positives.

Re: [mailop] [E] Re: AOL/Yahoo requiring SOA record for MAIL FROM domain name?

2023-07-13 Thread Marcel Becker via mailop
On Thu, Jul 13, 2023 at 10:35 AM Robert L Mathews via mailop < mailop@mailop.org> wrote: > I still think this is a check that's prone to false positives > Or other issues. Yes. That's why we are also helping where we can when folks reach out to us

Re: [mailop] [E] Re: AOL/Yahoo requiring SOA record for MAIL FROM domain name?

2023-07-13 Thread Marcel Becker via mailop
On Thu, Jul 13, 2023 at 9:00 AM Bill Cole via mailop wrote: > > It is worth noting that this is in no way a "standard" or even a > widely-known "best practice" > Nobody has claimed that. ___ mailop mailing list mailop@mailop.org

Re: [mailop] [E] Re: AOL/Yahoo requiring SOA record for MAIL FROM domain name?

2023-07-13 Thread Marcel Becker via mailop
sure your organizational domains have an SOA (as you originally stated you do), you should be fine. -- Marcel ___ mailop mailing list mailop@mailop.org https://list.mailop.org/listinfo/mailop

[PATCH v1 3/5] arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hog

2023-07-11 Thread Marcel Ziswiler
was noticed on the Yavia carrier board where it is needed to power the I2C EEPROM on the carrier board. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mm-verdin-wifi-dev-u-boot.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts

[PATCH v1 5/5] arm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hog

2023-07-11 Thread Marcel Ziswiler
was noticed on the Yavia carrier board where it is needed to power the I2C EEPROM on the carrier board. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mp-verdin-wifi-dev-u-boot.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts

[PATCH v1 4/5] configs: verdin-imx8mp: enable spl_gpio_hog

2023-07-11 Thread Marcel Ziswiler
From: Andrejs Cainikovs Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from SPL. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- configs/verdin-imx8mp_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/verdin-imx8mp_defconfig b

[PATCH v1 1/5] verdin-imx8mm/verdin-imx8mp: synchronise device trees with linux

2023-07-11 Thread Marcel Ziswiler
From: Marcel Ziswiler Synchronise device trees with linux v6.5-rc1. Signed-off-by: Marcel Ziswiler --- arch/arm/dts/imx8mm-mx8menlo.dts| 17 +-- arch/arm/dts/imx8mm-verdin-dahlia.dtsi | 150 arch/arm/dts/imx8mm-verdin-dev.dtsi | 97

[PATCH v1 0/5] verdin-imx8mm/verdin-imx8mp: fix ctrl_sleep_moci# handling

2023-07-11 Thread Marcel Ziswiler
From: Marcel Ziswiler This series first synchronises the device tree to get some fixes thereof from Linux and then goes about fixing the CTRL_SLEEP_MOCI# handling we lately found to be problematic in certain cases (e.g. on the Yavia carrier board). Andrejs Cainikovs (4): configs: verdin

[PATCH v1 2/5] configs: verdin-imx8mm: enable spl_gpio_hog

2023-07-11 Thread Marcel Ziswiler
From: Andrejs Cainikovs Enable CONFIG_SPL_GPIO_HOG option to be able to control GPIO hogs from SPL. Signed-off-by: Andrejs Cainikovs Signed-off-by: Marcel Ziswiler --- configs/verdin-imx8mm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/verdin-imx8mm_defconfig b

Re: [PRQ#43162] Deletion Request for python2-taskw

2023-07-10 Thread Marcel Röthke
On 2023-07-09 15:46:04, Marcell Meszaros wrote: > AUR submission guidelines state the following [a]: > > “• Make sure the package you want to upload is useful. Will anyone else want > to use this package? Is it extremely specialized? If more than a few people > would find this package useful, it

Re: [dev] Minimalist software. Should I care?

2023-07-10 Thread Marcel Plch
late to switch years ago. Besides, nobody forces you to allow traffic from outside to your local computing resources even on IPv6. I admit I'm not sure if all my services at plch.xyz are IPv6, but there should be more push for that standard in general. -- # Marcel Plch () ascii ribbon campaign - a

[jira] [Commented] (OAK-10340) Child order not updated on source after move

2023-07-10 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17741510#comment-17741510 ] Marcel Reutegger commented on OAK-10340: The pull request also fixes another issue

Re: MongoDB 5/6 support

2023-07-10 Thread Marcel Reutegger
the same MongoDB Java Driver version as more recent Oak versions. That is, MongoDB compatibility should be the same. If there are any issues with Oak 1.22.x running on newer MongoDB versions that we can certainly fix that. Regards Marcel

Re: Require OSGi R7

2023-07-10 Thread Marcel Reutegger
ed code throughout the project, which required many changes and could introduced subtle changes in behaviour if not done correctly. > Is there any known consumer still relying on Oak in an OSGi container > which is not at least R7 compliant? Can you provide more details how this manifests? Thanks. Regards Marcel

Bug#1040656: elinks: [PATCH] meson.build: fix double elinks dir in configuration path

2023-07-08 Thread Marcel Partap
Package: elinks Version: 0.16.1.1-4 Severity: normal Tags: patch X-Debbugs-Cc: mpar...@gmx.net (Couldn't send this via git send-email to gitlab because salsa says no...) >From f99fc469f7f7230ab817de2f5587dca9b11b18ed Mon Sep 17 00:00:00 2001 From: Marcel Partap Date: Sat, 8 Jul 2023 18:21

DateTime::Format::MySQL format_time incorrect

2023-07-05 Thread Marcel Versteeg
, Marcel Versteeg

[jira] [Commented] (OAK-10340) Child order not updated on source after move

2023-07-05 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17740203#comment-17740203 ] Marcel Reutegger commented on OAK-10340: Test to reproduce the issue and proposed changes in PR

[jira] [Created] (OAK-10340) Child order not updated on source after move

2023-07-05 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10340: -- Summary: Child order not updated on source after move Key: OAK-10340 URL: https://issues.apache.org/jira/browse/OAK-10340 Project: Jackrabbit Oak Issue

[cas-user] Re: CAS OIDC requires relative issuer

2023-07-04 Thread 'Marcel Mundl' via CAS Community
Hello, I did some further examination and found out that setting cas.authn.oidc.core.issuer to "https://cas.example.org:8443/cas/oidc; works as well, but when replacing "cas.example.org" by anything else, the discovery endpoint is broken. Marcel On Wednesday, June 7, 2023 at 6

Re: [oi-dev] inkscape calls gcc7 and 10

2023-07-04 Thread Marcel Telka
ld. PRs are welcome. HTH. -- +---+ | Marcel Telka e-mail: mar...@telka.sk | |homepage: http://telka.sk/ | +---+ ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev

[jira] [Commented] (OAK-10334) Node.addMixin() may overwrite existing mixins

2023-07-03 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17739476#comment-17739476 ] Marcel Reutegger commented on OAK-10334: Read and write are distinct permissions

Re: [dev] Am I doing this right?

2023-07-01 Thread Marcel Plch
ere something I can read about this? > Hi! Yes, all seems to be working (that is if you receive replies from us), I have just recently shared some netiquette guidelines [0] on this list, so I'm gonna attach it here just as well so you don't have to go archive digging. ;) [0] - https://neomu

Re: New research paper about Reproducible-Builds at IEEE 44th IEEE Symposium on Security and Privacy

2023-07-01 Thread Marcel Fourné
As promised, you can now find the video recording of the talk online at https://www.youtube.com/watch?v=H0A2cSejlZ4 - please do tell me if I got anything wrong, so I can fix it in my dissertation. :) On Fri, 2023-06-16, at 11:03:20 +0200, Marcel Fourné wrote: > Dear all, > > as so

Offtopic ranting | was: (Re: [Mail style feedback] ]Re: [dev] Simpler WiFi alternatives [w/ bonus oneliner])

2023-07-01 Thread Marcel Plch
gt; > > because I am responding to that text). > > > > > > > > It's not a super huge deal, but it can mess up for example my > highliting > > > > in neomutt and could confuse some threading in different mailing > clients. > > > > > > >

[jira] [Updated] (OAK-10294) Indexing job: add new Pipelined Strategy for dumping Mongo contents in preparation for reindexing

2023-06-30 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated OAK-10294: --- Description: (was: [~nuno.santos] & [~nuno.santos], please set a fix version

[jira] [Updated] (OAK-10294) Indexing job: add new Pipelined Strategy for dumping Mongo contents in preparation for reindexing

2023-06-30 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated OAK-10294: --- Fix Version/s: 1.54.0 Description: [~nuno.santos] & [~nuno.santos], please set a

[jira] [Commented] (OAK-10334) Node.addMixin() may overwrite existing mixins

2023-06-30 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17739119#comment-17739119 ] Marcel Reutegger commented on OAK-10334: PR now contains a proposed fix. Adding a mixin type now

[jira] [Commented] (OAK-10334) Node.addMixin() may overwrite existing mixins

2023-06-30 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17739102#comment-17739102 ] Marcel Reutegger commented on OAK-10334: Created draft PR with a test reproducing the issue

[jira] [Created] (OAK-10334) Node.addMixin() may overwrite existing mixins

2023-06-30 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10334: -- Summary: Node.addMixin() may overwrite existing mixins Key: OAK-10334 URL: https://issues.apache.org/jira/browse/OAK-10334 Project: Jackrabbit Oak Issue

[jira] [Resolved] (JCRSITE-54) Update standalone-server documentation

2023-06-30 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/JCRSITE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCRSITE-54. - Resolution: Fixed Updated in trunk https://svn.apache.org/r1910707 > Update standal

[jira] [Updated] (JCRSITE-54) Update standalone-server documentation

2023-06-30 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/JCRSITE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCRSITE-54: Summary: Update standalone-server documentation (was: Update standalon-server

[jira] [Created] (JCRSITE-54) Update standalon-server documentation

2023-06-30 Thread Marcel Reutegger (Jira)
Marcel Reutegger created JCRSITE-54: --- Summary: Update standalon-server documentation Key: JCRSITE-54 URL: https://issues.apache.org/jira/browse/JCRSITE-54 Project: Jackrabbit Site Issue

Re: [Koha] How to limit number of copies?

2023-06-30 Thread Marcel de Rooy
Victor, Please see bug 34146. That code does not use intranetuserjs. It does use maxlength on the input as suggested by Owen. Marcel Van: Victor Barroso Oliveira Verzonden: donderdag 29 juni 2023 19:02 Aan: Marcel de Rooy Onderwerp: Re: [Koha] How to limit

Re: [Mail style feedback] ]Re: [dev] Simpler WiFi alternatives [w/ bonus oneliner]

2023-06-29 Thread Marcel Plch
r four are from your very own keyboard (quoted in this case > > because I am responding to that text). > > > > It's not a super huge deal, but it can mess up for example my highliting > > in neomutt and could confuse some threading in different mailing clients. > > > > T

[jira] [Resolved] (OAK-10313) Identify revisions created by late-write scenario

2023-06-29 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10313. Fix Version/s: 1.54.0 Resolution: Fixed Merged PR. > Identify revisions crea

Re: [Koha] How to limit number of copies?

2023-06-28 Thread Marcel de Rooy
Bug 34146, patches attached. Van: Koha namens George Verzonden: woensdag 28 juni 2023 16:07 Aan: koha@lists.katipo.co.nz Onderwerp: Re: [Koha] How to limit number of copies? Victor, I'd recommend opening a bug on Bugzilla saying that a system preference should

[Mail style feedback] ]Re: [dev] Simpler WiFi alternatives [w/ bonus oneliner]

2023-06-28 Thread Marcel Plch
e it is not considered a quoted text. For example, this part: > > I don't think anyone is shocked by your messages. They just come off as > crass. Imagine going to a conference in real life and one of the > speakers goes on a 10 min rant filled with swearing and irrelevant > material halfwa

[jira] [Resolved] (OAK-10315) Counter for DocumentStore check

2023-06-27 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10315. Resolution: Fixed DocumentStoreCheckCommandTest was successful. Merged PR. > Coun

[jira] [Resolved] (OAK-10330) oak-it-osgi: temporarily introduce Guava dependency again

2023-06-27 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10330. Fix Version/s: 1.54.0 Resolution: Fixed OSGiT tests look good now. Merged PR. >

Re: adobereader version 9.4.1 download

2023-06-27 Thread Marcel Hofstetter via users
Marcel Hofstetter via users: Hi Dago Am 26.06.2023 um 20:12 schrieb Dagobert Michelsen: Hi Marcel, Am 26.06.2023 um 15:50 schrieb Marcel Hofstetter via users : On the page https://www.opencsw.org/packages/adobereader/ Version 9.4.1 is listed. If i try to download using pkgutil only Version

Re: adobereader version 9.4.1 download

2023-06-27 Thread Marcel Hofstetter via users
Hi Dago Am 26.06.2023 um 20:12 schrieb Dagobert Michelsen: Hi Marcel, Am 26.06.2023 um 15:50 schrieb Marcel Hofstetter via users : On the page https://www.opencsw.org/packages/adobereader/ Version 9.4.1 is listed. If i try to download using pkgutil only Version 8.1.7 is delivered. What

[jira] [Commented] (OAK-10330) oak-it-osgi: temporarily introduce Guava dependency again

2023-06-27 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17737539#comment-17737539 ] Marcel Reutegger commented on OAK-10330: Proposed fix: https://github.com/apache/jackrabbit-oak

[jira] [Created] (OAK-10330) oak-it-osgi: temporarily introduce Guava dependency again

2023-06-27 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10330: -- Summary: oak-it-osgi: temporarily introduce Guava dependency again Key: OAK-10330 URL: https://issues.apache.org/jira/browse/OAK-10330 Project: Jackrabbit Oak

[jira] [Commented] (OAK-10315) Counter for DocumentStore check

2023-06-27 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17737536#comment-17737536 ] Marcel Reutegger commented on OAK-10315: Proposed fix: https://github.com/apache/jackrabbit-oak

[jira] [Reopened] (OAK-10315) Counter for DocumentStore check

2023-06-27 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reopened OAK-10315: Need to re-open. This change introduced test failures in oak-run. > Counter for DocumentSt

[jira] [Resolved] (OAK-10315) Counter for DocumentStore check

2023-06-26 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10315. Fix Version/s: 1.54.0 Resolution: Fixed Merged the PR. > Counter for DocumentSt

adobereader version 9.4.1 download

2023-06-26 Thread Marcel Hofstetter via users
Hi On the page https://www.opencsw.org/packages/adobereader/ Version 9.4.1 is listed. If i try to download using pkgutil only Version 8.1.7 is delivered. What do I need to do to download the new version? Thanks, Marcel

[oi-dev] Heads Up: Parallel build of single component

2023-06-26 Thread Marcel Telka
-- +---+ | Marcel Telka e-mail: mar...@telka.sk | |homepage: http://telka.sk/ | +---+ ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman

Re: [dev] [slock] eye candy for slock

2023-06-25 Thread Marcel Plch
e. Preferably do that straigh away when talking about a patch, the few bytes extra don't really hurt anyone today and there's much higher chance of the benefit that someone 'lazy' won't just skim through and forget about the thread until they get a look at the code. Cheers. -- # Marcel Plch ()

RE: Building libcurl (not the commandline tool) with cmake

2023-06-22 Thread Marcel Raad via curl-library
ly need HTTP/S right now, so is there no way? We're trying to > keep our binary as small as possible, so building without FTP, IMAP, > etc., would be helpful. That documentation looks wrong. I think what you want is HTTP_ONLY: https://github.com/curl/curl/blob/curl-8_1_2/CMakeLists.txt#L227 Best

[jira] [Resolved] (OAK-5782) Test failure: persistentCache.BroadcastTest.broadcastTCP

2023-06-22 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-5782. --- Resolution: Cannot Reproduce Merged the PR that ignores the test. Resolving as cannot

[jira] [Commented] (OAK-10321) Remove residual use of original Guava in oak-store-document

2023-06-22 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17736075#comment-17736075 ] Marcel Reutegger commented on OAK-10321: OK, then let's keep these for now. > Remove residual

[jira] [Commented] (OAK-10321) Remove residual use of original Guava in oak-store-document

2023-06-22 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17736055#comment-17736055 ] Marcel Reutegger commented on OAK-10321: I don't think these are needed anymore. {noformat} diff

[jira] [Created] (OAK-10321) Remove residual use of original Guava in oak-store-document

2023-06-22 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10321: -- Summary: Remove residual use of original Guava in oak-store-document Key: OAK-10321 URL: https://issues.apache.org/jira/browse/OAK-10321 Project: Jackrabbit Oak

[Analytics] Re: Wikimedia AQS Pageviews API - 2023-06-19

2023-06-20 Thread Marcel Ruiz Forns
___ > Analytics mailing list -- analytics@lists.wikimedia.org > To unsubscribe send an email to analytics-le...@lists.wikimedia.org > -- *Marcel Ruiz Forns** (he/him)* Senior Software Engineer ___ Analytics mailing list -- analytics@lis

[jira] [Commented] (OAK-5782) Test failure: persistentCache.BroadcastTest.broadcastTCP

2023-06-20 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17735347#comment-17735347 ] Marcel Reutegger commented on OAK-5782: --- PR to ignore the test: https://github.com/apache/jackrabbit

[jira] [Reopened] (OAK-5782) Test failure: persistentCache.BroadcastTest.broadcastTCP

2023-06-20 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reopened OAK-5782: --- Assignee: Marcel Reutegger (was: Thomas Mueller) Still fails occasionally. {noformat

[jira] [Commented] (OAK-10315) Counter for DocumentStore check

2023-06-20 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17735336#comment-17735336 ] Marcel Reutegger commented on OAK-10315: Proposed implementation: https://github.com/apache

[jira] [Created] (OAK-10315) Counter for DocumentStore check

2023-06-20 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10315: -- Summary: Counter for DocumentStore check Key: OAK-10315 URL: https://issues.apache.org/jira/browse/OAK-10315 Project: Jackrabbit Oak Issue Type

Re: [Koha-devel] Synchronizing a Koha database with kohastructure.sql (Bug 34064)

2023-06-20 Thread Marcel de Rooy
We already have misc/devel/update_dbix_class_files.pl. Copy your Koha/Schema/Result before running. Or run it on a gitified install. Compare changes. Van: David Cook Verzonden: dinsdag 20 juni 2023 06:36 Aan: 'koha-devel' CC: Marcel de Rooy ; 'Tomas Cohen Arazi

[jira] [Commented] (OAK-10313) Identify revisions created by late-write scenario

2023-06-19 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17734218#comment-17734218 ] Marcel Reutegger commented on OAK-10313: Created new tests in WriteAfterRecoveryTest similar

[jira] [Created] (OAK-10313) Identify revisions created by late-write scenario

2023-06-19 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10313: -- Summary: Identify revisions created by late-write scenario Key: OAK-10313 URL: https://issues.apache.org/jira/browse/OAK-10313 Project: Jackrabbit Oak

[jira] [Resolved] (OAK-10308) Tests using MongoUtils may skip even if Docker is available

2023-06-19 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10308. Fix Version/s: 1.54.0 Resolution: Fixed Merged PR. > Tests using MongoUtils

New research paper about Reproducible-Builds at IEEE 44th IEEE Symposium on Security and Privacy

2023-06-16 Thread Marcel Fourné
from people during the conference - being encouraged to ramble about SBOMs on stage, how they behave more like hopefully kept up-to-date documentation. Anyway, I hope to be of help and thank those of you who helped me compile this paper specifically as well as all of you for your interest and other work! Cheers Marcel

[Linux-cachefs] [PATCH] cachefiles: allocate static minor for /dev/cachefiles

2023-06-16 Thread Marcel Holtmann
-loading. Signed-off-by: Marcel Holtmann --- Documentation/admin-guide/devices.txt | 3 ++- fs/cachefiles/main.c | 4 +++- include/linux/miscdevice.h| 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/admin-guide/devices.txt b/Documentation

New research paper about Reproducible-Builds at IEEE 44th IEEE Symposium on Security and Privacy

2023-06-16 Thread Marcel Fourné
from people during the conference - being encouraged to ramble about SBOMs on stage, how they behave more like hopefully kept up-to-date documentation. Anyway, I hope to be of help and thank those of you who helped me compile this paper specifically as well as all of you for your interest and other

[jira] [Commented] (OAK-10308) Tests using MongoUtils may skip even if Docker is available

2023-06-15 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733136#comment-17733136 ] Marcel Reutegger commented on OAK-10308: Proposed changes: https://github.com/apache/jackrabbit

[jira] [Created] (OAK-10308) Tests using MongoUtils may skip even if Docker is available

2023-06-15 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10308: -- Summary: Tests using MongoUtils may skip even if Docker is available Key: OAK-10308 URL: https://issues.apache.org/jira/browse/OAK-10308 Project: Jackrabbit Oak

[jira] [Resolved] (OAK-10306) Incorrect dependency scope for commons-math3

2023-06-15 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved OAK-10306. Fix Version/s: 1.54.0 Resolution: Fixed Merged PR. > Incorrect dependency sc

[fr-users] Re: [fr-users] Re: Comment récupérer des archives?

2023-06-15 Thread Marcel Van Den Broeck
Bonjour Claire, Un grand merci pour votre aide toujours précieuse. Amicalement, Marcel Le mar. 13 juin 2023 à 22:19, Ocleyr2lalune a écrit : > > > Salut Marcel > > il manque un fr à l'adresse de la liste... > > sinon, tu trouveras toujours l'adresse des archives au pied

[jira] [Commented] (OAK-10288) mvn test for oak-commons fails in top level directory, but not in project directory

2023-06-15 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733049#comment-17733049 ] Marcel Reutegger commented on OAK-10288: Created OAK-10307 for the transitive dependency issue

[jira] [Created] (OAK-10307) oak-shaded-guava leaks original guava as transitive dependency

2023-06-15 Thread Marcel Reutegger (Jira)
Marcel Reutegger created OAK-10307: -- Summary: oak-shaded-guava leaks original guava as transitive dependency Key: OAK-10307 URL: https://issues.apache.org/jira/browse/OAK-10307 Project: Jackrabbit

[jira] [Commented] (OAK-10247) oak-commons: remove Guava from public API

2023-06-15 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733036#comment-17733036 ] Marcel Reutegger commented on OAK-10247: This looks incomplete to me. There are still usages

[jira] [Commented] (OAK-10306) Incorrect dependency scope for commons-math3

2023-06-15 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733035#comment-17733035 ] Marcel Reutegger commented on OAK-10306: Proposed changes: https://github.com/apache/jackrabbit

[jira] [Commented] (OAK-10288) mvn test for oak-commons fails in top level directory, but not in project directory

2023-06-15 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/OAK-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17733026#comment-17733026 ] Marcel Reutegger commented on OAK-10288: It doesn't really explain the different behaviour

<    1   2   3   4   5   6   7   8   9   10   >