slackware-current/slackware64/d/maketag.ez
Patrick J Volkerding e4cf5f582a Tue Jun 6 20:26:59 UTC 2023
a/kernel-firmware-20230531_fc90c59-noarch-1.txz:  Upgraded.
a/kernel-generic-6.1.32-x86_64-1.txz:  Upgraded.
a/kernel-huge-6.1.32-x86_64-1.txz:  Upgraded.
a/kernel-modules-6.1.32-x86_64-1.txz:  Upgraded.
d/gcc-13.1.0-x86_64-2.txz:  Rebuilt.
d/gcc-g++-13.1.0-x86_64-2.txz:  Rebuilt.
d/gcc-gdc-13.1.0-x86_64-2.txz:  Rebuilt.
d/gcc-gfortran-13.1.0-x86_64-2.txz:  Rebuilt.
d/gcc-gm2-13.1.0-x86_64-2.txz:  Added.
d/gcc-gnat-13.1.0-x86_64-2.txz:  Rebuilt.
d/gcc-go-13.1.0-x86_64-2.txz:  Rebuilt.
d/gcc-objc-13.1.0-x86_64-2.txz:  Rebuilt.
d/kernel-headers-6.1.32-x86-1.txz:  Upgraded.
d/libtool-2.4.7-x86_64-5.txz:  Rebuilt.
  Recompiled to update embedded GCC version number.
k/kernel-source-6.1.32-noarch-1.txz:  Upgraded.
kde/calligra-3.2.1-x86_64-30.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
kde/cantor-23.04.1-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
kde/kfilemetadata-5.106.0-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
kde/kile-2.9.93-x86_64-25.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
kde/kitinerary-23.04.1-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
kde/krita-5.1.5-x86_64-10.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
kde/okteta-0.26.11-x86_64-1.txz:  Upgraded.
kde/okular-23.04.1-x86_64-2.txz:  Rebuilt.
  Recompiled against poppler-23.06.0.
l/enchant-2.5.0-x86_64-1.txz:  Upgraded.
l/gtk4-4.10.4-x86_64-1.txz:  Upgraded.
l/mozilla-nss-3.90-x86_64-1.txz:  Upgraded.
l/openexr-3.1.8-x86_64-1.txz:  Upgraded.
l/poppler-23.06.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
l/qtkeychain-0.14.1-x86_64-1.txz:  Upgraded.
n/krb5-1.21-x86_64-1.txz:  Upgraded.
n/ntp-4.2.8p17-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
n/postfix-3.8.1-x86_64-1.txz:  Upgraded.
x/xorg-server-xwayland-23.1.2-x86_64-1.txz:  Upgraded.
x/xorgproto-2023.1-x86_64-1.txz:  Upgraded.
xap/mozilla-firefox-114.0-x86_64-1.txz:  Upgraded.
  This update contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/firefox/114.0/releasenotes/
    https://www.mozilla.org/security/advisories/mfsa2023-20/
    https://www.cve.org/CVERecord?id=CVE-2023-34414
    https://www.cve.org/CVERecord?id=CVE-2023-34415
    https://www.cve.org/CVERecord?id=CVE-2023-34416
    https://www.cve.org/CVERecord?id=CVE-2023-34417
  (* Security fix *)
xfce/xfce4-panel-profiles-1.0.14-x86_64-1.txz:  Upgraded.
extra/sendmail/sendmail-8.17.2-x86_64-2.txz:  Rebuilt.
  Recompiled without -DUSE_EAI or ICU libraries as this experimental option
  is still leading to regressions.
extra/sendmail/sendmail-cf-8.17.2-noarch-2.txz:  Rebuilt.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2023-06-07 00:59:33 +02:00

109 lines
5.6 KiB
Bash

#!/bin/sh
#item ####description ###on off ###
TMP=/var/log/setup/tmp
if [ ! -d $TMP ]; then
mkdir -p $TMP
fi
cat /dev/null > $TMP/SeTnewtag
dialog --title "SELECTING PACKAGES FROM SERIES D (PROGRAM DEVELOPMENT)" \
--checklist "Please confirm the packages you wish to install \
from series D. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \
done." 22 72 12 \
"Cython" "C bindings for Python" "on" \
"autoconf" "GNU source autoconfig system" "on" \
"autoconf-archive" "macros for GNU Autoconf" "on" \
"automake" "GNU makefile generator" "on" \
"binutils" "GNU C compiler utilities" "on" \
"bison" "GNU bison parser generator" "on" \
"cargo-vendor-filterer" "Vendor rust libraries based on filters" "on" \
"cbindgen" "Generate C/C++ headers for Rust libraries" "on" \
"ccache" "Fast Compiler Cache" "on" \
"check" "unit test framework" "on" \
"clisp" "CLISP Common Lisp" "on" \
"cmake" "Cross platform make utility" "on" \
"cscope" "Source code browser" "on" \
"cvs" "Concurrent Versions System" "on" \
"dev86" "8086 assembler/loader" "on" \
"distcc" "gcc frontend to use networked machines" "on" \
"doxygen" "Source code documentation generator" "on" \
"flex" "Fast lexical analyzer generator" "on" \
"gcc" "GNU C compiler" "on" \
"gcc-g++" "GNU C++ compiler for gcc" "on" \
"gcc-gdc" "GNU D compiler for gcc" "on" \
"gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \
"gcc-gm2" "GNU Modula-2 compiler for gcc" "on" \
"gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \
"gcc-go" "GNU Go compiler for gcc" "on" \
"gcc-objc" "GNU Objective-C/C++ compiler for gcc" "on" \
"gdb" "The GNU debugger" "on" \
"gettext-tools" "GNU internationalization devel package" "on" \
"git" "A directory content manager" "on" \
"gnucobol" "open source COBOL compiler" "on" \
"gperf" "Generates hash functions" "on" \
"guile" "GNU extension language library" "on" \
"gyp" "Generate Your Projects" "on" \
"help2man" "Automatic man page generator" "on" \
"icecream" "distributed C/C++ compiler daemon/scheduler" "on" \
"indent" "Change the indenting style of a C program" "on" \
"intltool" "Internationalization utilities" "on" \
"kernel-headers" "Linux kernel include files" "on" \
"libtool" "GNU libtool library support script" "on" \
"llvm" "LLVM compiler toolkit" "on" \
"m4" "GNU m4 macro processor" "on" \
"make" "GNU make" "on" \
"mercurial" "Distributed source management system" "on" \
"meson" "A high performance build system" "on" \
"nasm" "NASM assembler" "on" \
"ninja" "build system with a focus on speed" "on" \
"opencl-headers" "OpenCL (Open Computing Language) header files" "on" \
"oprofile" "System profiling tool" "on" \
"p2c" "A Pascal to C translator" "on" \
"pahole" "debugging format utilities" "on" \
"parallel" "Tool for executing jobs in parallel" "on" \
"patchelf" "tool to modify ELF binaries/libraries" "on" \
"perl" "Larry Wall's systems language" "on" \
"pkg-config" "A tool for managing library information" "on" \
"pmake" "Parallel make from BSD" "on" \
"poke" "GNU binary data editor" "on" \
"python-pip" "tool for installing Python packages" "on" \
"python-setuptools" "Enhancements to Python distutils" "on" \
"python2" "An interpreted object-oriented language, v2" "on" \
"python3" "An interpreted object-oriented language, v3" "on" \
"rcs" "GNU revision control system" "on" \
"re2c" "regular expressions to C/C++ conversion tool" "on" \
"rinutils" "set of C headers" "on" \
"ruby" "Interpreted object-oriented script language" "on" \
"rust" "a safe, concurrent, practical language" "on" \
"rust-bindgen" "Generate Rust bindings to C and C++ libraries" "on" \
"sassc" "Sass CSS preprocessor" "on" \
"scons" "A software construction tool" "on" \
"slacktrack" "Tracks a source installation to make a package" "on" \
"strace" "Traces program execution" "on" \
"subversion" "Subversion version control system" "on" \
"swig" "Simplified Wrapper and Interface Generator" "on" \
"vala" "GNOME programming language" "on" \
"yasm" "The Yasm Modular Assembler" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
Cython autoconf autoconf-archive automake binutils bison cargo-vendor-filterer cbindgen ccache check clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gdc gcc-gfortran gcc-gm2 gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm m4 make mercurial meson nasm ninja opencl-headers oprofile p2c pahole parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust rust-bindgen sassc scons slacktrack strace subversion swig vala yasm \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
exit
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
Cython autoconf autoconf-archive automake binutils bison cargo-vendor-filterer cbindgen ccache check clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gdc gcc-gfortran gcc-gm2 gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm m4 make mercurial meson nasm ninja opencl-headers oprofile p2c pahole parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust rust-bindgen sassc scons slacktrack strace subversion swig vala yasm \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
else
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
fi
done
rm -f $TMP/SeTpkgs