X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Flinux%2Fns3%2Fccn%2Fns3ccnddceapplication.py;h=226acf07b6bae82a5f91c60a1346f65c1ca98091;hb=96ce55552a850e2fc155710a80c8453e0f201783;hp=8bf4ab13bbbc6fda05a5a8a431f1734310203a9b;hpb=c4fb8e9403d761ab8a16ccfc485e54a62e03c5e7;p=nepi.git diff --git a/src/nepi/resources/linux/ns3/ccn/ns3ccnddceapplication.py b/src/nepi/resources/linux/ns3/ccn/ns3ccnddceapplication.py index 8bf4ab13..226acf07 100644 --- a/src/nepi/resources/linux/ns3/ccn/ns3ccnddceapplication.py +++ b/src/nepi/resources/linux/ns3/ccn/ns3ccnddceapplication.py @@ -145,15 +145,15 @@ class LinuxNS3DceCCND(LinuxNS3CCNDceApplication): " ecryptfs-utils-devel libxml2-devel automake gawk " " gcc gcc-c++ git pcre-devel make ") elif self.simulation.node.use_deb: - return ( " autoconf libssl-dev libexpat-dev libpcap-dev " + return ( " autoconf libssl-dev libexpat1-dev libpcap-dev " " libecryptfs0 libxml2-utils automake gawk gcc g++ " " git-core pkg-config libpcre3-dev make ") return "" - @property def _sources(self): - return "http://www.ccnx.org/releases/ccnx-0.8.1.tar.gz" + #return "http://www.ccnx.org/releases/ccnx-0.8.1.tar.gz" + return "http://www.ccnx.org/releases/ccnx-0.8.2.tar.gz" @property def _build(self):