Byly zveřejněny informace o kritické zranitelnosti CVE-2025-55182 s CVSS 10.0 v React Server Components. Zranitelnost je opravena v Reactu 19.0.1, 19.1.2 a 19.2.1.
Bylo rozhodnuto, že nejnovější Linux 6.18 je jádrem s prodlouženou upstream podporou (LTS). Ta je aktuálně plánována do prosince 2027. LTS jader je aktuálně šest: 5.10, 5.15, 6.1, 6.6, 6.12 a 6.18.
Byla vydána nová stabilní verze 3.23.0, tj. první z nové řady 3.23, minimalistické linuxové distribuce zaměřené na bezpečnost Alpine Linux (Wikipedie) postavené na standardní knihovně jazyka C musl libc a BusyBoxu. Přehled novinek v poznámkách k vydání.
Byla vydána verze 6.0 webového aplikačního frameworku napsaného v Pythonu Django (Wikipedie). Přehled novinek v poznámkách k vydání.
Po více než 7 měsících vývoje od vydání verze 6.8 byla vydána nová verze 6.9 svobodného open source redakčního systému WordPress. Kódové jméno Gene bylo vybráno na počest amerického jazzového klavíristy Gene Harrise (Ray Brown Trio - Summertime).
Na čem pracují vývojáři webového prohlížeče Ladybird (GitHub)? Byl publikován přehled vývoje za listopad (YouTube).
Google Chrome 143 byl prohlášen za stabilní. Nejnovější stabilní verze 143.0.7499.40 přináší řadu novinek z hlediska uživatelů i vývojářů. Podrobný přehled v poznámkách k vydání. Opraveno bylo 13 bezpečnostních chyb.
Společnost Valve aktualizovala přehled o hardwarovém a softwarovém vybavení uživatelů služby Steam. Podíl uživatelů Linuxu dosáhl 3,2 %. Nejčastěji používané linuxové distribuce jsou Arch Linux, Linux Mint a Ubuntu. Při výběru jenom Linuxu vede SteamOS Holo s 26,42 %. Procesor AMD používá 66,72 % hráčů na Linuxu.
Canonical oznámil (YouTube), že nově nabízí svou podporu Ubuntu Pro také pro instance Ubuntu na WSL (Windows Subsystem for Linux).
Samsung představil svůj nejnovější chytrý telefon Galaxy Z TriFold (YouTube). Skládačka se nerozkládá jednou, ale hned dvakrát, a nabízí displej s úhlopříčkou 10 palců. V České republice nebude tento model dostupný.
checking kernel source version... Not found
configure: error:
*** Cannot determine the version of the linux kernel source.
*** Please prepare the kernel before running this script
Pridam parametr ./configure --with-linux=/usr/src/linux-2.6.32-lts/a vyplivne to chybu:
checking spl source directory... Not found
configure: error:
*** Please specify the location of the spl source
*** with the '--with-spl=PATH' option
Nevite nekdo co to to spl je? Jsem z tech pojmu trochu mimo, resp. nevim co doinstalovat :)
[kill@bill spl-0.4.9]# ./configure --with-linux=/usr/src/linux-2.6.34-ARCH
checking metadata... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries.
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking spl license... GPL
checking spl config... all
checking kernel source directory... /usr/src/linux-2.6.34-ARCH
checking kernel build directory... /usr/src/linux-2.6.34-ARCH
checking kernel source version... Not found
configure: error:
*** Cannot determine the version of the linux kernel source.
*** Please prepare the kernel before running this script
[kill@bill spl-0.4.9]# ls -Aal /usr/src/linux-2.6.34-ARCH/ total 14372 drwxr-xr-x 21 root root 4096 Jul 11 22:45 . drwxr-xr-x 3 root root 4096 Jul 11 22:45 .. drwxr-xr-x 4 root root 4096 Jul 5 22:48 arch drwxr-xr-x 2 root root 4096 Jul 5 22:48 block -rw-r--r-- 1 root root 107266 Jul 5 22:48 .config drwxr-xr-x 3 root root 4096 Jul 5 22:48 crypto drwxr-xr-x 3 root root 4096 Jul 5 22:48 Documentation drwxr-xr-x 80 root root 4096 Jul 5 22:48 drivers drwxr-xr-x 62 root root 4096 Jul 5 22:48 fs drwxr-xr-x 16 root root 4096 Jul 5 22:48 include drwxr-xr-x 2 root root 4096 Jul 5 22:48 init drwxr-xr-x 6 root root 4096 Jul 5 22:48 kernel drwxr-xr-x 2 root root 4096 Jul 5 22:48 lib -rw-r--r-- 1 root root 53184 Jul 5 22:48 Makefile drwxr-xr-x 2 root root 4096 Jul 5 22:48 mm -rw-r--r-- 1 root root 644192 Jul 5 22:48 Module.symvers drwxr-xr-x 41 root root 4096 Jul 5 22:48 net drwxr-xr-x 2 root root 4096 Jul 5 22:48 samples drwxr-xr-x 12 root root 4096 Jul 5 21:59 scripts drwxr-xr-x 6 root root 4096 Jul 5 22:48 security drwxr-xr-x 19 root root 4096 Jul 5 22:48 sound drwxr-xr-x 2 root root 4096 Jul 5 22:48 .tmp_versions drwxr-xr-x 2 root root 4096 Jul 5 22:48 usr drwxr-xr-x 3 root root 4096 Jul 5 22:48 virt -rw-r--r-- 1 root root 13815817 Jul 5 22:46 vmlinux
make oldconfig && make prepare ve zdrojácích jádra?
[kill@bill linux-2.6.34-ARCH]# make oldconfig && make prepare scripts/kconfig/conf -o arch/x86/Kconfig # # configuration written to .config # scripts/kconfig/conf -s arch/x86/Kconfig CHK include/linux/version.h CHK include/generated/utsrelease.h make[1]: *** No rule to make target `missing-syscalls'. Stop. make: *** [prepare0] Error 2
Tiskni
Sdílej: