diff --git a/.files b/.files index 6bc1d8c..c43842f 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 1b79175..0268c26 100644 --- a/.rev +++ b/.rev @@ -49,4 +49,12 @@ 627555 + + 33bdacf587c370b83a71fc65d2aa41f8 + 1.7 + + dimstar_suse + + 972501 + diff --git a/amtterm-1.6.tar.gz b/amtterm-1.6.tar.gz deleted file mode 120000 index 4ec1f3c..0000000 --- a/amtterm-1.6.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiasilhkiz4cpkq6f2i3igcgekokbjnt6pqjeyfq36oxrxehkb2vsa \ No newline at end of file diff --git a/amtterm-1.7.tar.gz b/amtterm-1.7.tar.gz new file mode 120000 index 0000000..628f2aa --- /dev/null +++ b/amtterm-1.7.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreigum3pnyyo6pguwlar4rybdtedlfxtq2c4uhfnmhhx2nllszfvpj4 \ No newline at end of file diff --git a/amtterm.changes b/amtterm.changes index 1791103..1d5213e 100644 --- a/amtterm.changes +++ b/amtterm.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Fri Apr 22 16:49:40 CEST 2022 - hare@suse.de + +- Version bump to 1.7 (bsc#1198760). Some changes are + * Update authentication to support TLS and AMT 11.0. + * Add amtider tool to support IDE-redirection + * add note for newer machines to amtterm manpage + * fix memory leak + * fix typo in man page + +------------------------------------------------------------------- Mon Jul 23 13:31:44 UTC 2018 - mchandras@suse.de - Version bump to 1.6. Some of the changes are diff --git a/amtterm.spec b/amtterm.spec index 312549e..049807c 100644 --- a/amtterm.spec +++ b/amtterm.spec @@ -1,7 +1,7 @@ # # spec file for package amtterm # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: amtterm -Version: 1.6 +Version: 1.7 Release: 0 Summary: Serial-over-lan (sol) client for Intel AMT License: GPL-2.0-or-later @@ -25,9 +25,10 @@ Group: System/Management URL: https://www.kraxel.org/releases/amtterm/ Source: https://www.kraxel.org/releases/amtterm/%{name}-%{version}.tar.gz BuildRequires: desktop-file-utils +BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gdk-3.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(vte-2.91) Requires: perl-SOAP-Lite @@ -38,15 +39,16 @@ the network adapter and in the motherboard. Serial-over-lan provides a (secure) way to connect a remote computer, through a pseudo serial interface. +IDE-redirection provides a way to remotely access a virtual drive, which +can be used eg. for installation or booting. This package provide 2 terminals (amtterm and gamt) to connect to that pseudo serial interface from a remote computer. amttool is a perl script to gather informations about and remotely control AMT managed -computers. +computers. An additional program (amtider) supports IDE-redirection. %package gtk -Summary: Serial-over-lan (sol) graphical client -License: GPL-2.0-or-later +Summary: Serial-over-lan (sol) graphical client Group: System/Management Requires: %{name} = %{version} @@ -57,10 +59,10 @@ Graphical client for the amtterm utility %setup -q %build -make %{?_smp_mflags} prefix=%{_prefix} +make %{?_smp_mflags} USE_OPENSSL=1 prefix=%{_prefix} %install -%make_install prefix=%{_prefix} STRIP="" +%make_install USE_OPENSSL=1 prefix=%{_prefix} STRIP="" # fix icon and category sed -i "/Icon/s/gnome-terminal/utilities-terminal/" %{buildroot}/%{_datadir}/applications/gamt.desktop @@ -73,7 +75,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \ %license COPYING %{_bindir}/amtterm %{_bindir}/amttool +%{_bindir}/amtider %{_mandir}/man1/amtterm.1%{?ext_man} +%{_mandir}/man1/amtider.1%{?ext_man} %{_mandir}/man1/amttool.1%{?ext_man} %{_mandir}/man7/amt-howto.7%{?ext_man}