Commit Graph

86 Commits

Author SHA256 Message Date
d47395a8b3 Accepting request 1235458 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1235458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=35
2025-01-07 19:53:23 +00:00
Tejas Guruswamy
256b4cda12 - Update to 1.5.3
* Feature: Support language Interlingua (Occidental)
  * Feature: Warn if destination directory is formatted as NTFS (#1854) (David Gibbs @fallingrock)
  * Breaking Change: Minimal Python version 3.9 required (#1731)
  * Breaking Change: Auto migration of config version 4 or lower not longer supported (#1857)
  * Fix: Prevent duplicates in Exclude/Include list of Manage Profiles dialog
  * Fix: Fix Qt segmentation fault when canceling out of unconfigured BiT (#1095) (Derek Veit @DerekVeit)
  * Fix: Correct global flock fallbacks (#1834) (Timothy Southwick @NickNackGus)
  * Fix: Use SSH key password only if it is valid, otherwise request it from user (#1852) (David Wales @daviewales)
  * Feature: Support fcron (#610)
  * Feature: User message about release candidate (#1906)

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=83
2025-01-06 22:59:03 +00:00
14d5d9a912 Accepting request 1219425 from Archiving:Backup
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1219425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=34
2024-10-30 16:38:57 +00:00
Tejas Guruswamy
5db76609db - Update to 1.5.2
* Fix: Ensure crontab with ending newline (#781)
  * Fix(translation): Correct corrupt translated strings in Basque, Islandic and Spanish causing application crashes (#1828)
  * Fix: Use correct port to ping SSH Proxy (#1815)
  * Dependency: Migration to PyQt6
  * Breaking Change: EncFS deprecation warning (#1735, #1734)
  * Breaking Change: GUI started with --debug does no longer add --debug to the crontab for scheduled profiles.
                     Use the new "enable logging for debug messages" in the 'Schedule' section of the 'Manage profiles' GUI instead.
  * Feature: Warn if Cron is not running (#1747)
  * Feature: Profile and GUI allow to activate debug output for scheduled jobs by adding '--debug' to crontab entry (#1616, contributed by @stcksmsh Kosta Vukicevic)
  * Feature: Support SSH proxy (jump) host (#1688) (@cgrinham, Christie Grinham)
  * Feature: Support rsync '--one-file-system' in Expert Options (#1598)
  * Feature: "*-dev" version strings contain last commit hash (#1637)
  * Fix: Global flock fallback to single-user mode if insufficient permissions (#1743, #1751)
  * Fix: Fix Qt segmentation fault with uninstall ExtraMouseButtonEventFilter when closing main window (#1095)
  * Fix: Names of weekdays and months translated correct (#1729)
  * Fix: Global flock for multiple users (#1122, #1676)
  * Fix bug: "Backup folders" list does reflect the selected snapshot (#1585) (@rafaelhdr Rafael Hurpia da Rocha)
  * Fix: Validation of diff command settings in compare snapshots dialog (#1662) (@stcksmsh Kosta Vukicevic)
  * Fix bug: Open symlinked folders in file view (#1476)
  * Fix bug: Respect dark mode using color roles (#1601)
  * Fix: "Highly recommended" exclusion pattern in "Manage Profile" dialog's "Exclude" tab show missing only (#1620)
  * Fix bug: `make install` ignored $(DEST) in file migration part (#1630)
  * Removed: Context menu in LogViewDialog (#1578)
  * Removed: Field "filesystem_mount" and "snapshot_version" in "info" file (#1684)

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=81
2024-10-12 05:24:49 +00:00
e018231a6d Accepting request 1184961 from Archiving:Backup
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1184961
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=33
2024-07-04 14:22:57 +00:00
Tejas Guruswamy
6358287d6c - Remove backintime-polkit_priv_downgrade.patch, not needed (boo#1226446)
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=79
2024-06-26 02:21:17 +00:00
Tejas Guruswamy
efcecc004c - Update to 1.4.3
* Feature: Exclude 'SingletonLock' and 'SingletonCookie' (Discord) and 'lock' (Mozilla Firefox) files by default (part of #1555)
  * Work around: Relax `rsync` exit code 23: Ignore instead of error now (part of #1587)
  * Feature (experimental): Add new snapshot log filter `rsync transfer failures (experimental)` to find them easier (they are normally not shown as "error").
                            This feature is experimental because it is based on hard-coded error message strings in the rsync source code
                            and may possibly not find all rsync messages or show false positives.
  * Fix bug: 'qt5_probing.py' hangs when BiT is run as root and no user is logged into a desktop environment (#1592 and #1580)
  * Fix bug: Launching BiT GUI (root) hangs on Wayland without showing the GUI (#836)
  * Improve: Launcher for BiT GUI (root) does not enforce Wayland anymore but uses same settings as for BiT GUI (userland) (#1350)
  * Fix bug: Disabling suspend during taking a backup ("inhibit suspend") hangs when BiT is run as root and no user is logged into a desktop environment (#1592)
  * Change of semantics: BiT running as root never disables suspend during taking a backup ("inhibit suspend") even though this may have worked before in BiT <= v1.4.1 sometimes (required to fix #1592)
  * Fix bug: RTE: module 'qttools' has no attribute 'initate_translator' with encFS when prompting the user for a password (#1553).
  * Fix bug: Schedule dropdown menu used "minutes" instead of "hours".
  * Fix bug: Unhandled exception "TypeError: 'NoneType' object is not callable" in tools.py function __log_keyring_warning (#820).
             Logging thread removed and logger module correctly initialized as fix. Is "Heisenbug" so 100 % retesting was not possible.
  * Build: Use PyLint in unit testing to catch E1101 (no-member) errors.
  * Build: Activate PyLint warning W1401 (anomalous-backslash-in-string).
  * Build: Add codespell config.
  * Build: Allow manual specification of python executable (--python=PYTHON_PATH) in common/configure and qt/configure
  * Build: All starter scripts do use an absolute path to the python executable by default now via common/configure and qt/configure (#1574)
  * Build: Install dbus configuration file to /usr/share not /etc (#1596)
  * Build: `configure` does delete old installed files (`qt4plugin.py` and `net.launchpad.backintime.serviceHelper.conf`) that were renamed or moved in a previous release (#1596)
  * Translation: Minor modifications in source strings and updating language files.
  * Refactor: Solved circular dependency between tools.py and logger.py to fix #820
  * Improved: qtsystrayicon.py, qt5_probing.py, usercallbackplugin.py and all parts of app.py
              do now also use "backintime" as logging namespace in the syslog to ensure complete log output with `journalctl | grep -i backintime`
- Remove backintime-python_location.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=78
2024-06-08 18:04:53 +00:00
1841d75118 Accepting request 1149380 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/1149380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=32
2024-02-22 20:00:51 +00:00
07fff6b579 Accepting request 1149149 from home:dimstar:rpm4.20:b
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1149149
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=76
2024-02-22 13:16:25 +00:00
ae5b4b7de2 Accepting request 1139333 from Archiving:Backup
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1139333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=31
2024-01-17 21:16:01 +00:00
Tejas Guruswamy
dbf263ad86 Update patch
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=74
2024-01-10 02:37:37 +00:00
Tejas Guruswamy
f37a3f9590 Update patch
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=73
2024-01-08 02:31:44 +00:00
Tejas Guruswamy
cff206eeb8 Update patch
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=72
2024-01-08 02:30:31 +00:00
Tejas Guruswamy
892932af4b - Add backintime-python_location.patch to manually specify python and allow build on Leap 15.5
- Re-add missing Group and Provides tags

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=71
2024-01-08 00:15:50 +00:00
9676583d0d Accepting request 1125124 from Archiving:Backup
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1125124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=30
2023-11-13 21:18:53 +00:00
Tejas Guruswamy
14679bbd02 Accepting request 1123281 from home:jaimeMF:branches:Archiving:Backup
- update to 1.4.1:
  * Dependency: Add "qt translations" to GUI runtime dependencies (gh#bit-team/backintime#1538)
  * Build: Unit tests do generically ignore all instead of well-known warnings now (gh#bit-team/backintime#1539).
  * Build: Warnings about missing Qt translation now are ignored while testing (gh#bit-team/backintime#1537).
  * Fix bug: GUI didn't start when "show hidden files" button was on (gh#bit-team/backintime#1535).
- update to 1.4.0:
  * Project: Renamed branch "master" to "main" and started "gitflow" branching
    model.
  * Refactor: Renamed qt4plugin.py to systrayiconplugin.py (we are using Qt5
    for years now ;-)
  * Refactor: Removed unfinished feature "Full system backup" (gh#bit-team/backintime#1526)
  * Fix bug: AttributeError: can't set attribute 'showHiddenFiles' in app.py (gh#bit-team/backintime#1532)
  * Fix bug: Check SSH login works on machines with limited commands (gh#bit-team/backintime#1442)
  * Fix bug: Missing icon in SSH private key button (gh#bit-team/backintime#1364)
  * Fix bug: Master issue for missing or empty system-tray icon (gh#bit-team/backintime#1306)
  * Fix bug: System-tray icon missing or empty (GUI and cron) (gh#bit-team/backintime#1236)
  * Fix bug: Improve KDE plasma icon compatibility (gh#bit-team/backintime#1159)
  * GUI Change: View last (snapshot) log button in GUI uses
    "document-open-recent" icon now instead of "document-new"
    (gh#bit-team/backintime#1386)
  * Fix bug: Unit test fails on some machines due to warning "Ignoring
    XDG_SESSION_TYPE=wayland on Gnome..." (gh#bit-team/backintime#1429)
  * Fix bug: Generation of config-manpage caused an error with Debian's Lintian (gh#bit-team/backintime#1398).
  * Fix bug: Return empty list in smartRemove (gh#bit-team/backintime#1392,
    Debian Bug Report 973760)
  * Fix bug: Taking a snapshot reports rsync errors now even if no snapshot was
    taken (gh#bit-team/backintime#1491)
  * Fix bug: takeSnapshot() recognizes errors now by also evaluating the rsync
    exit code (gh#bit-team/backintime#489)
  * Fixes related problem: Killing rsync was not handled gracefully (by
    ignoring the rsync exit code)
  * Fix bug: The error user-callback is now always called if an error happened
    while taking a snapshot (gh#bit-team/backintime#1491)
  * Fix bug: D-Bus serviceHelper error "LimitExceeded: Maximum length of
    command line reached (100)":
  * Max command length is now 120 instead of 100 (gh#bit-team/backintime#1027)
  * Feature: Introduce new error codes for the "error" user callback (as part
    of gh#bit-team/backintime#1491):
    5: Error while taking a snapshot.
    6: New snapshot taken but with errors.
  * Feature: The rsync exit code is now contained in the snapshot log (part
    of gh#bit-team/backintime#489). Example:
    [E] Error: 'rsync' ended with exit code -9 (negative values are signal numbers, see 'kill -l')
  * Fix bug: Treat rsync exit code 24 as INFO instead of ERROR (gh#bit-team/backintime#1506)
  * Breaking change: Minimal Python version 3.8 required (gh#bit-team/backintime#1358).
  * Removed: Handling and checking of user group "fuse" (gh#bit-team/backintime#1472).
  * Feature: Exclude /swapfile by default (gh#bit-team/backintime#1053)
  * Feature: Rearranged menu bar and its entries in the main window
    (gh#bit-team/backintime#1487, gh#bit-team/backintime#1478).
  * Feature: Configure user interface language via config file and GUI.
  * Documentation: Removed outdated docbook (gh#bit-team/backintime#1345).
  * Build: Introduced .readthedocs.yaml as asked by ReadTheDocs.org (gh#bit-team/backintime#1443).
  * Dependency: The oxygen icons should be installed with the BiT Qt GUI since
  * they are used as fallback in case of missing icons
  * Fix bug: Add support for ChainerBackend class as keyring which iterates
    over all supported keyring backends (gh#bit-team/backintime#1410)
  * Translation: Strings to translate now easier to understand for translators
    (gh#bit-team/backintime#1448, gh#bit-team/backintime#1457,
    gh#bit-team/backintime#1462, gh#bit-team/backintime#1465).
  * Translation: Improved completeness of translations and additional
    modifications of source strings
    (gh#bit-team/backintime#1454,gh#bit-team/backintime#1512)
  * Translation: Plural forms support (gh#bit-team/backintime#1488).
  * Removed: Translation in Canadian English, British English and Javanese (gh#bit-team/backintime#1455).
  * Added: Translation in Persian and Vietnamese (gh#bit-team/backintime#1460).
  * Added: Message to users (after 10 starts of BIT Gui) to motivate them
    contributing translations (gh#bit-team/backintime#1473).

OBS-URL: https://build.opensuse.org/request/show/1123281
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=69
2023-11-05 21:23:04 +00:00
2babd00f95 Accepting request 1063303 from Archiving:Backup
- Require python3-packaging

OBS-URL: https://build.opensuse.org/request/show/1063303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=29
2023-02-05 19:19:34 +00:00
Tejas Guruswamy
670b6457c2 - Require python3-packaging
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=67
2023-02-05 18:45:47 +00:00
043c2ab9fa Accepting request 1057174 from Archiving:Backup
- Remove backintime-rsync324_args.patch (no longer needed)
- update to 1.3.3:
  * New feature: Command line argument "--diagnostics" to show helpful info
    for better issue support
  * GUI change: Remove Exit button from the toolbar
  * GUI change: Define accelerator keys for menu bar and tabs, as well as
    toolbar shortcuts
  * Desktop integration: Update .desktop file to mark Back In Time as a
    single main window program
  * Improvement: Write all log output to stderr; do not pollute stdout with
    INFO and WARNING messages anymore
  * Bugfix: RTE "reentrant call inside io.BufferedWriter" in logFile.flush()
    during backup
  * Bugfix: Incompatibility with rsync 3.2.4 or later because of rsync's
    "new argument protection" (#1247). Deactivate "--old-args" rsync
    argument earlier recommaned to users as a workaround.
  * Bugfix: DeprecationWarnings about invalid escape sequences.
  * Bugfix: AttributeError in "Diff Options" dialog
  * Bugfix: Settings GUI: "Save password to Keyring" was disabled due to "no
    appropriate keyring found"
  * Bugfix: Back in Time did not start with D-Bus error
  * Bugfix: Avoid logging errors while waiting for a target drive to be
    mounted
  * Bugfix: [Arch Linux] AUR pkg "backintime-git": Build tests fails and
    installation is aborted
  * Bugfix: Wrong systray icon showing in Wayland
  * Documentation update: Correct description of profile<N>.schedule.time in
    backintime-config manpage
  * Translation update: Brazilian Portuguese
  * Translation update: Italian
  * Translation update: French
  * Testing: Fix a test fail when dealing with an empty crontab
  * Testing: Fix a test fail when dealing with an empty config file
  * Testing: Skip "test_quiet_mode" (does not work reliably)
  * Testing: Improve "test_diagnostics_arg" (introduced with #1100) to no
    longer fail when JSON output was mixed with logging output (part of #921)
  * Testing: Numerous fixes and extensions to testing

OBS-URL: https://build.opensuse.org/request/show/1057174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=28
2023-01-10 13:59:52 +00:00
Tejas Guruswamy
dad61d9dd1 - Remove backintime-rsync324_args.patch (no longer needed)
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=65
2023-01-08 18:29:08 +00:00
Tejas Guruswamy
05d2a5015f Accepting request 1056263 from home:dirkmueller:Factory
- update to 1.3.3:
  * New feature: Command line argument "--diagnostics" to show helpful info
    for better issue support
  * GUI change: Remove Exit button from the toolbar
  * GUI change: Define accelerator keys for menu bar and tabs, as well as
    toolbar shortcuts
  * Desktop integration: Update .desktop file to mark Back In Time as a
    single main window program
  * Improvement: Write all log output to stderr; do not pollute stdout with
    INFO and WARNING messages anymore
  * Bugfix: RTE "reentrant call inside io.BufferedWriter" in logFile.flush()
    during backup
  * Bugfix: Incompatibility with rsync 3.2.4 or later because of rsync's
    "new argument protection" (#1247). Deactivate "--old-args" rsync
    argument earlier recommaned to users as a workaround.
  * Bugfix: DeprecationWarnings about invalid escape sequences.
  * Bugfix: AttributeError in "Diff Options" dialog
  * Bugfix: Settings GUI: "Save password to Keyring" was disabled due to "no
    appropriate keyring found"
  * Bugfix: Back in Time did not start with D-Bus error
  * Bugfix: Avoid logging errors while waiting for a target drive to be
    mounted
  * Bugfix: [Arch Linux] AUR pkg "backintime-git": Build tests fails and
    installation is aborted
  * Bugfix: Wrong systray icon showing in Wayland
  * Documentation update: Correct description of profile<N>.schedule.time in
    backintime-config manpage
  * Translation update: Brazilian Portuguese
  * Translation update: Italian
  * Translation update: French

OBS-URL: https://build.opensuse.org/request/show/1056263
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=64
2023-01-08 18:24:30 +00:00
bb795a5b12 Accepting request 1038369 from Archiving:Backup
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1038369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=27
2022-11-27 11:52:59 +00:00
Tejas Guruswamy
f2512789b6 - add backintime-rsync324_args.patch for Tumbleweed
+ rsync 3.2.4 changes argument syntax; workaround until next release of backintime
- require notify-send (libnotify-tools) for error messages

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=62
2022-11-19 22:49:24 +00:00
ec4d8deaf3 Accepting request 997449 from Archiving:Backup
- Don't require pkexec on Leap.

OBS-URL: https://build.opensuse.org/request/show/997449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=26
2022-08-17 16:16:53 +00:00
Tejas Guruswamy
9ec1c129e5 - Don't require pkexec on Leap.
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=60
2022-08-14 04:18:44 +00:00
5c1c94b15e Accepting request 990243 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/990243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=25
2022-08-02 20:08:40 +00:00
1bc5106e41 Accepting request 989835 from home:msmeissn:branches:Archiving:Backup
- require pkexec as this is now a standalone package.

OBS-URL: https://build.opensuse.org/request/show/989835
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=58
2022-07-19 12:25:54 +00:00
0b60614f6a Accepting request 978030 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/978030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=24
2022-05-19 20:49:31 +00:00
Tejas Guruswamy
79b073f950 Accepting request 977936 from home:dimstar:Factory
Update to 1.3.2

OBS-URL: https://build.opensuse.org/request/show/977936
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=56
2022-05-19 03:41:09 +00:00
b352ac01b2 Accepting request 905977 from Archiving:Backup
- Update to version 1.3.1
  * Match old and new rsync version format
  * Keep permissions of an existing mountpoint from being overridden
  * Fix FileNotFoundError exception in mount.mounted
  * Fix: 'TempPasswordThread' object has no attribute 'isAlive'
  * Fix: YEAR missing in config
  * Fix: SSH module didn't send identification string while checking if remote host is avilable (#1030)
  * QT: Fix notifyplugin
  * QT: Fix theming: Use link Color instead of hardcoded lightGray

OBS-URL: https://build.opensuse.org/request/show/905977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=23
2021-07-13 20:37:07 +00:00
Tejas Guruswamy
12b67e6228 Fix source urls
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=55
2021-07-13 04:42:04 +00:00
Tejas Guruswamy
41fa29a67e Accepting request 904574 from home:susnux:branches:Archiving:Backup
Update to version 1.3.1

OBS-URL: https://build.opensuse.org/request/show/904574
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=54
2021-07-12 19:58:27 +00:00
38b790500a Accepting request 739884 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/739884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=22
2019-11-06 12:53:38 +00:00
efe6775b85 Accepting request 739859 from home:RBrownSUSE:branches:Archiving:Backup
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739859
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=52
2019-10-17 14:24:26 +00:00
e991c18f8c Accepting request 727094 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/727094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=21
2019-08-30 12:41:56 +00:00
09e49342d1 Accepting request 727065 from home:jaimeMF:branches:Archiving:Backup
Update to version 1.2.1

OBS-URL: https://build.opensuse.org/request/show/727065
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=50
2019-08-30 00:42:24 +00:00
c12851d3e5 Accepting request 704669 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/704669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=20
2019-05-22 10:20:09 +00:00
970898cd22 Accepting request 702664 from home:jengelh:branches:Archiving:Backup
- Avoid name repetition in summary.

OBS-URL: https://build.opensuse.org/request/show/702664
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=48
2019-05-22 08:36:54 +00:00
33070fbd84 Accepting request 701788 from Archiving:Backup
OBS-URL: https://build.opensuse.org/request/show/701788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=19
2019-05-14 11:41:02 +00:00
91f02a1a3e Accepting request 699560 from home:thardeck:branches:Archiving:Backup
Regarding the polkit change I have already created a bugzilla entry: https://bugzilla.opensuse.org/show_bug.cgi?id=1133680

- Update to upstream version 1.2.0
  * switch to Qt5
  * rewrite huge parts
  * add unit-test for most important parts
- remove obsolete patch backintime-ssh-agent_only_if_password.patch
- remove obsolete patch backintime-security_hardening_backport.patch
- add gpg verification for source tarball
- remove obsolete %post and %postun statements

OBS-URL: https://build.opensuse.org/request/show/699560
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=46
2019-05-09 11:47:00 +00:00
6d0f4e9118 Accepting request 542840 from Archiving:Backup
- Update to upstream version 1.1.24
  * fix critical bug: shell injection in notify-send (https://github.com/bit-team/backintime/issues/834)
  * fix bug: stat free space for snapshot folder instead of backintime folder (https://github.com/bit-team/backintime/issues/733)
  * backport bug fix: backintime root crontab doesn't run; missinng line-feed 0x0A on last line (https://github.com/bit-team/backintime/issues/781)
  * backport bug fix: can't open files with spaces in name (https://github.com/bit-team/backintime/issues/552)

OBS-URL: https://build.opensuse.org/request/show/542840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=18
2017-11-19 10:15:49 +00:00
Tejas Guruswamy
890c0114e0 - Update to upstream version 1.1.24
* fix critical bug: shell injection in notify-send (https://github.com/bit-team/backintime/issues/834)
  * fix bug: stat free space for snapshot folder instead of backintime folder (https://github.com/bit-team/backintime/issues/733)
  * backport bug fix: backintime root crontab doesn't run; missinng line-feed 0x0A on last line (https://github.com/bit-team/backintime/issues/781)
  * backport bug fix: can't open files with spaces in name (https://github.com/bit-team/backintime/issues/552)

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=44
2017-11-18 20:15:50 +00:00
e0bf523e79 Accepting request 495451 from Archiving:Backup
Update to upstream version 1.1.20.
Fix usage of deprecated unix-process polkit authorization subject opens a race condition during authorization [CVE-2017-7572, boo#1037217] and add further security hardening and packaging improvements following security review [boo#1007723]

OBS-URL: https://build.opensuse.org/request/show/495451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/backintime?expand=0&rev=17
2017-05-17 08:55:39 +00:00
Tejas Guruswamy
d52bbf0dbd - Remove rpmlintrc following security review
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=42
2017-05-15 16:25:09 +00:00
Tejas Guruswamy
a8d5848d48 Spec cleaner changes
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=41
2017-04-20 17:29:14 +00:00
Tejas Guruswamy
e604b0daac - Update changes to Factory format (mention patches)
- Fix Requires and BuildRequires
  * No longer requires xterm
  * Note: backintime requires python3-keyring (not py2), but not available in openSUSE yet
- Delete udev configuration files on uninstall
- Merge doc subpackage into main package

OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=40
2017-04-20 16:52:03 +00:00
Tejas Guruswamy
7c23c2abb4 Accepting request 489561 from home:MasterPatricko:branches:Archiving:Backup
- Update to 1.1.20
  * backport security fix: polkit CheckAuthorization: race condition in privilege authorization (CVE-2017-7572, boo#1032717)
- Backport security hardening measures (boo#1007723)

OBS-URL: https://build.opensuse.org/request/show/489561
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=39
2017-04-20 09:52:12 +00:00
Hrvoje Senjan
3b71cf26c9 OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=38 2016-10-31 07:32:58 +00:00
Hrvoje Senjan
fb61429aba OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=37 2016-10-31 06:19:44 +00:00
Hrvoje Senjan
bc8e1348b0 Accepting request 437836 from home:felihommen:branches:Archiving:Backup
Fixed bug #1006356. First time I do this

OBS-URL: https://build.opensuse.org/request/show/437836
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/backintime?expand=0&rev=36
2016-10-31 06:18:44 +00:00