Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Todd Zullinger
2f437a4ebc Merge branch 'rawhide' into f35 2022-10-18 16:57:18 -04:00
Todd Zullinger
685a1f71f1 Merge branch 'rawhide' into f35 2022-08-31 10:11:19 -04:00
Todd Zullinger
3d6d9f40c2 Merge branch 'rawhide' into f35 2022-08-11 17:34:55 -04:00
Todd Zullinger
5f73382b45 Merge branch 'rawhide' into f35 2022-07-12 13:50:24 -04:00
Todd Zullinger
d4f20c985f update to 2.35.3 (#2073414, CVE-2022-24765)
Per the upstream release notes from 2.30.3¹:

    This release addresses the security issue CVE-2022-24765.

     * CVE-2022-24765:
       On multi-user machines, Git users might find themselves
       unexpectedly in a Git worktree, e.g. when another user created a
       repository in `C:\.git`, in a mounted network drive or in a
       scratch space. Merely having a Git-aware prompt that runs `git
       status` (or `git diff`) and navigating to a directory which is
       supposedly not a Git worktree, or opening such a directory in an
       editor or IDE such as VS Code or Atom, will potentially run
       commands defined by that other user.

and 2.30.4²:

    This release contains minor fix-ups for the changes that went into
    Git 2.30.3, which was made to address CVE-2022-24765.

     * The code that was meant to parse the new `safe.directory`
       configuration variable was not checking what configuration
       variable was being fed to it, which has been corrected.

     * '*' can be used as the value for the `safe.directory` variable to
       signal that the user considers that any directory is safe.

¹ https://github.com/git/git/raw/v2.30.3/Documentation/RelNotes/2.30.3.txt
² https://github.com/git/git/raw/v2.30.4/Documentation/RelNotes/2.30.4.txt
2022-04-18 15:01:50 -04:00
Todd Zullinger
a36bccdebb Merge branch 'rawhide' into f35 2022-02-06 10:45:05 -05:00
Todd Zullinger
b70f1b73ef Merge branch 'rawhide' into f35 2022-01-01 23:38:34 -05:00
Ondřej Pohořelský
09bdf41b74 add Perl requires to git-email
Resolves: rhbz#2020487

In git version 2.33.0, git-send-email.perl has optimized modules
loading[1]. This resulted in perl.req not detecting requires properly,
because it doesn't detect requires that are not at the start of new line.
This commit adds explicit Requires into the spec file.

[1]f4dc9432fd
2021-11-11 16:28:59 +01:00
Todd Zullinger
f4cb043825 update to 2.33.1
Release notes:
https://github.com/git/git/raw/v2.33.1/Documentation/RelNotes/2.33.1.txt
2021-10-14 14:53:01 +02:00
Ondřej Pohořelský
83e961ad61 update to 2.33.0
contrib/hooks/multimail is no longer distributed with git

The multimail hook was removed from the git contrib tree.  From the
upstream commit f74d11471f (multimail: stop shipping a copy,
2021-06-10):

The multimail project is developed independently and has its own project
page. Traditionally, we shipped a copy in contrib/.
However, such a copy is prone to become stale, and users are much better
served to be directed to the actual project instead.
2021-10-05 18:39:33 +02:00

Diff content is not available