utils/packpack: Update RtspServer
This commit is contained in:
parent
14cb2bc3dd
commit
3bbec92d40
|
@ -9,7 +9,7 @@
|
||||||
%global ceb_version 1.0-zm
|
%global ceb_version 1.0-zm
|
||||||
|
|
||||||
# RtspServer is configured as a git submodule
|
# RtspServer is configured as a git submodule
|
||||||
%global rtspserver_commit 65f625e27ed9f96fa5ae068f6d49ec9fa5795629
|
%global rtspserver_commit cd7fd49becad6010a1b8466bfebbd93999a39878
|
||||||
|
|
||||||
%global sslcert %{_sysconfdir}/pki/tls/certs/localhost.crt
|
%global sslcert %{_sysconfdir}/pki/tls/certs/localhost.crt
|
||||||
%global sslkey %{_sysconfdir}/pki/tls/private/localhost.key
|
%global sslkey %{_sysconfdir}/pki/tls/private/localhost.key
|
||||||
|
|
|
@ -118,7 +118,7 @@ commonprep () {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RTSPVER="65f625e27ed9f96fa5ae068f6d49ec9fa5795629"
|
RTSPVER="cd7fd49becad6010a1b8466bfebbd93999a39878"
|
||||||
if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then
|
if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then
|
||||||
echo "Found existing RtspServer ${RTSPVER} tarball..."
|
echo "Found existing RtspServer ${RTSPVER} tarball..."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue