[Bug 1946898] Re: Merge rsync from Debian unstable for 22.04

2021-11-16 Thread Bryce Harrington
rsync (3.2.3-8ubuntu1) jammy; urgency=medium

  * Merge with Debian unstable. Remaining changes:
- debian/rules: add --disable-asm configure flag. The only asm
  implementation is available for md5 on x86_64, however it is no-op,
  because we built with OpenSSL which has optimized md5
  implementation. Furthermore, linking noop md5 asm on x86_64 results in
  rsync binary not getting marked as CET compatible, because the noop
  md5 asm is not marked as CET compatible. Thus building without noop
  md5 asm, results in rsync gaining CET.

 -- Bryce Harrington   Mon, 01 Nov 2021 16:05:43
-0700


** Changed in: rsync (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946898

Title:
  Merge rsync from Debian unstable for 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1946898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946898] Re: Merge rsync from Debian unstable for 22.04

2021-10-19 Thread Bryce Harrington
** Description changed:

- Scheduled-For: 23.01
- Upstream: tbd
- Debian:   3.2.3-8
+ Upstream: 3.2.3
+ Debian:   3.2.3-8
  Ubuntu:   3.2.3-4ubuntu1
- 
  
  Debian does new releases regularly, so it's likely there will be newer
  versions available before FF that we can pick up if this merge is done
  later in the cycle.
  
- 
  ### New Debian Changes ###
  
  rsync (3.2.3-8) unstable; urgency=medium
  
-   * debian/patches:
- - manpage_upstream_fixes.patch: Import multiple upstream patches to fix
-   manpage.
- - copy-devices.diff: Add missing manpage changes to patch
- - CVE-2020-14387.patch: Add Forwarded DEP3 field to point to upstream 
patch
- - fix_delay_updates.patch: Refresh patch
- - fix_mkpath.patch: New upstream patch to fix an edge case on --mkpath
- - fix_rsync-ssl_RSYNC_SSL_CERT_feature.patch: New upstream patch
- - fix_sparse_inplace.patch: New upstream patch to fix --sparse + --inplace
-   options
- - update_rrsync_options.patch: New upstream patch to update rrsync options
+   * debian/patches:
+ - manpage_upstream_fixes.patch: Import multiple upstream patches to fix
+   manpage.
+ - copy-devices.diff: Add missing manpage changes to patch
+ - CVE-2020-14387.patch: Add Forwarded DEP3 field to point to upstream 
patch
+ - fix_delay_updates.patch: Refresh patch
+ - fix_mkpath.patch: New upstream patch to fix an edge case on --mkpath
+ - fix_rsync-ssl_RSYNC_SSL_CERT_feature.patch: New upstream patch
+ - fix_sparse_inplace.patch: New upstream patch to fix --sparse + --inplace
+   options
+ - update_rrsync_options.patch: New upstream patch to update rrsync options
  
-  -- Samuel Henrique   Sat, 25 Sep 2021 17:38:16
+  -- Samuel Henrique   Sat, 25 Sep 2021 17:38:16
  +0100
  
  rsync (3.2.3-7) unstable; urgency=medium
  
-   * Bump Standards-Version to 4.6.0
-   * d/p/workaround_glibc_lchmod_regression.patch: New patch from upstream
- (closes: #994543)
-   * debian/rsync.NEWS: Fix typo in last entry
+   * Bump Standards-Version to 4.6.0
+   * d/p/workaround_glibc_lchmod_regression.patch: New patch from upstream
+ (closes: #994543)
+   * debian/rsync.NEWS: Fix typo in last entry
  
-  -- Samuel Henrique   Sat, 18 Sep 2021 00:25:13
+  -- Samuel Henrique   Sat, 18 Sep 2021 00:25:13
  +0100
  
  rsync (3.2.3-6) unstable; urgency=medium
  
-   * d/t/upstream-tests: Suppress stderr warnings from the build process
+   * d/t/upstream-tests: Suppress stderr warnings from the build process
  
-  -- Samuel Henrique   Sun, 12 Sep 2021 18:22:57
+  -- Samuel Henrique   Sun, 12 Sep 2021 18:22:57
  +0100
  
  rsync (3.2.3-5) unstable; urgency=medium
  
-   [ 刘建强 ]
-   * Set the rsync.service not to start automatically after installation,
- the rsyncd.conf configuration file needs to be configured by the user
- before the service can start
+   [ 刘建强 ]
+   * Set the rsync.service not to start automatically after installation,
+ the rsyncd.conf configuration file needs to be configured by the user
+ before the service can start
  
-   [ Samuel Henrique ]
-   * Re-add upstream patch for --copy-devices, the --write-devices option is
- not fully equivalent (closes: #992215)
-   * d/rsync.docs: Add NEWS.md file (previously named NEWS) (closes: #993697)
-   * d/p/fix_delay_updates.patch: New patch from upstream (closes: #992231)
+   [ Samuel Henrique ]
+   * Re-add upstream patch for --copy-devices, the --write-devices option is
+ not fully equivalent (closes: #992215)
+   * d/rsync.docs: Add NEWS.md file (previously named NEWS) (closes: #993697)
+   * d/p/fix_delay_updates.patch: New patch from upstream (closes: #992231)
  
-  -- Samuel Henrique   Sun, 12 Sep 2021 17:25:37
+  -- Samuel Henrique   Sun, 12 Sep 2021 17:25:37
  +0100
  
  rsync (3.2.3-4) unstable; urgency=medium
  
-   [ Helmut Grohne ]
-   * d/p/fix_ftcbfs_configure.patch: New patch to fix FTCBFS (closes: #971285)
+   [ Helmut Grohne ]
+   * d/p/fix_ftcbfs_configure.patch: New patch to fix FTCBFS (closes: #971285)
  
-   [ Samuel Henrique ]
-   * Bump Standards-Version to 4.5.1
+   [ Samuel Henrique ]
+   * Bump Standards-Version to 4.5.1
  
-  -- Samuel Henrique   Tue, 02 Feb 2021 23:08:54
+  -- Samuel Henrique   Tue, 02 Feb 2021 23:08:54
  +
  
  rsync (3.2.3-3) unstable; urgency=high
  
-   * d/p/CVE-2020-14387.patch: New patch to fix an openssl related CVE
- (closes: #969530, CVE-2020-14387)
+   * d/p/CVE-2020-14387.patch: New patch to fix an openssl related CVE
+ (closes: #969530, CVE-2020-14387)
  
-  -- Samuel Henrique   Sat, 19 Dec 2020 12:48:33
+  -- Samuel Henrique   Sat, 19 Dec 2020 12:48:33
  +
  
  rsync (3.2.3-2) unstable; urgency=medium
  
-   [ Sergio Durigan Junior ]
-   * Make the autopkgtests cross-friendly.
- Thanks to Steve Langasek 
+   [ Sergio Durigan Junior ]
+   * Make the autopkgtests cross-friendly.
+ Thanks to Steve Langasek 
  
-  -- Samuel Henrique   Wed, 26 Aug 2020 21:23:57
+  -- 

[Bug 1946898] Re: Merge rsync from Debian unstable for 22.04

2021-10-18 Thread Bryce Harrington
** Changed in: rsync (Ubuntu)
Milestone: None => ubuntu-22.01

** Changed in: rsync (Ubuntu)
Milestone: ubuntu-22.01 => ubuntu-21.11

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946898

Title:
  Merge rsync from Debian unstable for 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1946898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946898] Re: Merge rsync from Debian unstable for 22.04

2021-10-12 Thread Bryce Harrington
** Changed in: rsync (Ubuntu)
 Assignee: (unassigned) => Bryce Harrington (bryce)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946898

Title:
  Merge rsync from Debian unstable for 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1946898/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs