Skip to content

Commit

Permalink
emulators/hercules4sdl: update to 4.6.
Browse files Browse the repository at this point in the history
from https://sdl-hercules-390.github.io/html/hercnew.html:

Summary of Changes:
-------------------

 * SECURITY: New "\reply" SCP command to suppress command echoing of passwords
(Fish) (#541)

 * Fix endianness bug in PFPO instruction (#523)
 * Fix some endianness issues in TRTE, TRTRE, TRTE, TRTRE, TRTE and TRTRE
instructions (James Wekel) (#529)
 * Fix CODEPAGE message corruption in HERCIFC (Bill Lewis) (#525)
 * Fix some minor z/Arch Facility related bugs (Fish)
 * Fix BZIP2 API bug in hetlib.c (Fish) (#535)
 * Fix missing last dump line bug in dasdutil trace (Fish)
 * Fix crash if "ctc debug" command on unconnected CTCE device (Fish) (#536)
 * Fix segfault in 370 mode IPL (Bill Lewis) (#538)
 * Fix to show version and help if no arguments given (Fish) (#540, #548)
 * Fix incorrect NUMCPU/ARCHLVL/etc handling causing occasional hang (Fish)
(#542)
 * Fix branding SNAFU: "SDL" does NOT mean this Hercules is a "SoftDevLabs"
product! (Fish)
 * Fix bug causing MVT guest to fail (Fish)
 * Fix Program check detection if PER trace active (Fish) (#560)

 * New: 'QUITMOUT' command/statement, per user request (Fish)
 * NEW: "Trace to File" support (Fish) (#33)
 * New "t+CPU [cpuad]" selective instruction tracing by CPU (Fish)
 * NEW: Sockdev socket punch support (Fish) (#553)
 * New 'txt2card' utility (Fish)

 * Don't enable STHYI/ESSA by default (#531)
 * Improve PFPO instruction conformance (Fish)
 * Add single devnum support to CKD Search Key trace command (Fish)
 * Enhance "t?" command to also show active device tracing (Fish)
 * Improve CCW tracing (Fish)
 * Add "ADDFRR" MVS assist (Jay Maynard) (#537)
 * Better HMC message handling for s390x Linux guests (Fish) (#534)
 * Document MAKETAPE via README (Fish)
 * Add support for dasd X'F7' (DSO = Define Subsystem Operation) CCW (Fish)
(#547)
 * DASDLOAD: Increase MAXDSCB and allow cmdline override (Fish) (#566)
  • Loading branch information
Rhialto committed Jul 12, 2023
1 parent c2efed8 commit d212ddb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 160 deletions.
5 changes: 2 additions & 3 deletions emulators/hercules4sdl/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.11 2023/03/02 17:05:12 rhialto Exp $
# $NetBSD: Makefile,v 1.12 2023/07/12 17:17:15 rhialto Exp $

PKGNAME= hercules4sdl-4.5
PKGREVISION= 2
PKGNAME= hercules4sdl-4.6
DISTNAME= hyperion-Release_${PKGVERSION_NOREV}
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=SDL-Hercules-390/}
Expand Down
5 changes: 4 additions & 1 deletion emulators/hercules4sdl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2022/11/27 15:43:13 rhialto Exp $
@comment $NetBSD: PLIST,v 1.4 2023/07/12 17:17:15 rhialto Exp $
bin/cckd2ckd
bin/cckd642ckd
bin/cckdcdsk
Expand Down Expand Up @@ -44,6 +44,9 @@ bin/maketape
bin/tapecopy
bin/tapemap
bin/tapesplt
bin/tfprint
bin/tfswap
bin/txt2card
bin/vmfplc2
lib/hercules/dyncrypt.la
lib/hercules/dyngui.la
Expand Down
10 changes: 4 additions & 6 deletions emulators/hercules4sdl/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
$NetBSD: distinfo,v 1.7 2023/03/02 17:05:12 rhialto Exp $
$NetBSD: distinfo,v 1.8 2023/07/12 17:17:15 rhialto Exp $

BLAKE2s (hyperion-Release_4.5.tar.gz) = 2e39391bdfcd789f46e247e74a108fafbab82da8cae6fad4ee6bf8ae13ea5aa1
SHA512 (hyperion-Release_4.5.tar.gz) = 8129bd9129bd8aa1323cf9caa166eabbfe2f9fd2ac93bfc411060ee7d5bd81b1e4f489c816a2ce55a5d4e69f4658d87eae8c534fa5581ef2c951768be43e6be0
Size (hyperion-Release_4.5.tar.gz) = 24271753 bytes
BLAKE2s (hyperion-Release_4.6.tar.gz) = 85888dc8124649f5753674f06553847505a9915625601fef719cec7c51d2d7b4
SHA512 (hyperion-Release_4.6.tar.gz) = 82472cffb87fc9f29559f599b2600b43d55be4c522e7e48d948aa1e98000b221bbe612ab4e259617920df29c0122a02d2dbd5ad8e0a1e64ed02bac1ac31d19e9
Size (hyperion-Release_4.6.tar.gz) = 24697723 bytes
SHA1 (patch-Makefile.am) = 6ae600095ffb29aab2a5e1e467f79a40e814f26d
SHA1 (patch-configure.ac) = 734f64da8f4ce0f790d4eac0f352649d1b6d08f2
SHA1 (patch-hscutl.c) = e8ff75e163b2339908a17c9aac6eeadef287f9a9
SHA1 (patch-issue-525) = 6ec2b5cb760da92ca667bc3f29317bdf770fcbe0
29 changes: 0 additions & 29 deletions emulators/hercules4sdl/patches/patch-hscutl.c

This file was deleted.

121 changes: 0 additions & 121 deletions emulators/hercules4sdl/patches/patch-issue-525

This file was deleted.

0 comments on commit d212ddb

Please sign in to comment.