head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.10 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.8 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.6 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.4 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.2; locks; strict; comment @# @; 1.1 date 2025.05.12.16.03.20; author wiz; state Exp; branches 1.1.2.1; next ; commitid tq4oVgRhCy6VnDUF; 1.1.2.1 date 2025.05.12.16.03.20; author maya; state dead; branches; next 1.1.2.2; commitid jwAIyOFXRVTOE8VF; 1.1.2.2 date 2025.05.16.14.14.45; author maya; state Exp; branches; next ; commitid jwAIyOFXRVTOE8VF; desc @@ 1.1 log @screen: add opensuse patches for security problems For https://security.opensuse.org/2025/05/12/screen-security-issues.html Bump PKGREVISION. @ text @$NetBSD$ https://security.opensuse.org/2025/05/12/screen-security-issues.html --- configure.orig 2025-05-12 16:00:51.988728997 +0000 +++ configure @@@@ -1347,7 +1347,7 @@@@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-system_screenrc set location of system screenrc (default: /etc/screenrc) - --with-pty-mode set pty mode (default: 0622) + --with-pty-mode set pty mode (default: 0620) --with-pty-group set pty group (default: 5) --with-pty-rofs set rofs handling (default: no) @@@@ -4873,7 +4873,7 @@@@ if test ${with_pty_mode+y} then : withval=$with_pty_mode; with_pty_mode=$withval else $as_nop - with_pty_mode=0622 + with_pty_mode=0620 fi @ 1.1.2.1 log @file patch-configure was added on branch pkgsrc-2025Q1 on 2025-05-16 14:14:44 +0000 @ text @d1 24 @ 1.1.2.2 log @Pullup ticket #6964 - requested by bsiegert misc/screen: Security fix (PR pkg/59417) Revisions pulled up: - misc/screen/MESSAGE deleted - misc/screen/Makefile 1.128-1.129 - misc/screen/distinfo 1.67 - misc/screen/patches/patch-attacher.c 1.1 - misc/screen/patches/patch-configure 1.1 - misc/screen/patches/patch-configure.ac 1.1 - misc/screen/patches/patch-logfile.c 1.1 - misc/screen/patches/patch-logfile.h 1.1 - misc/screen/patches/patch-process.c 1.1 - misc/screen/patches/patch-screen.c 1.7 - misc/screen/patches/patch-screen.h 1.1 - misc/screen/patches/patch-socket.c 1.7 --- Module Name: pkgsrc Committed By: wiz Date: Mon May 12 15:46:06 UTC 2025 Modified Files: pkgsrc/misc/screen: Makefile Removed Files: pkgsrc/misc/screen: MESSAGE Log Message: screen: remove setuid bit because of security problems Remove MESSAGE while here. Bump PKGREVISION. --- Module Name: pkgsrc Committed By: wiz Date: Mon May 12 16:03:20 UTC 2025 Modified Files: pkgsrc/misc/screen: Makefile distinfo pkgsrc/misc/screen/patches: patch-socket.c Added Files: pkgsrc/misc/screen/patches: patch-attacher.c patch-configure patch-configure.ac patch-logfile.c patch-logfile.h patch-process.c patch-screen.c patch-screen.h Log Message: screen: add opensuse patches for security problems For https://security.opensuse.org/2025/05/12/screen-security-issues.html Bump PKGREVISION. @ text @a0 24 $NetBSD: patch-configure,v 1.1 2025/05/12 16:03:20 wiz Exp $ https://security.opensuse.org/2025/05/12/screen-security-issues.html --- configure.orig 2025-05-12 16:00:51.988728997 +0000 +++ configure @@@@ -1347,7 +1347,7 @@@@ Optional Packages: --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-system_screenrc set location of system screenrc (default: /etc/screenrc) - --with-pty-mode set pty mode (default: 0622) + --with-pty-mode set pty mode (default: 0620) --with-pty-group set pty group (default: 5) --with-pty-rofs set rofs handling (default: no) @@@@ -4873,7 +4873,7 @@@@ if test ${with_pty_mode+y} then : withval=$with_pty_mode; with_pty_mode=$withval else $as_nop - with_pty_mode=0622 + with_pty_mode=0620 fi @