This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch jessie-backports in repository mapserver.
commit 5deff37d9f05031ec40c1f5ac0ef8f9583014705 Merge: 2f44f5b fb25df8 Author: Bas Couwenberg <[email protected]> Date: Sat Jan 28 16:21:15 2017 +0100 Merge tag 'debian/7.0.4-1' into jessie-backports Conflicts: debian/changelog debian/control CMakeLists.txt | 2 +- README | 2 +- README.WIN32 | 127 +++++++++++++++++++++++++++------------- debian/changelog | 10 ++++ debian/control | 1 + debian/copyright | 3 +- debian/libmapserver2.symbols | 43 +++++++------- mapcluster.c | 12 +++- mapdrawgdal.c | 24 +++++++- maplegend.c | 67 +++++++++++++++++++++- mapogcfilter.c | 4 +- mapogcfiltercommon.c | 2 + mapogr.cpp | 134 +++++++++++++++++++++++++++++++++++-------- mapraster.c | 58 +++++++++++++------ mapresample.c | 101 ++++++++++++++++++++++++++++++++ mapscript/php/README.WIN32 | 96 +++++++++++-------------------- mapserver.h | 1 + mapstring.c | 5 +- mapwfs.c | 2 +- mapwfs20.c | 43 +++++++++++--- 20 files changed, 549 insertions(+), 188 deletions(-) diff --cc debian/changelog index 5ceeab8,a22f5c7..4cb31cb --- a/debian/changelog +++ b/debian/changelog @@@ -1,15 -1,13 +1,25 @@@ + mapserver (7.0.4-1) unstable; urgency=high + + * New upstream release. + - Security release. + * Add Open Source Geospatial Foundation to copyright holders. + * Update symbols for amd64. + * Add dh-python to build dependencies. + + -- Bas Couwenberg <[email protected]> Mon, 16 Jan 2017 19:38:29 +0100 + +mapserver (7.0.3-1~bpo8+2) jessie-backports; urgency=high + + * Add upstream patch to fix CVE-2017-5522 (stack buffer overflow). + + -- Bas Couwenberg <[email protected]> Wed, 18 Jan 2017 21:15:17 +0100 + +mapserver (7.0.3-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Bas Couwenberg <[email protected]> Fri, 16 Dec 2016 09:27:51 +0100 + mapserver (7.0.3-1) unstable; urgency=high * New upstream release. diff --cc debian/control index 26ba737,cbd2aae..6c069bd --- a/debian/control +++ b/debian/control @@@ -6,6 -6,8 +6,7 @@@ Uploaders: Francesco Paolo Lovergine <f Section: devel Priority: optional Build-Depends: debhelper (>= 9), -# dh-php, + dh-python, dpkg-dev (>= 1.16.1.1), cmake (>= 2.8.12.1-1.2), chrpath, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapserver.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

