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:           Sun Jan  1 15:42:33 UTC 2017

Modified Files:
        pkgsrc/net/libfilezilla: Makefile PLIST distinfo

Log Message:
Updated libfilezilla to 0.9.0.

2016-11-28 - libfilezilla 0.9.0 released

New features:

    Added parameter to fz::to_integral to specify which value is
    returned on error.
    Added fz::remove_file
    Added fz::hex_encode and fz::hex_decode

2016-10-25 - libfilezilla 0.8.0 released

New features:

    Added fz::str_toupper_ascii to complement fz::str_tolower_ascii
    Added fz::trim and fz::trimmed for removing leading and trailing
    whitespace from string
    Added fz::str_is_ascii

Bugfixes and minor changes:

    Fixed zero-padding for x and X string format conversion specifiers

2016-10-03 - libfilezilla 0.7.1 released

Bugfixes and minor changes:

    OS X: Work around a nasty bug in XCode where programs explicitly
    compiled for older versions of OS X were silently pulling in
    features exclusive to the new version, resulting in crashes at
    runtime
    MSW: Fix detection of thread creation failures


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libfilezilla/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libfilezilla/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/libfilezilla/distinfo

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.6 pkgsrc/net/libfilezilla/Makefile:1.7
--- pkgsrc/net/libfilezilla/Makefile:1.6        Mon Sep 12 15:40:13 2016
+++ pkgsrc/net/libfilezilla/Makefile    Sun Jan  1 15:42:32 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2016/09/12 15:40:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/01 15:42:32 wiz Exp $
 
-DISTNAME=      libfilezilla-0.6.1
+DISTNAME=      libfilezilla-0.9.0
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=filezilla/}
+MASTER_SITES=  http://download.filezilla-project.org/libfilezilla/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/libfilezilla/PLIST
diff -u pkgsrc/net/libfilezilla/PLIST:1.2 pkgsrc/net/libfilezilla/PLIST:1.3
--- pkgsrc/net/libfilezilla/PLIST:1.2   Mon Sep 12 15:40:13 2016
+++ pkgsrc/net/libfilezilla/PLIST       Sun Jan  1 15:42:32 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/09/12 15:40:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/01/01 15:42:32 wiz Exp $
 include/libfilezilla/apply.hpp
 include/libfilezilla/event.hpp
 include/libfilezilla/event_handler.hpp
@@ -19,6 +19,7 @@ include/libfilezilla/recursive_remove.hp
 include/libfilezilla/shared.hpp
 include/libfilezilla/string.hpp
 include/libfilezilla/thread.hpp
+include/libfilezilla/thread_pool.hpp
 include/libfilezilla/time.hpp
 include/libfilezilla/util.hpp
 include/libfilezilla/version.hpp

Index: pkgsrc/net/libfilezilla/distinfo
diff -u pkgsrc/net/libfilezilla/distinfo:1.5 pkgsrc/net/libfilezilla/distinfo:1.6
--- pkgsrc/net/libfilezilla/distinfo:1.5        Mon Sep 12 15:40:13 2016
+++ pkgsrc/net/libfilezilla/distinfo    Sun Jan  1 15:42:32 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/09/12 15:40:13 wiz Exp $
+$NetBSD: distinfo,v 1.6 2017/01/01 15:42:32 wiz Exp $
 
-SHA1 (libfilezilla-0.6.1.tar.bz2) = 0ea791c80bb6ad575222a84aa019392bf7e55351
-RMD160 (libfilezilla-0.6.1.tar.bz2) = c3acac0d27fe3142d3bf0e63b51de603fdd1c950
-SHA512 (libfilezilla-0.6.1.tar.bz2) = 586fa7be30d70b8f2998f4f510367ba5ce75d0afdf22f69a06881cee22059ab5f626396079d779ad51e49bbc6c539408867f852c870045820bf1b57873a77bc5
-Size (libfilezilla-0.6.1.tar.bz2) = 379625 bytes
+SHA1 (libfilezilla-0.9.0.tar.bz2) = 008cbe1dfdaa06503806b7c30aaf764cef43bf5a
+RMD160 (libfilezilla-0.9.0.tar.bz2) = e991a193299fa3170a6b667c5f0ed3f5fc9a9b00
+SHA512 (libfilezilla-0.9.0.tar.bz2) = 9e2ec9bc74cb85404bf99fb0e8b26e5448c1096df834027b3dc5bb8fb7e73961a3ebbca077b7a743213d574b337eea197a182f485b9ceebd853949081fd32405
+Size (libfilezilla-0.9.0.tar.bz2) = 383160 bytes



Home | Main Index | Thread Index | Old Index