non port: sysutils/screen/files/patch-os.h |
Number of commits found: 10 |
Thursday, 29 Aug 2024
|
03:35 Cy Schubert (cy)
sysutils/screen*: Rename screen and introduce a meta port
This is in preparation for the import of screen 5.0.0. I've tried
screen-devel (5.0.0 prelrelease). There were some bugs and
inconsistencies with screen 4.9.1. So we move screen to screen49
to maintain a version of screen that is known to work.
This implements the concept of a master screen port by renaming it to
screen49 and creating a slave port called screen. The idea of this is
similar in concept used with the cfengine or krb5 family of ports.
Users should never need to change port origins when a new stable
version of screen is committed.
People can install the screen port or package as before. However if they
choose to use the other screen port/package they may remove screen and
install the versioned "master" port/package directly.
This is in preparation for import of screen 5.0.0 into the ports
collection. Unfortunately my initial testing of screen 5.0.0 using the
screen-devel port uncovered an annoying (to me) bug, which I have opened
an issue with our upstream. I have not found the time to test their
patches enough to feel comfortalbe replacing the existing screen 4.9.1
with 5.0.0. When 5.0.0 will be imported as sysutils/screen50, it will
not become the default master port until we believe it won't become
a source of many bugzilla bugs.
43808d1 |
Monday, 19 Aug 2024
|
16:05 Cy Schubert (cy)
sysutils/screen*: Fix off-by-one buffer overflow
FreeBSD ncurses, as of c8b9c85ee5bb, does a strncpy() of 1024 bytes into
a 1023 byte buffer supplied by screen. This section of code in ncurses
was removed in 61f66a1f4403, and is not a problem since 14.0-RELEASE.
But it is still a problem in 13-STABLE.
Thank you to dim@ for detailed analysis and initial patch to
sysutils/screen. The same patch is also applied to sysutils/screen-devel
this commit.
PR: 280868
MFH: 2024Q3
1c7e0fd |
Wednesday, 12 Feb 2020
|
04:26 cy
Update 4.7.0 --> 4.8.0
 |
Tuesday, 29 Oct 2019
|
04:23 cy
Resolve upstream bug #55482: TERMCAP can break on systems that don't
support terminfo
Obtained from: https://savannah.gnu.org/bugs/?55482
 |
Tuesday, 8 Oct 2019
|
19:13 cy
Update 4.6.2 --> 4.7.0
 |
Tuesday, 21 Jun 2016
|
11:20 cy
Update 4.3.1 --> 4.4.0
 |
Wednesday, 1 Jul 2015
|
01:51 cy
Update 4.2.1 --> 4.3.1
 |
Wednesday, 30 Apr 2014
|
04:22 cy
Update screen 4.0.3 --> 4.2.1.
Put final touches onto screen-legacy.
 |
Tuesday, 9 Feb 2010
|
07:05 cy
Screen failed to work properly under HEAD. This patch resolve the issue.
Submitted by: ed
 |
Wednesday, 27 Jan 2010
|
06:39 cy
Make screen build on the latest HEAD (900008).
 |
Number of commits found: 10 |