-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Release notes can be found [here](http://www.dest-unreach.org/socat/CHANGES). **Test Plan** - Ran some commands. **Checklist** - [X] Package was built and tested against unstable
- Loading branch information
Showing
3 changed files
with
39 additions
and
14 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
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 |
---|---|---|
@@ -1,16 +1,17 @@ | ||
<PISI> | ||
<Source> | ||
<Name>socat</Name> | ||
<Homepage>http://www.dest-unreach.org/socat/</Homepage> | ||
<Packager> | ||
<Name>Reilly Brogan</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-2.0-or-later</License> | ||
<PartOf>network.util</PartOf> | ||
<Summary xml:lang="en">Bidirectional data transfer relay</Summary> | ||
<Description xml:lang="en">socat is a relay for bidirectional data transfer between two independent data channels. Each of these data channels may be a file, pipe, device (serial line or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these. These modes include generation of "listening" sockets, named pipes, and pseudo terminals. | ||
</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>socat</Name> | ||
|
@@ -22,16 +23,21 @@ | |
<Path fileType="executable">/usr/bin/filan</Path> | ||
<Path fileType="executable">/usr/bin/procan</Path> | ||
<Path fileType="executable">/usr/bin/socat</Path> | ||
<Path fileType="executable">/usr/bin/socat-broker.sh</Path> | ||
<Path fileType="executable">/usr/bin/socat-chain.sh</Path> | ||
<Path fileType="executable">/usr/bin/socat-mux.sh</Path> | ||
<Path fileType="executable">/usr/bin/socat1</Path> | ||
<Path fileType="man">/usr/share/man/man1/socat.1</Path> | ||
<Path fileType="man">/usr/share/man/man1/socat1.1</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="6"> | ||
<Date>2023-08-21</Date> | ||
<Version>1.7.4.4</Version> | ||
<Update release="7"> | ||
<Date>2024-06-09</Date> | ||
<Version>1.8.0.0</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Reilly Brogan</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Jakob Gezelius</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |