pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gqrx: update to 2.11.5, note ASLR issue.



Module Name:	pkgsrc-wip
Committed By:	i3enedek <pkgsrc%xn--rvztrtkrfrgp-bbb7j2b8f0b9d7a21oft.com@localhost>
Pushed By:	i3enedek
Date:		Wed Aug 29 23:22:33 2018 +0100
Changeset:	97740ac8982ad7fa95d2e93afb832ff973e3fb86

Modified Files:
	gqrx/Makefile
	gqrx/TODO
	gqrx/distinfo

Log Message:
gqrx: update to 2.11.5, note ASLR issue.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=97740ac8982ad7fa95d2e93afb832ff973e3fb86

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gqrx/Makefile | 15 ++++++++-------
 gqrx/TODO     |  7 +++++++
 gqrx/distinfo |  8 ++++----
 3 files changed, 19 insertions(+), 11 deletions(-)

diffs:
diff --git a/gqrx/Makefile b/gqrx/Makefile
index 48a9c1c1df..9f9ddfeca3 100644
--- a/gqrx/Makefile
+++ b/gqrx/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-VERSION=	2.5.3
+VERSION=	2.11.5
 
-DISTNAME=	gqrx-sdr-src-${VERSION}
+DISTNAME=	gqrx-sdr-${VERSION}-src
 CATEGORIES=	ham
 MASTER_SITES=	${MASTER_SITE_GITHUB:=csete/}
 GITHUB_PROJECT=	gqrx
@@ -17,6 +17,7 @@ LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/gqrx-sdr-${VERSION}
 USE_CMAKE=	yes
+#CMAKE_ARGS+=	-DTRY_SHM_VMCIRCBUF=ON
 USE_LANGUAGES=	c c++
 
 ## These dependencies are organized according to upstream's README
@@ -39,9 +40,12 @@ USE_LANGUAGES=	c c++
 # These are drivers for particular hardware.  They are smallish and
 # therefore not optional.  (Also, gr-osmosdr depends on them, so
 # avoiding dependencies would not save space.)
-.include "../../ham/gnuradio-fcd/buildlink3.mk"
+
+#broken
+#.include "../../ham/gnuradio-fcd/buildlink3.mk"
 .include "../../ham/gnuradio-uhd/buildlink3.mk"
-.include "../../ham/gr-fcdproplus/buildlink3.mk"
+#broken
+#.include "../../ham/gr-fcdproplus/buildlink3.mk"
 .include "../../ham/rtl-sdr/buildlink3.mk"
 .include "../../ham/osmo-sdr/buildlink3.mk"
 .include "../../ham/hackrf/buildlink3.mk"
@@ -55,6 +59,3 @@ USE_LANGUAGES=	c c++
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
-
-# Pointers to other packaging systems:
-# https://www.freshports.org/comms/gqrx/
diff --git a/gqrx/TODO b/gqrx/TODO
index 9e6ffd4404..ebf9f71b13 100644
--- a/gqrx/TODO
+++ b/gqrx/TODO
@@ -1,3 +1,10 @@
+2018-08-29
+================
+Does not work with ASLR, blaming gnuradio.
+
+
+
+================
 * File bug upstream (or fix the README) about the boost requirement.
 
 * test
diff --git a/gqrx/distinfo b/gqrx/distinfo
index a115061a37..f62e9c11b5 100644
--- a/gqrx/distinfo
+++ b/gqrx/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (gqrx-sdr-src-2.5.3.tar.xz) = d42054aa3a09d2cfe47049bf00e542d29a13b8b2
-RMD160 (gqrx-sdr-src-2.5.3.tar.xz) = c1f2daae43bcb8cc31ba8e3b497cf3643ed8de72
-SHA512 (gqrx-sdr-src-2.5.3.tar.xz) = 9e0dcd58501daa3d9b94f4eb16eb9b4578d354f77d83fa785ffa0128742d1f4cb4ddd4a666d10ce2939194b223b7754679ee114632ce5df68834b97536c15110
-Size (gqrx-sdr-src-2.5.3.tar.xz) = 759824 bytes
+SHA1 (gqrx-sdr-2.11.5-src.tar.xz) = 37317207508d736f837697b41ce390d82b3b2b22
+RMD160 (gqrx-sdr-2.11.5-src.tar.xz) = 8839abfe6f9b1912aedffbcc42514a11c884c272
+SHA512 (gqrx-sdr-2.11.5-src.tar.xz) = f1006c37567a6c177ec0f5d15dcef9803b5dc1b124226b552b408e4ce0b3279a845a5875bfb1d7ccd6563b41f67c07a434f325e4ee8d28db2ee19b249159d3a3
+Size (gqrx-sdr-2.11.5-src.tar.xz) = 901488 bytes


Home | Main Index | Thread Index | Old Index