=== JanC is now known as Guest2050 === JanC_ is now known as JanC [08:05] Hello, could somebody help to check this SRU ticket please? https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/2042902 [08:05] -ubottu:#ubuntu-devel- Launchpad bug 2042902 in OEM Priority Project "ucm2: soundwire: add rt713 SDCA device" [Critical, In Progress] [08:13] lvoytek, hello, quick question: [08:13] +liblua5.4-c++.so.0 liblua5.4-0 #MINVER# [08:13] + LUA_5.4@LUA_5.4 5.4.6-2 [08:13] + lua_ident@LUA_5.4 5.4.6-2 [08:13] this is what I got after trying to build your branch [08:19] so, just one symbol exported in c++ library... interesting [08:35] lvoytek, I guess the version-script file was wrong [08:35] not the patch === locutusofborg_ is now known as locutusofborg === locutusofborg is now known as LocutusOfBorg [09:26] added the xf86-synaptics merge now to the queue, had misunderstood what was going on because sbuild thought it was a native package because i failed to manually pull the orig tarball. still done a bit of cleaning up to the ubuntu delta [11:54] lvoytek, how do you feel about grabbing this debian dsc file http://debomatic-amd64.debian.net/distribution#unstable/lua5.4/5.4.6-2/lintian [11:54] and committing the content on top of your merge request? [11:54] http://debomatic-amd64.debian.net/debomatic/unstable/pool/lua5.4_5.4.6-2/lua5.4_5.4.6-2.debian.tar.xz [11:54] this is the tarball, I made the package more lintian clean [12:03] @pilot in === ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: slyon [12:41] sergiodj, hello! Do you think Adrien Nader is here on irc? [12:42] I would like to understand something related to this: https://launchpad.net/ubuntu/+source/gnutls28/3.8.1-4ubuntu3 [12:42] you disabled tls1.0 and tls1.1, the question is: do we have a way to retrieve programmatically if a specific suite is supported? [12:42] context is: libfilezilla testsuite fails when trying to use tls1.0 and tls1.1 [12:42] https://trac.filezilla-project.org/ticket/13005#comment:4 === guiverc2 is now known as guiverc [13:04] LocutusOfBorg: o/ [13:04] and I think sergiodj is off at the moment [13:06] LocutusOfBorg: define "programmatically" [13:06] as a sysadmin, as a software developer, as something else? [13:07] software developer [13:07] as said the app testsuite is trying to emulate a tls1.0 channel for torrent [13:07] but it obviously fails [13:07] https://trac.filezilla-project.org/ticket/13005#comment:4 [13:08] as far as I know, it's not possible [13:09] the openconnect developers were asking for one too (let's say it's related but they chose to break system-wide configuration of gnutls in their software) [13:10] two things: a) we said years ago that we were disabling TLS 1.0 and 1.1 on Ubuntu but for gnutls-based applications, this was not very effective and in practice probably most often overriden [13:12] b) there's a difficulty there indeed: if we want to disable TLS-foo system-wide, or even SSL-bar, tests using these should fail; if they didn't that would mean we're not testing properly, but the code is there and we're letting users re-enable it... [13:14] I don't have the one-true-answer to this but there are a few ways: if, as I want in the medium-term, we get configuration profiles, one of the profiles could be lenient and still enable all of these protocols, which would let us test them but that wouldn't be cross-distro probably (I don't know if filezilla on windows uses gnutls; I don't know if there's a system-wide gnutls configuration on windows [13:14] either) [13:15] but also, it's possible to temporarily hide the system-wide configuration [13:15] adrien, probably I wasn't clear: [13:16] I want something that can be upstream like [13:16] if(tls1.0 supported in conf) then run test; else skip [13:16] with gnutls you can set GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null IIRC, and it'll let you use whatever would be disabled system-wide [13:16] yeah I saw too :/ [13:17] I understood but as I said: as far as I know, this API doesn't exist in gnutls or openssl [13:17] I think that setting the env var makes sense for testsuites [13:18] and change something like GNUTLS_TLS_VERSION_MAX ? [13:18] I mean during gnutls build, define it [13:18] so we know and can use it [13:18] if tls_ver >= GNUTLS_TLS_VERSION_MIN then run test [13:22] as a ubuntu-specific patch? [13:23] but I also agree that if the code exists, it would be good to test it; that's why I think setting the env var would be a good solution typically [13:24] yeah indeed [13:25] if we can ask gnutls people to export a new GNUTLS_TLS_VERSION_MIN variable, we should be good, right? [13:25] define as TLS1.2 in Ubuntu and start using it [13:26] btw, about using the env var: for instance, exim will have TLS 1.0 and 1.1 disabled due to the gnutls change and I think that is likely going to be changed by more than one sysadmin so I expect many deployments to re-enable it [13:28] for the variable and expanding the API, I haven't discussed that with gnutls upstream so far because the current maintainer works at RH I think and RH has had "crypto-policies" for a while now, with pretty much the same topics, and several RH people have been discussing it and I think they mentioned a similar need, yet it didn't materialize yet; I couldn't find a reference right now but it's not [13:28] really a new topic so I don't expect immediate or even medium-term changes [13:31] ack, looks good for me [13:31] I contacted Debian maintainer to export the variable [13:36] and ftr, I would like to have system-wide consistent configuration for cryptography but this is still being specified (although it's very advanced) and there will clearly be some work to implement it (no, it cannot be like RH's crypto-policies, for the same reason only RHEL is RHEL) [14:21] @pilot in === ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: slyon, tsimonq2 [14:22] This'll be a short flight, just doing the usual "one or two" today. [14:22] slyon: If you're still in the cockpit, feel free to coordinate. [14:23] slyon: More precisely, are you looking at any of mkukri's merges? I may just do those today. [14:26] tsimonq2: Yes, I'm currently looking into zlib. So please skip that [14:26] slyon: Didn't plan on touching zlib, all yours. :) [14:28] mkukri: Per yesterday's discussion, I've marked this as "Needs Resubmitting." Happy to change my review state if you're confident this should still go in Ubuntu. https://code.launchpad.net/~mkukri/ubuntu/+source/xserver-xorg-input-synaptics/+git/xserver-xorg-input-synaptics/+merge/456418 [14:28] i think it should, and debian didnt really have an issues i just had a misunderstanding of 1.0 source format packages [14:29] but it's a pretty straightforward ubuntu merge now, it is just a 1.0 package, and the tools thought it was native because i forgot to the pull the orig tarball. [14:30] Ah, cool. tjaalton you have first round on this one, I'll wait a few days Just To Be Safe before I circle back myself. [14:33] the rest of my universe merges are farily simple hopefully [14:36] LocutusOfBorg: Added your changes to the lua merge request [14:37] thanks! [14:46] mkukri: Why should ayatana-indicator-datetime be a merge and not a sync? All three of those build dependencies you're removing have been in the archive since Lunar (at the latest). [14:47] Also, librelp has the extra changelog line. :P [14:48] ah i didnt know, i will request a sync. ive already done that on another ayatana thing with outdated delta [14:49] Thanks! :) [14:51] filed sync request and deleted mp [14:58] Done. For your own notes, I just ran `syncpackage -f -s mkukri -b 2045041 ayatana-indicator-datetime` [14:58] thanks [14:58] No worries. [15:01] mkukri: presage> Just be careful that you're preserving everything that was dropped/preserved in your changelog entry. I'm seeing "Remove python-wxgtk3.0 from Build-Depends" which was upstreamed (and not in your merge diff) but not noted. Not a blocker, but verbose changelogs in that respect are Usually a good idea. [15:01] yeah sorry, i didnt know what to do with that, because the previous changelog saying that it is a remaining change was already wrong, so i technically wasnt preserving or removing anything [15:02] Oh, okay. That makes a lot of sense. [15:03] Also, I'm seeing an Ubuntu-specific patch defaulting to Python 2. I don't know if we even ship that by default anymore... have you guaranteed that's pulled in somehow? [15:03] (And/or is that patch droppable?) [15:03] hmm it might not be, it could have been the case that that changelog entry also referred to that patch, and ive only kept the d/p/foo.patch line [15:04] but i have not removed any changes that werent upstreamed into debian afaik [15:05] Yeah, that patch still exists. [15:05] i believe there is a line for it too, so i guess ive only dropped a duplicate changelog entry [15:05] Also, for the patches: https://dep-team.pages.debian.net/deps/dep3/ [15:06] mkukri: I'll leave more detailed comments on the MP, but probably coming back to this one. [15:15] mkukri: Done. You've generally been doing a pretty great job (see how many uploads I *did* review and sponsor for you today!) - keep up the great work. :) [15:16] On that note, I'll be around, but not actively piloting. Thanks again. [15:16] @pilot out === ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: slyon [15:16] Thank you [15:16] Of course, happy to help! [15:31] @pilot out === ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: N/A [16:07] @pilot in === ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: lvoytek [16:11] 🎉🎉🎉🎉🎉🎉 [18:32] lvoytek: thanks for sponsoring nvme-stas! [18:50] juliank: xfsprogs> It works, thanks for your help!! [18:53] ogayot: Sure thing, thanks for the patch! [18:59] tsimonq2: yw [20:00] @pilot out === ChanServ changed the topic of #ubuntu-devel to: Archive: open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: N/A [20:16] Anybody know where the docs are on building a snap like a recipe in launchpad? [21:07] Nvm, figured it out. === JanC is now known as Guest1745