]> git.pld-linux.org Git - packages/screen.git/commitdiff
up to 4.9.1 (fixes CVE-2023-24626) master auto/th/screen-4.9.1-1
authorJan Palus <atler@pld-linux.org>
Thu, 17 Aug 2023 21:28:24 +0000 (23:28 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 17 Aug 2023 21:28:24 +0000 (23:28 +0200)
screen-ia64.patch
screen-info.patch
screen-manual.patch
screen-no-libs.patch
screen.spec

index 6dee8f1741195ef4825801741b6292b494fbf822..2cf84f94e0b0374107194639f382ffa6480b29a8 100644 (file)
@@ -1,12 +1,12 @@
 --- configure.ac.orig  Wed Jun 14 16:04:17 2000
 +++ configure.ac       Fri Sep  8 19:15:51 2000
 @@ -625,6 +625,9 @@
- AC_MSG_ERROR(!!! no tgetent - no screen)))))))))
+ #include <string.h>
+ #include <term.h>
  
- AC_TRY_RUN([
 +
 +extern char *tgoto(char *,int,int);
 +
+ int
  main()
  {
-  exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
index 63c840aac78b84811a429f83bdb90a3b0a1a10c1..6d8ef9dd705c2c982693c8956420bea5a4d0d2f9 100644 (file)
@@ -9,7 +9,7 @@
  @finalout
  @setchapternewpage odd
  @c %**end of header
- @set version 4.9.0
+ @set version 4.9.1
  
  @direntry
 -* Screen: (screen).             Full-screen window manager.
  @item logtstamp [@var{state}]
  Configure logfile time-stamps.  @xref{Log}.
  @item mapdefault
-@@ -1763,13 +1763,12 @@
- @kindex C-x
- @deffn Command lockscreen
- (@kbd{C-a x}, @kbd{C-a C-x})@*
--Call a screenlock program (@file{/local/bin/lck} or @file{/usr/bin/lock}
--or a builtin, if no other is available). Screen does not accept any
--command keys until this program terminates. Meanwhile processes in the
--windows may continue, as the windows are in the detached state.
--The screenlock program may be changed through the environment variable
--@code{$LOCKPRG} (which must be set in the shell from which @code{screen}
--is started) and is executed with the user's uid and gid.
-+Call a screenlock program (@file{/usr/bin/lck} or a builtin, if no other is
-+available). Screen does not accept any command keys until this program
-+terminates. Meanwhile processes in the windows may continue, as the windows
-+are in the detached state. The screenlock program may be changed through the
-+environment variable @code{$LOCKPRG} (which must be set in the shell from
-+which @code{screen} is started) and is executed with the user's uid and gid.
- Warning: When you leave other shells unlocked and have no password set
- on @code{screen}, the lock is void: One could easily re-attach from an
 @@ -2405,7 +2404,7 @@
  * Naming Windows::            Control the name of the window
  * Console::                   See the host's console messages
index 20ff301e2f5b20a4437c854c6e69a5f83a057eee..ab6ddb58924b0363611310c3460c38496176e0e9 100644 (file)
  The option \*Q\-n\*U may be used to suppress the line feed.
  See also \*Qsleep\*U.
  Echo is also useful for online checking of environment variables.
-@@ -2397,7 +2397,7 @@
- .RS 0
- .PP
- Lock this display.
--Call a screenlock program (/local/bin/lck or /usr/bin/lock or a builtin if no
-+Call a screenlock program (/usr/bin/lock or a builtin if no
- other is available). Screen does not accept any command keys until this program
- terminates. Meanwhile processes in the windows may continue, as the windows 
- are in the `detached' state. The screenlock program may be changed through the
 @@ -4857,20 +4857,18 @@
  .I screen
  distribution package for private and global initialization files.
index 72406c9c37bbafcbb9ab24b881a637cbfb23352b..1e8f38e26370856a0d24c05940b273efcdc95d18 100644 (file)
@@ -11,4 +11,4 @@
 -fi
  
  AC_CHECKING(getloadavg)
- AC_TRY_LINK(,[getloadavg((double *)0, 0);],
+ AC_TRY_LINK([
index 9a9000a3102865da5aeaa9a49e43ca6d4cd7652b..85f809df9d1b69d617bb81170297d407b822451f 100644 (file)
@@ -10,12 +10,12 @@ Summary(ru.UTF-8):  Менеджер экрана, поддерживающий 
 Summary(tr.UTF-8):     Bir uçbirimde birden fazla oturumu düzenler
 Summary(uk.UTF-8):     Менеджер екрану, що підтримує кілька логінів з одного терміналу
 Name:          screen
-Version:       4.9.0
-Release:       2
+Version:       4.9.1
+Release:       1
 License:       GPL v3+
 Group:         Applications/Terminal
 Source0:       https://ftp.gnu.org/gnu/screen/%{name}-%{version}.tar.gz
-# Source0-md5: b1ef8ed89134d335e614016634982b6d
+# Source0-md5: 9a9bdc956bd93e4f0cb9e48678889e26
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 236166e774cee788cf594b05dd1dd70d
 Source2:       %{name}.pamd
This page took 0.252109 seconds and 4 git commands to generate.