forked from getsolus/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Changelog:** - Do not install httplib files - Force reverse tunnel socket to be binded to localhost - Don't strip username from `jumphost`, add it if it's missing - increase timeout to address (Relatively) high CPU use - remove ncurses - fix: etterminal_path is the incorrect option name Full changelog available [here](https://github.com/MisterTea/EternalTerminal/releases) **Test Plan** - et --version and etserver --version return current version - Used et to connect to a remote server successfully
- Loading branch information
Tracey Clark
committed
May 11, 2024
1 parent
8e9b266
commit cbd7124
Showing
7 changed files
with
110 additions
and
3,567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
crashpad_handler | ||
et | ||
etserver | ||
etterminal | ||
htm | ||
htmd |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>eternal-terminal</Name> | ||
<Homepage>https://eternalterminal.dev</Homepage> | ||
<Packager> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Tracey Clark</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>Apache-2.0</License> | ||
<PartOf>network.clients</PartOf> | ||
|
@@ -21,6 +21,7 @@ | |
<PartOf>network.clients</PartOf> | ||
<Files> | ||
<Path fileType="config">/etc/et.cfg</Path> | ||
<Path fileType="executable">/usr/bin/crashpad_handler</Path> | ||
<Path fileType="executable">/usr/bin/et</Path> | ||
<Path fileType="executable">/usr/bin/etserver</Path> | ||
<Path fileType="executable">/usr/bin/etterminal</Path> | ||
|
@@ -37,23 +38,28 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="8">eternal-terminal</Dependency> | ||
<Dependency release="9">eternal-terminal</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/httplib.h</Path> | ||
<Path fileType="library">/usr/lib64/cmake/httplib/FindBrotli.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/httplib/httplibConfig.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/httplib/httplibConfigVersion.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/httplib/httplibTargets.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/sentry/sentry_crashpad-targets-relwithdebinfo.cmake</Path> | ||
<Path fileType="library">/usr/lib64/cmake/sentry/sentry_crashpad-targets.cmake</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_client.a</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_compat.a</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_handler_lib.a</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_minidump.a</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_snapshot.a</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_tools.a</Path> | ||
<Path fileType="library">/usr/lib64/libcrashpad_util.a</Path> | ||
<Path fileType="library">/usr/lib64/libmini_chromium.a</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="8"> | ||
<Date>2024-02-27</Date> | ||
<Version>6.2.8</Version> | ||
<Update release="9"> | ||
<Date>2024-05-11</Date> | ||
<Version>6.2.9</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Tracey Clark</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
releases: | ||
id: 11814 | ||
rss: hhttps://github.com/syncthing/syncthing/tags.atom | ||
security: | ||
cpe: | ||
- vendor: syncthing | ||
product: syncthing |