libsrtp-2.6.0

This commit is contained in:
uglyside
2025-02-06 23:37:56 +03:00
parent 994d4cd728
commit d2031f415b
6 changed files with 23 additions and 105 deletions
+18 -11
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libsrtp</Name>
@@ -8,33 +8,31 @@
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<License>BSDv3</License>
<IsA>library</IsA>
<Summary>An implementation of the Secure Real-time Transport Protocol (SRTP)</Summary>
<Description>SRTP Kitaplığı (Güvenli Gerçek Zamanlı Aktarım Protokolü)</Description>
<Archive sha1sum="263a45a82cb1acb1a6c7beef64def31949496a02" type="targz">https://github.com/cisco/libsrtp/archive/refs/tags/v2.3.0.tar.gz</Archive>
<Summary>Secure Real-time Transport Protocol implementation.</Summary>
<Description>This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.</Description>
<Archive sha1sum="28802cb78a4c389b048d33faf188eb341993136c" type="targz">https://github.com/cisco/libsrtp/archive/v2.6.0/libsrtp-2.6.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libsrtp-2.3.0-rtp-header.patch</Patch>
<Patch level="1">fedora/libsrtp-2.3.0-shared-fix.patch</Patch>
<Patch level="1">fedora/libsrtp-2.3.0-test-util.patch</Patch>
<Patch level="1">fedora/libsrtp-2.3.0-shared-test-fix.patch</Patch>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>libsrtp</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -42,15 +40,24 @@
<Name>libsrtp-devel</Name>
<Summary>Development files for libsrtp</Summary>
<RuntimeDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency release="current">libsrtp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-02-06</Date>
<Version>2.6.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2024-12-18</Date>
<Version>2.3.0</Version>