Skip to content

Commit

Permalink
Addressing review comment as per offline discussion.
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmed-dev committed Jan 6, 2020
1 parent c184ce8 commit fe897a2
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ src/isc-dhcp/*
!src/isc-dhcp/Makefile
!src/isc-dhcp/patch/
src/libnl3/*
!src/libnl3/libnl3_3.5.0-1.debian.tar.xz
!src/libnl3/libnl3_3.5.0-1.dsc
!src/libnl3/Makefile
src/libteam/*
!src/libteam/Makefile
Expand Down
2 changes: 0 additions & 2 deletions src/libnl3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
# Obtaining the libnl3
rm -rf ./libnl3-$(LIBNL3_VERSION_BASE)
wget -O libnl3_$(LIBNL3_VERSION_BASE).orig.tar.gz -N "https://sonicstorage.blob.core.windows.net/packages/libnl3_$(LIBNL3_VERSION_BASE).orig.tar.gz?sv=2015-04-05&sr=b&sig=0HR%2FrWWL54Vl07bQCEX2MNxAnuGkci4KJqxNuDrv%2BCI%3D&se=2033-09-10T22%3A29%3A11Z&sp=r"
wget -O libnl3_$(LIBNL3_VERSION).dsc -N "https://sonicstorage.blob.core.windows.net/packages/libnl3_$(LIBNL3_VERSION).dsc?sv=2015-04-05&sr=b&sig=oi5kfvuaO%2FPHLdq16LpFGsIqYfEc%2FqYmzagYxDDa%2BV8%3D&se=2033-09-10T22%3A30%3A36Z&sp=r"
wget -O libnl3_$(LIBNL3_VERSION).debian.tar.xz -N "https://sonicstorage.blob.core.windows.net/packages/libnl3_$(LIBNL3_VERSION).debian.tar.xz?sv=2015-04-05&sr=b&sig=zOsJTFgzR5CYqDopVeKLunedng2KUsMwY06fbrunQCk%3D&se=2033-09-10T22%3A31%3A39Z&sp=r"
dpkg-source -x libnl3_$(LIBNL3_VERSION).dsc

pushd ./libnl3-$(LIBNL3_VERSION_BASE)
Expand Down
Binary file added src/libnl3/libnl3_3.5.0-1.debian.tar.xz
Binary file not shown.
37 changes: 37 additions & 0 deletions src/libnl3/libnl3_3.5.0-1.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Format: 3.0 (quilt)
Source: libnl3
Binary: libnl-3-200, libnl-cli-5-200, libnl-utils, libnl-genl-3-200, libnl-idiag-3-200, libnl-nf-3-200, libnl-route-3-200, libnl-xfrm-3-200, libnl-3-dev, libnl-cli-3-dev, libnl-genl-3-dev, libnl-idiag-3-dev, libnl-nf-3-dev, libnl-route-3-dev, libnl-xfrm-3-dev, libnl-3-200-dbg, libnl-3-200-udeb, libnl-genl-3-200-udeb
Architecture: linux-any
Version: 3.5.0-1
Maintainer: SONiC Dev <sonicdev@microsoft.com>
Homepage: https://github.com/thom311/libnl/releases
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), cdbs (>= 0.4.93~), bison, flex, automake, autoconf, dh-autoreconf, linux-libc-dev (>= 3.2.41), pkg-config
Package-List:
libnl-3-200 deb libs optional arch=linux-any
libnl-3-200-dbg deb debug extra arch=linux-any
libnl-3-200-udeb udeb debian-installer optional arch=linux-any
libnl-3-dev deb libdevel optional arch=linux-any
libnl-cli-3-200 deb libs optional arch=linux-any
libnl-cli-3-dev deb libdevel optional arch=linux-any
libnl-genl-3-200 deb libs optional arch=linux-any
libnl-genl-3-200-udeb udeb debian-installer optional arch=linux-any
libnl-genl-3-dev deb libdevel optional arch=linux-any
libnl-idiag-3-200 deb libs optional arch=linux-any
libnl-idiag-3-dev deb libdevel optional arch=linux-any
libnl-nf-3-200 deb libs optional arch=linux-any
libnl-nf-3-dev deb libdevel optional arch=linux-any
libnl-route-3-200 deb libs optional arch=linux-any
libnl-route-3-dev deb libdevel optional arch=linux-any
libnl-utils deb libs optional arch=linux-any
libnl-xfrm-3-200 deb libs optional arch=linux-any
libnl-xfrm-3-dev deb libdevel optional arch=linux-any
Checksums-Sha1:
54c476a3103add175a6a055fcf45c0a29d2c0948 967835 libnl3_3.5.0.orig.tar.gz
11c7ff05f452510396f951b15bea2ec6d4daeb86 27944 libnl3_3.5.0-1.debian.tar.xz
Checksums-Sha256:
352133ec9545da76f77e70ccb48c9d7e5324d67f6474744647a7ed382b5e05fa 967835 libnl3_3.5.0.orig.tar.gz
16cc0ec57a2b15b1e2664a398f495ee8c6879f09e4d96f562884444e9ccdbcfc 27944 libnl3_3.5.0-1.debian.tar.xz
Files:
74ba57b1b1d6f9f92268aa8141d8e8e4 967835 libnl3_3.5.0.orig.tar.gz
45b540fd5d999132ed3506c7c5b7817d 27944 libnl3_3.5.0-1.debian.tar.xz

0 comments on commit fe897a2

Please sign in to comment.