LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Requests for -current (14.2-->15.0) (https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/)

redneonglow 05-16-2021 06:28 PM

Quote:

Originally Posted by marav (Post 6251348)
Line 316
Code:

# Disable v6 IP auto configuration before trying to bring up the interface:
        debug_log "${1}: disabling IPv6 autoconf"
        echo "0" >/proc/sys/net/ipv6/conf/${1}/autoconf

And line 357:
Code:

# Enable auto configuration of interfaces:
        echo "1" >/proc/sys/net/ipv6/conf/${1}/autoconf


For some reason I had to enable it manually after rc.inet1 was restarted.

M0M0 05-16-2021 07:39 PM

/usr/bin/xmlto is not a POSIX compliant shell script
I think line 1

#!/bin/sh

should be changed to

#!/bin/bash

marav 05-17-2021 09:18 AM

NetworkManager 1.30.x contains many improvements especially for the wifi

https://gitlab.freedesktop.org/Netwo...blob/main/NEWS

Compiled and works fine here
Code:

15step:: ~ " NetworkManager -V
1.30.4


richarson 05-17-2021 11:45 AM

Quote:

Originally Posted by marav (Post 6251455)
NetworkManager 1.30.x contains many improvements especially for the wifi

https://gitlab.freedesktop.org/Netwo...blob/main/NEWS

Compiled and works fine here
Code:

15step:: ~ " NetworkManager -V
1.30.4


Just in case, this probably has to be taken into account if upgrading:

Quote:

* The dhcpcd plugin now requires a minimum version of dhcpcd-9.3.3 with
the --noconfigure option. Using an older version will cause dhcpcd to
exit with a status code of 1.
Slackware-current ships dhcpcd-8.1.9, I don't know if NM uses it or something else.

In my case, it aparently does:

Code:

1369 ?        Ssl    0:01 /usr/sbin/NetworkManager
 3444 ?        S      0:00  \_ dhcpcd: wlan0 [ip4]


marav 05-17-2021 12:05 PM

Quote:

Originally Posted by richarson (Post 6251491)
Just in case, this probably has to be taken into account if upgrading:



Slackware-current ships dhcpcd-8.1.9, I don't know if NM uses it or something else.

In my case, it aparently does:

Code:

1369 ?        Ssl    0:01 /usr/sbin/NetworkManager
 3444 ?        S      0:00  \_ dhcpcd: wlan0 [ip4]


You're right, I forgot to mention it
+ dhcpcd
https://roy.marples.name/downloads/d...d-9.4.0.tar.xz

bassmadrigal 05-17-2021 01:25 PM

Quote:

Originally Posted by richarson (Post 6251491)
Slackware-current ships dhcpcd-8.1.9, I don't know if NM uses it or something else.

In my case, it aparently does:

Code:

1369 ?        Ssl    0:01 /usr/sbin/NetworkManager
 3444 ?        S      0:00  \_ dhcpcd: wlan0 [ip4]


It does use dhcpcd by default, but if it isn't a compile time dependency, you can switch it to dhclient via /etc/NetworkManager/conf.d/00-dhcp-client.conf by commenting out the dhcpcd line and uncommenting the dhclient line. I don't know if it requires a restart of Network Manager to take effect.

gmgf 05-17-2021 01:48 PM

Quote:

Originally Posted by marav (Post 6251455)
NetworkManager 1.30.x contains many improvements especially for the wifi

https://gitlab.freedesktop.org/Netwo...blob/main/NEWS

Compiled and works fine here
Code:

15step:: ~ " NetworkManager -V
1.30.4


this demand has already posted here :)

TurboBlaze 05-19-2021 12:23 AM

Arch Linux added GCC 11.1.0 to his Core tree
https://archlinux.org/packages/core/x86_64/gcc/
How about Slackware?

Thanks.

Nobby6 05-19-2021 02:26 AM

Quote:

Originally Posted by TurboBlaze (Post 6251908)
Arch Linux added GCC 11.1.0 to his Core tree

How about Slackware?

Thanks.

you already posted this, a couple of days ago

saxa 05-19-2021 06:04 AM

pango-1.48.5
https://download.gnome.org/sources/p...-1.48.5.tar.xz

jkh2cpu 05-19-2021 09:18 AM

OpenEXR-3.0 would be nice. Darktable now requires this.

John.

atelszewski 05-19-2021 12:49 PM

Hi,

how about switching CUPS upstream URL to https://github.com/OpenPrinting/cups/ ?

According to https://www.phoronix.com/scan.php?pa...e-No-More-CUPS that would be a new home for the stuff.

(There is also a security update available, i.e. v2.3.3op2.)

--
Best regards,
Andrzej Telszewski

gmgf 05-19-2021 01:05 PM

Quote:

Originally Posted by atelszewski (Post 6252079)
Hi,

how about switching CUPS upstream URL to https://github.com/OpenPrinting/cups/ ?

According to https://www.phoronix.com/scan.php?pa...e-No-More-CUPS that would be a new home for the stuff.

(There is also a security update available, i.e. v2.3.3op2.)

--
Best regards,
Andrzej Telszewski


I have already posted this demand, without success ;)

this new cups version, work here without problem, since tree months.

atelszewski 05-19-2021 02:24 PM

Hi,

now there's two of us, in group the power! :-D

--
Best regards,
Andrzej Telszewski

USUARIONUEVO 05-19-2021 03:51 PM

mesa-21.1.1 released

sources --> https://github.com/mesa3d/mesa/releases/tag/mesa-21.1.1


All times are GMT -5. The time now is 08:39 PM.