pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libfilezilla



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul 19 18:42:22 UTC 2016

Modified Files:
        pkgsrc/net/libfilezilla: Makefile distinfo
Removed Files:
        pkgsrc/net/libfilezilla/patches: patch-lib_string.cpp

Log Message:
Update libfilezilla to 0.5.3:

2016-06-20 - libfilezilla 0.5.3 released
New features:

    Add fz::replace_substrincs to search and replace substrings in std::(w)string

Bugfixes and minor changes:

    Explicitly request large file support on 32bit systems

2016-05-20 - libfilezilla 0.5.2 released
New features:

    Add fz::shared_optional::is_same that checks whether two instances share the same underlying pointer value, like a shallow equal.
    Add fz::int_to_hex_char as reverse to fz::hex_char_to_int

2016-05-09 - libfilezilla 0.5.1 released
New features:

    Add constructore to sparse_optional taking pointers

Bugfixes and minor changes:

    Fix compilation on systems where iconv's second argument is const


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libfilezilla/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/net/libfilezilla/patches/patch-lib_string.cpp

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

Modified files:

Index: pkgsrc/net/libfilezilla/Makefile
diff -u pkgsrc/net/libfilezilla/Makefile:1.1 pkgsrc/net/libfilezilla/Makefile:1.2
--- pkgsrc/net/libfilezilla/Makefile:1.1        Fri Apr 29 11:54:06 2016
+++ pkgsrc/net/libfilezilla/Makefile    Tue Jul 19 18:42:22 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/04/29 11:54:06 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/07/19 18:42:22 wiz Exp $
 
-DISTNAME=      libfilezilla-0.5.0
+DISTNAME=      libfilezilla-0.5.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.2 pkgsrc/net/libfilezilla/distinfo:1.3
--- pkgsrc/net/libfilezilla/distinfo:1.2        Fri Apr 29 14:14:16 2016
+++ pkgsrc/net/libfilezilla/distinfo    Tue Jul 19 18:42:22 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/29 14:14:16 wiz Exp $
+$NetBSD: distinfo,v 1.3 2016/07/19 18:42:22 wiz Exp $
 
-SHA1 (libfilezilla-0.5.0.tar.bz2) = dadd4c7a45ad913ed1820d6cd5e8d72d559c1212
-RMD160 (libfilezilla-0.5.0.tar.bz2) = bf92d8f127271482b189cd544108ff1eb16848f9
-SHA512 (libfilezilla-0.5.0.tar.bz2) = 24116fc6808f4d62fad1fc3ba15d3fc51261a2dc13ac6c5c6de71fa0cfce4bd328cc885974689f7f6549843167ba3ecee3febff64f9aba1ca71498b89ec93342
-Size (libfilezilla-0.5.0.tar.bz2) = 374549 bytes
-SHA1 (patch-lib_string.cpp) = 92c0827d3259855eb5176afcf6f3567b6ddd3a2c
+SHA1 (libfilezilla-0.5.3.tar.bz2) = 035c79d677ee7ab00aaf7b3b65e47139e955f072
+RMD160 (libfilezilla-0.5.3.tar.bz2) = bcc0905c81030c0b8ec563bd3017b404f82271cd
+SHA512 (libfilezilla-0.5.3.tar.bz2) = 73c1e5a8940e08dc96f511dc5dce7bdc17d2feada131b4459e8a65c074e48a04b7eb884e55a59ac1e04c72ae47cd596c8f668cd7086f302f86bdbb14a32e83cd
+Size (libfilezilla-0.5.3.tar.bz2) = 376339 bytes



Home | Main Index | Thread Index | Old Index