pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/snappy Update devel/snappy to 1.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31c363a16ac0
branches:  trunk
changeset: 352826:31c363a16ac0
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Sep 19 09:30:36 2016 +0000

description:
Update devel/snappy to 1.1.3.

Snappy v1.1.3, July 6th 2015:

This is the first release to be done from GitHub, which means that
some minor things like the ChangeLog format has changed (git log
format instead of svn log).

  * Add support for Uncompress() from a Source to a Sink.

  * Various minor changes to improve MSVC support; in particular,
    the unit tests now compile and run under MSVC.


Snappy v1.1.2, February 28th 2014:

This is a maintenance release with no changes to the actual
library
source code.

  * Stop distributing benchmark data files that have unclear
    or unsuitable licensing.

  * Add support for padding chunks in the framing format.

diffstat:

 devel/snappy/Makefile |  10 ++++++----
 devel/snappy/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (40 lines):

diff -r c4b974e064de -r 31c363a16ac0 devel/snappy/Makefile
--- a/devel/snappy/Makefile     Mon Sep 19 09:28:09 2016 +0000
+++ b/devel/snappy/Makefile     Mon Sep 19 09:30:36 2016 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2013/11/16 19:31:30 mspo Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/19 09:30:36 fhajny Exp $
 
-DISTNAME=      snappy-1.1.1
+DISTNAME=      snappy-1.1.3
 CATEGORIES=    devel
-MASTER_SITES=  http://snappy.googlecode.com/files/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 
 MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/snappy/
+HOMEPAGE=      http://google.github.io/snappy/
 COMMENT=       General purpose data compression library
 LICENSE=       apache-2.0
 
+GITHUB_RELEASE=        ${PKGVERSION_NOREV}
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_LANGUAGES+=        c c++
diff -r c4b974e064de -r 31c363a16ac0 devel/snappy/distinfo
--- a/devel/snappy/distinfo     Mon Sep 19 09:28:09 2016 +0000
+++ b/devel/snappy/distinfo     Mon Sep 19 09:30:36 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:29:33 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/09/19 09:30:36 fhajny Exp $
 
-SHA1 (snappy-1.1.1.tar.gz) = 2988f1227622d79c1e520d4317e299b61d042852
-RMD160 (snappy-1.1.1.tar.gz) = be2c24d1e1da3cb554bfcb9834fe307845feeeaf
-SHA512 (snappy-1.1.1.tar.gz) = 36b6a1934579dd82a67bcc46626f8dbe9d24d53fe2ca1eca2982d2091054241c9797ada0d4657c484ebc82e7ec11069fd9cd83aac61f4aa1a530167d899041f3
-Size (snappy-1.1.1.tar.gz) = 1777992 bytes
+SHA1 (snappy-1.1.3.tar.gz) = 63f7a3d2c865a6a39aca9bc5d3412a8b2d607bb4
+RMD160 (snappy-1.1.3.tar.gz) = a075be8b9e69f9c6ce30b12e44503abf7bca231f
+SHA512 (snappy-1.1.3.tar.gz) = 4c4f47c657a072989179be9df0e5e98d14f4a67c27ec7ae0e5a15d14289a75d4e266bc6c5c89723f3e9860408ffcc7138a815f8ad9299407c4a1946fc00ab5bf
+Size (snappy-1.1.3.tar.gz) = 1509026 bytes
 SHA1 (patch-aa) = eeed92f6abad5e5aefdb6917abc212ba86f461a4



Home | Main Index | Thread Index | Old Index