]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Pull libkqueue from the official freeradius fork
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 Nov 2017 15:48:15 +0000 (15:48 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 Nov 2017 15:48:15 +0000 (15:48 +0000)
scripts/docker/build-centos6/Dockerfile.source
scripts/docker/build-centos7/Dockerfile.source
scripts/docker/build-debian9/Dockerfile.source
scripts/docker/build-ubuntu14/Dockerfile.source
scripts/docker/build-ubuntu16/Dockerfile.source

index ea3f5a7797bcf07fef390e1bc5a82bd1d7676573..d4b4512e579cdd974d2ae99dd6277ef072fadb41 100644 (file)
@@ -39,7 +39,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
@@ -71,7 +71,7 @@ RUN yum-builddep -y hiredis/redhat/hiredis.spec
 RUN v=$(rpm -q --qf '%{VERSION}\n' --specfile hiredis/redhat/hiredis.spec | head -1) ;\
     mv hiredis hiredis-$v ;\
     tar -c -z -f $HOME/rpmbuild/SOURCES/hiredis-$v.tar.gz --exclude=.git hiredis-$v ;\
-    rpmbuild -bb hiredis-$v/redhat/hiredis.spec 
+    rpmbuild -bb hiredis-$v/redhat/hiredis.spec
 RUN yum localinstall -y $HOME/rpmbuild/RPMS/*/hiredis-*.rpm
 
 #
index 5ebd4287b9d0f5dba3c0d098a2a41e6651acb4d1..e02cab9eb708a0a899ff85123fbf843ff7760695 100644 (file)
@@ -38,7 +38,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index 3c4bb0ee8a8772876c3c2b63293406194f9a6556..b2cd1e872bcdf9427641f6d02aa07ecfe6ea0788 100644 (file)
@@ -29,7 +29,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index 864b460f18d2627b6c61be57607fe6ead3d0e8b4..8f1307f01d70e1556f1915859dd01e7b7bc098f4 100644 (file)
@@ -37,7 +37,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \
index 86568893c3a6a34982417339cb14b63296d5b5a7..e860c6c1cea715166ee369fd6692f70b9be2d5a2 100644 (file)
@@ -37,7 +37,7 @@ RUN sh cmake.sh --skip-license --prefix=/usr/local
 #
 WORKDIR /usr/local/src/repositories
 # Fixme: Change to the main repo when they merge this branch
-RUN git clone --branch patch-3 --depth=1 https://github.com/arr2036/libkqueue.git
+RUN git clone --branch master --depth=1 https://github.com/FreeRADIUS/libkqueue.git
 WORKDIR libkqueue
 RUN cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib ./ && \
     make && \