SHA256
1
0
forked from pool/libfilezilla

7 Commits

Author SHA256 Message Date
5b78c4d41a Accepting request 1299051 from network
OBS-URL: https://build.opensuse.org/request/show/1299051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfilezilla?expand=0&rev=62
2025-08-12 15:05:40 +00:00
d3cf23f4e4 - Update to 0.51.1
* New features:
    - Added fz::get_final_link_target
  * Bugfixes and minor changes:
    - *nix: Fixed reporting the type of file if following symlinks
      in fz::local_filesys::get_file_info
- Changes from 0.51.0
  * New features:
    - Added nocreate flag to fz::file::open::creation_flags, 
      if set only files that already exist can be opened
    - Added sha1 and sha512 to fz::hash_accumulator
    - Added update_uint32_be and update_with_length to
      fz::hash_accumulator
    - *nix: fz::socket can now be used to connect to 
      Unix Domain Sockets
    - Added flag to fz::uri to assume an authority when parsing
      schemless URIs
    - fz::get_file_info and fz::local_filesys::set_modification_time
      now return fz::result
  * Bugfixes and minor changes:
    - Improvements to timer handling if using event loops with the
      threadless flag

OBS-URL: https://build.opensuse.org/package/show/network/libfilezilla?expand=0&rev=137
2025-08-12 11:47:20 +00:00
50b5741d11 Accepting request 1267131 from network
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1267131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfilezilla?expand=0&rev=61
2025-04-04 16:09:58 +00:00
3d14646204 OBS-URL: https://build.opensuse.org/package/show/network/libfilezilla?expand=0&rev=135 2025-03-28 11:21:37 +00:00
c0501bd457 - Update to version 0.50.0
New features:
  * Added 'fresh' fz::file::open::creation_flags. If set, file
    creation fails if a file with the same name already exists.
  * Added fz::get_digest_size for hash algorithms.
  * Impersonation changes for working with Active Directory users.
  * Transparent fz::less_/equal_insensitive_ascii comparators.
  * Generalized fz::starts_/ends_with.
  Bugfixes and minor changes:
  * fz::socket_base::close is now public.
  * Fixes to mutex-debugging functionality.
  * Fixes to fz::is_pem heuristic.

OBS-URL: https://build.opensuse.org/package/show/network/libfilezilla?expand=0&rev=134
2025-03-28 11:18:40 +00:00
aa6e15b977 Accepting request 1220268 from network
OBS-URL: https://build.opensuse.org/request/show/1220268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfilezilla?expand=0&rev=60
2024-11-02 15:12:40 +00:00
875b1dc25b Update to 0.49.0.
Need for filezilla.

OBS-URL: https://build.opensuse.org/package/show/network/libfilezilla?expand=0&rev=132
2024-11-02 12:01:14 +00:00
4 changed files with 64 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eea8abd456096625893b707e8db6c949e6f0466136c51c0b8ce58b5f8ef1e43
size 552864

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a4c88931711f4b9d31702af3555501151b2b9fa46d07f350597a3bc9d5832e6
size 559004

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Tue Aug 12 10:37:02 UTC 2025 - ecsos <ecsos@opensuse.org>
- Update to 0.51.1
* New features:
- Added fz::get_final_link_target
* Bugfixes and minor changes:
- *nix: Fixed reporting the type of file if following symlinks
in fz::local_filesys::get_file_info
- Changes from 0.51.0
* New features:
- Added nocreate flag to fz::file::open::creation_flags,
if set only files that already exist can be opened
- Added sha1 and sha512 to fz::hash_accumulator
- Added update_uint32_be and update_with_length to
fz::hash_accumulator
- *nix: fz::socket can now be used to connect to
Unix Domain Sockets
- Added flag to fz::uri to assume an authority when parsing
schemless URIs
- fz::get_file_info and fz::local_filesys::set_modification_time
now return fz::result
* Bugfixes and minor changes:
- Improvements to timer handling if using event loops with the
threadless flag
-------------------------------------------------------------------
Fri Mar 28 10:40:48 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.50.0
New features:
* Added 'fresh' fz::file::open::creation_flags. If set, file
creation fails if a file with the same name already exists.
* Added fz::get_digest_size for hash algorithms.
* Impersonation changes for working with Active Directory users.
* Transparent fz::less_/equal_insensitive_ascii comparators.
* Generalized fz::starts_/ends_with.
Bugfixes and minor changes:
* fz::socket_base::close is now public.
* Fixes to mutex-debugging functionality.
* Fixes to fz::is_pem heuristic.
-------------------------------------------------------------------
Sat Nov 2 11:24:28 UTC 2024 - ecsos <ecsos@opensuse.org>
- Update to 0.49.0
* New features:
- Added fz::to_integral_o that returns an optional
- If mutex-debugging is enabled, attempts to destroy a still
locked mutex are now detected
- fz::file can now also be oppened in append mode
- MSW: Added users, authenticated_users and system entities to
security_descriptor_builder
* Bugfixes and minor changes:
- fz::to_integral now verifies that the value fits into the
return type instead of silently truncating
-------------------------------------------------------------------
Fri Jul 12 09:28:18 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libfilezilla
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
#
%define major 45
%define major 48
%define libname %{name}%{major}
%define develname %{name}-devel
Name: libfilezilla
Version: 0.48.1
Version: 0.51.1
Release: 0
Summary: C++ library for filezilla
License: GPL-2.0-or-later
@@ -80,8 +80,8 @@ Requires: %{libname} = %{version}-%{release}
Files needed for development with %{name}.
# Need %%lang_package expanded for an extra conflict with an old library package
# Need %%lang_package expanded for an extra conflict with an old library package
%package lang
# FIXME: consider using %%lang_package macro
Summary: Translations for package %{name}