SHA256
1
0
forked from pool/partclone

55 Commits

Author SHA256 Message Date
0358cbb918 Accepting request 1190855 from filesystems
- Update to version 0.3.32:
  * update hfsplus log
  * fix ntfs error for ' read error: Success' 
  * add option prog_second to display in seconds
  * Fix tiny resource leak. by @TMR5454 in #248
  * Add missing return in libvmfs_version(). by @TMR5454 in #249
  * Fix get_exec_name(): when partclone in installed, there is no '/' in argv0 by @pfrouleau in #55
  * Include the NTFS Boot Record backup in the cloned image by @pfrouleau in #54

OBS-URL: https://build.opensuse.org/request/show/1190855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=25
2024-08-01 20:05:15 +00:00
9b688060c8 - Update to version 0.3.32:
* update hfsplus log
  * fix ntfs error for ' read error: Success' 
  * add option prog_second to display in seconds
  * Fix tiny resource leak. by @TMR5454 in #248
  * Add missing return in libvmfs_version(). by @TMR5454 in #249
  * Fix get_exec_name(): when partclone in installed, there is no '/' in argv0 by @pfrouleau in #55
  * Include the NTFS Boot Record backup in the cloned image by @pfrouleau in #54

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=53
2024-08-01 05:37:26 +00:00
476100327b Accepting request 1128821 from filesystems
- update to 0.3.27:
  * add read-direct-io and write-direct-io options for O_DIRECT
    flag
  * add date time to log file

  * correction for item at offset 76
  * report used blocks and free space based on bitmap
  * Full Changelog:
  * fix progress
- update to 0.2.38
- not all filesystems supported yet

OBS-URL: https://build.opensuse.org/request/show/1128821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=24
2023-11-26 18:37:47 +00:00
621b45eee0 - update to 0.3.27:
* add read-direct-io and write-direct-io options for O_DIRECT
    flag
  * add date time to log file
  * correction for item at offset 76
  * report used blocks and free space based on bitmap
  * Full Changelog:
  * fix progress
- update to 0.2.38
- not all filesystems supported yet

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=51
2023-11-25 22:27:10 +00:00
eb0058e036 Accepting request 1115573 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1115573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=23
2023-10-05 18:03:42 +00:00
7679dd8698 Accepting request 1115100 from home:polslinux:branches:filesystems
- update to 0.3.26:
  * add the direct-io option for writing data to a TARGET device or file.
  * correction for item at offset 76 
  * report used blocks and free space based on bitmap 
- force higher gcc version on Leap

OBS-URL: https://build.opensuse.org/request/show/1115100
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=49
2023-10-04 10:34:11 +00:00
773101138e Accepting request 1108820 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1108820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=22
2023-09-04 20:53:29 +00:00
8e880a5a7d Accepting request 1108804 from home:dirkmueller:Factory
- update to 0.3.25:
  * update btrfs library to 6.3.3
  * Full Changelog: 
    https://github.com/Thomas-Tsai/partclone/compare/0.3.24...0.3.25
- update to 0.3.24:
  * IO stream support for torrent info file.
  * split jobs in github action
  * add dockerfile and test on tag creating
  * Handle absence of mtrace.h (e.g. uClibc) gracefully
  * Link with -lm for isnormal()/__fpclassifyf() as needed
  * Add Russian language file.
  * Update partclone.c
  * Add missing space before opening parenthesis
  * Add german language
  * Update language files
  * Add localization

OBS-URL: https://build.opensuse.org/request/show/1108804
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=47
2023-09-04 09:18:07 +00:00
ccebdc971e Accepting request 1062184 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1062184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=21
2023-01-31 15:09:46 +00:00
86148802a5 Accepting request 1061801 from home:dirkmueller:Factory
- update to 0.3.23:
  * update btrfs clone to 6.0.1
  * create github actions for build test
  * Support parallel unit-testing
  * Reflect partclone 0.3.22 release in configure.ac
  * Don't target Btrfs and exFAT tests twice
  * Create manual-on-host.yml

OBS-URL: https://build.opensuse.org/request/show/1061801
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=45
2023-01-31 07:50:45 +00:00
4dc713a566 Accepting request 1058620 from filesystems
OBS-URL: https://build.opensuse.org/request/show/1058620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=20
2023-01-16 16:59:27 +00:00
808586a16c Accepting request 1058605 from home:dirkmueller:Factory
- update to 0.3.22:
  * fix log message to add new line after "Open devicefile successfully"
  * Add missing space before opening parenthesis
  * Skip FAT tests on big-endian architectures
  * Skip F2FS tests on big-endian architectures
  * Increase F2FS default test size to 100+ MB
  * Increase XFS default test image size to 300+ MB
  * fail-mbr: Remove binutils section .note.gnu.build-id using objcopy
  * Change C99 for loop init to C89 for compatibility
  * update autotools build files
  * Avoid redefining _GNU_SOURCE, _LARGEFILE64_SOURCE
  * Support FUSE 2.x API
  * Check argument count in partclone.imgfuse
  * Support out-of-tree builds for BTRFS and XFS
  * Avoid uninitialized variables to prevent compiler warnings
  * Check for EVP_MD_CTX_reset
  * Remove unused variables to silence compiler warnings
  * Detect FUSE version and explicitly print “yes” or “no” regarding
    filesystem support
  * Fix MBR builds for x86, non-x86 and out-of-tree
  * Support unit-testing in out-of-tree builds
  * Fix typos

OBS-URL: https://build.opensuse.org/request/show/1058605
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=43
2023-01-16 08:04:09 +00:00
124fd4542f Accepting request 975103 from filesystems
OBS-URL: https://build.opensuse.org/request/show/975103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=19
2022-05-05 21:07:04 +00:00
c7846644a4 Accepting request 974766 from home:susnux:branches:filesystems
- Update to version 0.3.20:
  * Fix apfs support
  * Add stdout support

OBS-URL: https://build.opensuse.org/request/show/974766
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=41
2022-05-05 09:08:18 +00:00
f37722bb57 Accepting request 965323 from filesystems
- Update to version 0.3.19:
  * Ignore free space check if compression is enabled. by @zboszor in #147
  * fix: crash when backing up swap partition by @justforlxz in #148
  * Update to btrfs-progs 5.4.1 by @boretom in #151
  * Change C99 for loop init to C89 for compatibility by @robert-scheck in #152
  * doc: document the image formats by @pfrouleau in #157
  * doc: fix typo for logfile argument by @mjoerg in #162
  * WIP: Add block_size and blocks_total in torrent.info to provide partition info by @tjjh89017 in #164
  * Use EVP OpenSSL API by @zboszor in #165
  * Fix using EVP OpenSSL API by @zboszor in #166
  * Fix typo by @jwilk in #169
  * Support HFS+ wrapper volumes by @vasi in #172
  * Domain file doc by @jowagner in #175
  * Docs typo "normanly" by @jowagner in #178
  * How to contribute docs: readme by @jowagner in #179

OBS-URL: https://build.opensuse.org/request/show/965323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=18
2022-03-28 15:01:03 +00:00
1dcb159671 - Update to version 0.3.19:
* Ignore free space check if compression is enabled. by @zboszor in #147
  * fix: crash when backing up swap partition by @justforlxz in #148
  * Update to btrfs-progs 5.4.1 by @boretom in #151
  * Change C99 for loop init to C89 for compatibility by @robert-scheck in #152
  * doc: document the image formats by @pfrouleau in #157
  * doc: fix typo for logfile argument by @mjoerg in #162
  * WIP: Add block_size and blocks_total in torrent.info to provide partition info by @tjjh89017 in #164
  * Use EVP OpenSSL API by @zboszor in #165
  * Fix using EVP OpenSSL API by @zboszor in #166
  * Fix typo by @jwilk in #169
  * Support HFS+ wrapper volumes by @vasi in #172
  * Domain file doc by @jowagner in #175
  * Docs typo "normanly" by @jowagner in #178
  * How to contribute docs: readme by @jowagner in #179

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=39
2022-03-28 08:09:06 +00:00
feaab93314 Accepting request 922300 from filesystems
OBS-URL: https://build.opensuse.org/request/show/922300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=17
2021-09-30 21:43:37 +00:00
05ca371aa4 Accepting request 922182 from home:polslinux:branches:filesystems
- update to 0.3.18:
  * Add block_size and blocks_total in torrent.info to provide
    partition info
  * change C99 for loop init to C89 for compatibility
  * try to fix ignore_crc not working properly

OBS-URL: https://build.opensuse.org/request/show/922182
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=38
2021-09-30 08:01:12 +00:00
dc300c27a2 Accepting request 880476 from filesystems
- Drop dependency on libreiserfs

OBS-URL: https://build.opensuse.org/request/show/880476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=16
2021-03-24 15:12:07 +00:00
2e1d428468 - Drop dependency on libreiserfs
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=36
2021-03-22 08:29:51 +00:00
4825c89a20 Accepting request 878117 from filesystems
- Resolve build failure on Tumleweed

OBS-URL: https://build.opensuse.org/request/show/878117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=15
2021-03-11 19:10:28 +00:00
2f5990496f - Resolve build failure on Tumleweed
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=34
2021-03-10 07:58:39 +00:00
91d8b4de01 Accepting request 859234 from filesystems
OBS-URL: https://build.opensuse.org/request/show/859234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=14
2020-12-30 16:12:43 +00:00
9e57b6c7e2 Accepting request 859222 from home:dirkmueller:branches:filesystems
- update to 0.3.17:
  * fix progress 
  * update btrfs to 5.4.1
  * fix crash when backing up swap partition
  * Ignore free space check if compression is enabled

OBS-URL: https://build.opensuse.org/request/show/859222
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=32
2020-12-29 14:07:58 +00:00
a31b8be155 Accepting request 825213 from filesystems
OBS-URL: https://build.opensuse.org/request/show/825213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=13
2020-08-10 12:59:44 +00:00
7f0c3d6db1 Accepting request 822944 from home:polslinux:branches:filesystems
- Update to 0.3.15
  * XFS fixes

OBS-URL: https://build.opensuse.org/request/show/822944
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=30
2020-08-10 06:01:56 +00:00
b097b58d13 Accepting request 813462 from filesystems
- Fix building with gcc10

OBS-URL: https://build.opensuse.org/request/show/813462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=12
2020-06-11 12:54:22 +00:00
f8b8c3ebea - Fix building with gcc10
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=28
2020-06-11 10:30:21 +00:00
0cc8c903b7 Accepting request 733325 from filesystems
- Update to version 0.3.13"
  * Add support for apfs
- Update download url

OBS-URL: https://build.opensuse.org/request/show/733325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=11
2019-09-26 18:41:54 +00:00
70aa6fb4f1 - Update to version 0.3.13"
* Add support for apfs
- Update download url

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=26
2019-09-26 07:10:16 +00:00
77fe9dbd27 Accepting request 692926 from filesystems
OBS-URL: https://build.opensuse.org/request/show/692926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=10
2019-04-11 10:16:42 +00:00
775a6de226 Accepting request 689897 from home:michals
Add bug reference

OBS-URL: https://build.opensuse.org/request/show/689897
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=24
2019-04-10 10:55:05 +00:00
a42d49725d Accepting request 658172 from filesystems
- Update to version 0.3.12:
  * Support compressed cloned images
- Enable exfat support

OBS-URL: https://build.opensuse.org/request/show/658172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=9
2018-12-18 13:57:23 +00:00
a830523eed - Update to version 0.3.12:
* Support compressed cloned images
- Enable exfat support

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=22
2018-12-14 17:51:08 +00:00
58ed0bc10f Accepting request 535174 from filesystems
- Update to version 0.3.11:
  * update xfs

OBS-URL: https://build.opensuse.org/request/show/535174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=8
2017-10-19 17:33:28 +00:00
c7d4cc1edd - Update to version 0.3.11:
* update xfs

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=20
2017-10-19 10:17:17 +00:00
ef7991445d Accepting request 480895 from filesystems
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/480895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=7
2017-03-20 16:09:51 +00:00
d92a7f965d * Resolves boo#1028904 CVE-2017-6596
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=18
2017-03-10 16:54:03 +00:00
098ad7036f Accepting request 459484 from filesystems
- Update to version 0.3.5a:
  * Support for fuse
  * Several bugfixes and internal changes

OBS-URL: https://build.opensuse.org/request/show/459484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=6
2017-02-22 12:56:14 +00:00
74023beeb9 - Update to version 0.3.5a:
* Support for fuse
  * Several bugfixes and internal changes

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=16
2017-02-21 11:47:42 +00:00
ef7718acc8 Accepting request 406155 from filesystems
- Update to version 0.2.89:
  * small bugfixes

OBS-URL: https://build.opensuse.org/request/show/406155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=5
2016-07-05 07:52:04 +00:00
549d53643e - Update to version 0.2.89:
* small bugfixes

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=14
2016-07-03 08:55:56 +00:00
0c0f1695c2 Accepting request 376233 from filesystems
- Switch to 0.2.88 (as 0.3 branch seems to be currently abandoned)
- Enable more filesystems
- Remove ppc excludes as build now succeeds
- Cleanup spec file
- Drop upstreamed partclone-missing-includes.patch

OBS-URL: https://build.opensuse.org/request/show/376233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=4
2016-03-26 14:24:42 +00:00
e8a73110d0 - Enable more filesystems
- Remove ppc excludes as build now succeeds
- Cleanup spec file

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=12
2016-03-20 21:56:18 +00:00
156be5b292 OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=11 2016-03-20 21:53:49 +00:00
8eed871684 - Switch to 0.2.88 (as 0.3 branch seems to be currently abandoned)
- Drop upstreamed partclone-missing-includes.patch

OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=10
2016-03-20 21:49:53 +00:00
93e358a617 Accepting request 322293 from filesystems
1

OBS-URL: https://build.opensuse.org/request/show/322293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=3
2015-08-14 12:46:12 +00:00
dfd6934679 Accepting request 322292 from home:michel_mno:branches:filesystems
- ExcludeArch:    ppc ppc64 ppc64le
  PowerPC do not support the fail-mbr/fail-mbr.S

OBS-URL: https://build.opensuse.org/request/show/322292
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=8
2015-08-13 08:10:26 +00:00
203d09de28 Accepting request 313398 from filesystems
1

OBS-URL: https://build.opensuse.org/request/show/313398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/partclone?expand=0&rev=2
2015-06-24 19:04:43 +00:00
c92d012b1b Accepting request 313396 from home:dimstar:Factory
- Add partclone-missing-includes.patch: Fix build with GCC5 by
  correctly including the needed headers.

OBS-URL: https://build.opensuse.org/request/show/313396
OBS-URL: https://build.opensuse.org/package/show/filesystems/partclone?expand=0&rev=6
2015-06-24 10:32:25 +00:00