Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libcsync-plugin-owncloud-0.50.0-bp160.1.3 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: libcsync-plugin-owncloud Distribution: SUSE Linux Enterprise 16
Version: 0.50.0 Vendor: openSUSE
Release: bp160.1.3 Build date: Mon Feb 26 11:56:07 2024
Group: System/Libraries Build host: reproducible
Size: 67672 Source RPM: csync-0.50.0-bp160.1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.csync.org/
Summary: Owncloud plugin for csync
This plug-in allows applications using csync to synchronize with Owncloud.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Tue Apr 13 2021 Matthias Gerstner <matthias.gerstner@suse.com>
  - explicitly add -pie linker flag to make /usr/bin/csync a PIE binary
    (bsc#1184122). The problem arises in upstream
    cmake/Modules/DefineCompilerFlags.cmake where -fPIC is explicitly added to
    compiler flags, which are also passed during link time. This overrides our
    implicit gcc PIE profile.
* Sun Mar 07 2021 Carsten Ziepke <kieltux@gmail.com>
  - Fix bare words are no longer supported,
    please use "...": lib64 == lib64
  - Run spec-cleaner
* Tue Oct 27 2020 Dominique Leuenberger <dimstar@opensuse.org>
  - Add csync-libssh.patch: Detect libssh version in libssh_version.h
    in case this file exists.
* Tue Oct 30 2018 Klaas Freitag <opensuse@freisturz.de>
  - Add fix-missing-const.patch: Fix a compile error on Leap 15.1
    Fixes boo#1113889
* Mon Jun 29 2015 tjcw@physics.org
  - Fix build break by changing __FUNCTION__ to __func__
    * csync_log.h.patch
* Mon Mar 16 2015 dimstar@opensuse.org
  - Fix popd usage: since bash 4.3, it only takes a numeric argument.
* Mon Jun 30 2014 freitag@owncloud.com
  - BuildRequire pkg-config to make cmake find its libraries again.
* Fri Sep 13 2013 jmcdonough@suse.com
  - Update to version 0.50.0.
    * Added an owncloud module
    * Added a backup mode to the reconciler
    * Added new logging framework (removed log4c dependency)
    * Added new config parser (removed iniparser dependency)
    * Added capabilities for modules
    * Added content checking in conflict case
    * Improved database performance and integrity checks
    * Improved error reporting
  - Add fix-cmake-on-pre-12.patch: Fix building on older systems
* Tue Feb 16 2010 anschneider@exsuse.de
  - Build always with libssh support.
* Mon Feb 15 2010 anschneider@exsuse.de
  - Update to version 0.44.0.
    * Migrated sftp module to libssh 0.4.
    * Added more cache entries to the default config.
    * Added missing requirements.
    * Fixed build warnings.
    * Fixed some memory leaks using sftp attributes.
    * Some code cleanups.
* Sun Jan 31 2010 jengelh@medozas.de
  - Package baselibs.conf
* Mon May 25 2009 anschneider@exsuse.de
  - Update to version 0.43.0.
    * Added SFTP support with libssh 0.3.
    * Added possibility to pass userdata to the auth function.
    * Added a better version function.
    * Fixed CMake build.
    * Fixed CMake find modules.
    * Fixed some flaws in cstd functions.
    * Documented all public functions.
* Fri Apr 17 2009 anschneider@exsuse.de
  - Fix Fedora build.
  - Change the way how to set CFLAGS.
* Thu Feb 26 2009 anschneider@suse.de
  - Update to version 0.42.0
    * Small fix in the userguide.
* Fri Jan 23 2009 anschneider@suse.de
  - Update to version 0.42.0 rc3
    * Added checks for unix extensions.
    * Added more documentation to the userguide.
    * Fixed loading of plugins.
    * Fixed call for deletion functions.
    * Normalize the path to <hostname>/<path> for the statedb filename.
    * More change name of client options to be more descriptive.
  - Add recommends for the plugins.
* Thu Jan 08 2009 anschneider@suse.de
  - Fix loading of plugins.
  - Add requires to the plugins.
* Thu Jan 08 2009 anschneider@suse.de
  - Update to version 0.42.0 rc2
    * Reduced syscalls
    * Fixed a bug in the state database
    * Fixed libsmbclient support
    * Completed userguide
* Fri Dec 05 2008 anschneider@suse.de
  - Update to version 0.42.0 rc1
    libcsync:
    * Reduced calls of syscall functions.
    * Added own function to create a temporary filename.
    * Fixed libsmbclient 3.0.x support.
* Wed Sep 10 2008 anschneider@suse.de
  - Created a subpackage for each plugin and for the user guide
  - Update to version 0.42.0 beta1
    libcsync:
    * Added a sftp module using libssh
    * Added user guide (just a start)
    * Added testcase for update detection
    * Added a function to parse an uri to cstdlib
    * Updated the manpage
    * Fixed some segfaults in cstdlib
    * Fixed some memory leaks
    csync:
    * Improved the auth callback
* Thu Jul 03 2008 anschneider@suse.de
  - Set the right group for the different packages
* Wed Jul 02 2008 anschneider@suse.de
  - Update to version 0.42.0 alpha4
    libcsync:
    * Added the possibility to run csync completely without a journal
    * Improved chmod calls during propagation. Most of the time we use the
      default mode and don't need to call chmod.
    * Improved the exclude list handling in the file tree walker. This
      increased the speed of the update detection.
    * Fixed csync on PPC
    * Fixed serveral small bugs
    csync:
    * Added commandline option to run csync completely without a journal
* Fri Jun 27 2008 anschneider@suse.de
  - Fixed csync on PPC
* Wed Jun 25 2008 anschneider@suse.de
  - Update to version 0.42.0 alpha3
    libcsync:
    * Added a tree merger to write a complete journal
    * Added support to run csync without a journal
    * Fixed kerberos support in csync_smb module
    * Fixed closing of files after the copy
    * Fixed update detection to detect special files (fifo, pipes,
      char devices, ..)
    * Fixed O_NOATIME flag on open() if we don't have the permission
    csync:
    * Add a variable to run csync completely without a journal
* Tue Jun 17 2008 anschneider@suse.de
  - Fix update detection for special files (fifo, char device, ..)
  - Fix propagation for files the user doesn't own
* Mon Jun 16 2008 anschneider@suse.de
  - Update to version 0.41.92 (0.42.0 alpha2)
    libcsync:
    * Peformance improvements
    * Add more directories to the standard exclude file
    * Bugfixes
* Wed Jun 04 2008 anschneider@suse.de
  - Build for redhat based distributions
* Mon Jun 02 2008 anschneider@suse.de
  - Update to version 0.41.91 (0.42.0 alpha1)
* Mon May 05 2008 anschneider@suse.de
  - Initial verison 0.41.90

Files

/usr/lib64/csync-0/csync_owncloud.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 30 23:29:37 2025