diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-01-09 01:11:04 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-01-09 01:11:14 +1100 |
commit | f6c44b3bad8817c88f752bafcc21a1b8b38ccb75 (patch) | |
tree | 26666192f8b5226c0c51d77ae8c4b635707b4e3b /libnice | |
parent | ec4bc85eb72c9e0ae55be5bddd0a88098f117b2c (diff) | |
download | contrib-f6c44b3bad8817c88f752bafcc21a1b8b38ccb75.tar.gz contrib-f6c44b3bad8817c88f752bafcc21a1b8b38ccb75.tar.xz |
libnice: 0.1.13 -> 0.1.16
Diffstat (limited to 'libnice')
-rw-r--r-- | libnice/.footprint | 9 | ||||
-rw-r--r-- | libnice/.signature | 8 | ||||
-rw-r--r-- | libnice/Pkgfile | 7 |
3 files changed, 10 insertions, 14 deletions
diff --git a/libnice/.footprint b/libnice/.footprint index 75da03aeb..e74287850 100644 --- a/libnice/.footprint +++ b/libnice/.footprint @@ -1,10 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/sdp-example --rwxr-xr-x root/root usr/bin/simple-example -rwxr-xr-x root/root usr/bin/stunbdc -rwxr-xr-x root/root usr/bin/stund --rwxr-xr-x root/root usr/bin/threaded-example drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/nice/ -rw-r--r-- root/root usr/include/nice/address.h @@ -32,9 +29,9 @@ drwxr-xr-x root/root usr/lib/gstreamer-1.0/ -rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstnice.la -rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstnice.so -rwxr-xr-x root/root usr/lib/libnice.la -lrwxrwxrwx root/root usr/lib/libnice.so -> libnice.so.10.6.2 -lrwxrwxrwx root/root usr/lib/libnice.so.10 -> libnice.so.10.6.2 --rwxr-xr-x root/root usr/lib/libnice.so.10.6.2 +lrwxrwxrwx root/root usr/lib/libnice.so -> libnice.so.10.9.0 +lrwxrwxrwx root/root usr/lib/libnice.so.10 -> libnice.so.10.9.0 +-rwxr-xr-x root/root usr/lib/libnice.so.10.9.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/nice.pc drwxr-xr-x root/root usr/share/ diff --git a/libnice/.signature b/libnice/.signature index fb81d8315..ce834f124 100644 --- a/libnice/.signature +++ b/libnice/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF33AfilgaEXi6tMecl73ZgiLoSDvnjOaXksdunnTvn8Ie/lPXOJ+06JTi5SbH6t5R5fPPzwTLWSfsOGc26YcK3A0= -SHA256 (Pkgfile) = b90e716d1fcfcfabc522b9e2b40d16e1baf8bd1013ada048ad4b715f0d333a47 -SHA256 (.footprint) = 9744a043f50a6ae59142730a42405864abce66a773f0e9ea96004cea1464624e -SHA256 (libnice-0.1.13.tar.gz) = 61112d9f3be933a827c8365f20551563953af6718057928f51f487bfe88419e1 +RWSagIOpLGJF3yoewzwht/mLqj8lmeZcyBBn7TYArwnjHCAaiOlLxKP32UY70aNfqzYsrGxUDEZo8fR2AWXc0cWDEgMYc5sR2wA= +SHA256 (Pkgfile) = 3d0607d8b8df648d70d06c44b61cec56debb6a37eaac5d110b3cec54fa47685a +SHA256 (.footprint) = cc8d8811eb73da25868ebd28a7e3c4220af22aafd7954dccf13fb24e486126dd +SHA256 (libnice-0.1.16.tar.gz) = 06b678066f94dde595a4291588ed27acd085ee73775b8c4e8399e28c01eeefdf diff --git a/libnice/Pkgfile b/libnice/Pkgfile index 5f5379685..0c83c52d7 100644 --- a/libnice/Pkgfile +++ b/libnice/Pkgfile @@ -1,13 +1,12 @@ # Description: Library for ICE and STUN. # URL: http://nice.freedesktop.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve -# Depends on: gstreamer xz +# Depends on: gstreamer name=libnice -version=0.1.13 +version=0.1.16 release=1 -source=(http://nice.freedesktop.org/releases/$name-$version.tar.gz) +source=(https://nice.freedesktop.org/releases/$name-$version.tar.gz) build() { cd $name-$version |