notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: sysutils/screen/files/patch-utmp.c

Number of commits found: 16

Monday, 9 Jun 2025
06:15 Cy Schubert (cy) search for other commits by this committer
sysutils/screen: Replace sysutils/screen with sysutils/screen50

Remove sysutils/screen and rename sysutils/screen50 to sysutils/screen.
commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 commit hash: 9edb6f7cb095776f328686649b37e52c8429a6d6 9edb6f7
Thursday, 29 Aug 2024
03:35 Cy Schubert (cy) search for other commits by this committer
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.
commit hash: 43808d10e2359ee97c2a37d851bbb78e72eeabe3 commit hash: 43808d10e2359ee97c2a37d851bbb78e72eeabe3 commit hash: 43808d10e2359ee97c2a37d851bbb78e72eeabe3 commit hash: 43808d10e2359ee97c2a37d851bbb78e72eeabe3 43808d1
Sunday, 20 Aug 2023
03:22 Cy Schubert (cy) search for other commits by this committer
sysutils/screen: Update 4.9.0 --> 4.9.1

Version 4.9.1 (20/08/2023):
  * Support stop/parity bits on serial port (#23952)
  * Add needed system headers in checks and return values
    for implicit function declarations
  * Fixes:
    - Avoid zombies after shell exit (#25089)
    - Missed signal sending permission check on failed
      query messages (CVE-2023-24626)
    - manpage fixes
    - source code fixes during cleanup
    - UTF-8 encoding can emit invalid UTF-8 sequences
      for out of range unicode values (#62097)
commit hash: bfae663ae1c723300be5f4a5da4bf609ca0c2ab2 commit hash: bfae663ae1c723300be5f4a5da4bf609ca0c2ab2 commit hash: bfae663ae1c723300be5f4a5da4bf609ca0c2ab2 commit hash: bfae663ae1c723300be5f4a5da4bf609ca0c2ab2 bfae663
Tuesday, 29 Oct 2019
04:23 cy search for other commits by this committer
Correctly identify utmpx support in FreeBSD.

- FreeBSD's utmpx is incorrectly identified in ./configure.
- Because of the falsely identified utmpx support in the ./configure
  script, a previously applied patch, which didn't work, is no longer
  needed.

PR:		241530
Reported by:	Henry David Bartholomew <PopularMoment@protonmail.com>
		Daniel Drinnon <ddrinnon@cdor.net>
Original commitRevision:515953 
Wednesday, 9 Oct 2019
01:03 cy search for other commits by this committer
Resolve a segfault in utmp.c:519 at some installations.
Original commitRevision:514110 
Tuesday, 8 Oct 2019
19:13 cy search for other commits by this committer
Update 4.6.2 --> 4.7.0
Original commitRevision:514098 
Saturday, 11 Feb 2017
01:11 cy search for other commits by this committer
Fix style.
Original commitRevision:433829 
00:57 cy search for other commits by this committer
Fix a segfault in utmp.c when performing a windowlist move (,).

Reported by:	Alex Naumov <alexander_naumov@opensuse.org>
See also:	https://savannah.gnu.org/bugs/?50143
Original commitRevision:433828 
Tuesday, 21 Jun 2016
11:20 cy search for other commits by this committer
Update 4.3.1 --> 4.4.0
Original commitRevision:417201 
Thursday, 2 Jul 2015
22:36 cy search for other commits by this committer
Fix build under stable/8.

PR:		PR/201279
Original commitRevision:391202 
Wednesday, 30 Apr 2014
04:22 cy search for other commits by this committer
Update screen 4.0.3 --> 4.2.1.

Put final touches onto screen-legacy.
Original commitRevision:352669 
Thursday, 18 Nov 2010
20:44 cy search for other commits by this committer
Bjorn Zeeb discovered that screen(1) was mangling ut_host by performing
strange translations. For example, foo.bar.com gets translated to foo:S.0.
Unfortunately, this means that it also truncates IPv6 addresses,
e.g. 2001:7b8:310::1 -> 2001:S.0. Wouldn't it be better to just use the
hostname unmodified? ut_host is supposed to contain a hostname, not some
arbitrary string.

Submitted by:   ed (Ed Schouten)
Discovered by:  Bjorn Zeeb
Original commit
Thursday, 22 Jul 2010
03:22 cy search for other commits by this committer
Apply a new improved utmp patch.

Submitted by:   ed
Original commit
Tuesday, 9 Feb 2010
07:05 cy search for other commits by this committer
Screen failed to work properly under HEAD. This patch resolve the issue.

Submitted by:   ed
Original commit
Wednesday, 27 Jan 2010
06:39 cy search for other commits by this committer
Make screen build on the latest HEAD (900008).
Original commit
Monday, 21 Dec 2009
23:16 cy search for other commits by this committer
Fix build under FreeBSD 9.0-CURRENT.

PR:             141743
Original commit

Number of commits found: 16