Commit Graph

343 Commits

Author SHA256 Message Date
Ana Guerrero
135bc78bbd Accepting request 1226628 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1226628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=318
2024-11-27 21:05:40 +00:00
Martin Pluskal
4f638d656e git 2.47.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=661
2024-11-26 17:09:53 +00:00
Ana Guerrero
4e674a788f Accepting request 1206497 from devel:tools:scm
- update to 2.47.0:
  * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt
  * Many Porcelain commands that internally use the merge machinery
    were taught to consistently honor the diff.algorithm
    configuration.
 * A few descriptions in "git show-ref -h" have been clarified.
 * A 'P' command to "git add -p" that passes the patch hunk to the
   pager has been added.
 * "git grep -W" omits blank lines that follow the found function at
   the end of the file, just like it omits blank lines before the next
   function.
 * The value of http.proxy can have "path" at the end for a socks
   proxy that listens to a unix-domain socket, but we started to
   discard it when we taught proxy auth code path to use the
   credential helpers, which has been corrected.
 * The code paths to compact multiple reftable files have been updated
   to correctly deal with multiple compaction triggering at the same
   time.
 * Support to specify ref backend for submodules has been enhanced.
 * "git svn" has been taught about svn:global-ignores property
   recent versions of Subversion has.
 * The default object hash and ref backend format used to be settable
   only with explicit command line option to "git init" and
   environment variables, but now they can be configured in the user's
   global and system wide configuration.
 * "git send-email" learned "--translate-aliases" option that reads
   addresses from the standard input and emits the result of applying
   aliases on them to the standard output.
 * 'git for-each-ref' learned a new "--format" atom to find the branch
   that the history leading to a given commit "%(is-base:<commit>)" is

OBS-URL: https://build.opensuse.org/request/show/1206497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=317
2024-10-09 20:03:36 +00:00
64cea07b17 - update to 2.47.0:
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt
  * Many Porcelain commands that internally use the merge machinery
    were taught to consistently honor the diff.algorithm
    configuration.
 * A few descriptions in "git show-ref -h" have been clarified.
 * A 'P' command to "git add -p" that passes the patch hunk to the
   pager has been added.
 * "git grep -W" omits blank lines that follow the found function at
   the end of the file, just like it omits blank lines before the next
   function.
 * The value of http.proxy can have "path" at the end for a socks
   proxy that listens to a unix-domain socket, but we started to
   discard it when we taught proxy auth code path to use the
   credential helpers, which has been corrected.
 * The code paths to compact multiple reftable files have been updated
   to correctly deal with multiple compaction triggering at the same
   time.
 * Support to specify ref backend for submodules has been enhanced.
 * "git svn" has been taught about svn:global-ignores property
   recent versions of Subversion has.
 * The default object hash and ref backend format used to be settable
   only with explicit command line option to "git init" and
   environment variables, but now they can be configured in the user's
   global and system wide configuration.
 * "git send-email" learned "--translate-aliases" option that reads
   addresses from the standard input and emits the result of applying
   aliases on them to the standard output.
 * 'git for-each-ref' learned a new "--format" atom to find the branch
   that the history leading to a given commit "%(is-base:<commit>)" is

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=659
2024-10-09 10:35:10 +00:00
483dbc7bc8 - Update to version 2.46.2:
* Revert the "git patch-id" change that went into 2.46.1,
    as it seems to have got a regression reported (I haven't verified,
    but it is better to keep a known breakage than adding an unintended
    regression).
  * In a few corner cases "git diff --exit-code" failed to report
    "changes" (e.g., renamed without any content change), which has
    been corrected.
  * The interpret-trailers command failed to recognise the end of the
    message when the commit log ends in an incomplete line.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=658
2024-10-09 09:34:47 +00:00
Ana Guerrero
e0ea61d6e0 Accepting request 1202213 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1202213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=316
2024-09-22 09:05:49 +00:00
b80926ddde - Update to version 2.46.1;
* "git checkout --ours" (no other arguments) complained that the
    option is incompatible with branch switching, which is technically
    correct, but found confusing by some users.  It now says that the
    user needs to give pathspec to specify what paths to checkout.
  * It has been documented that we avoid "VAR=VAL shell_func" and why.
  * "git add -p" by users with diff.suppressBlankEmpty set to true
    failed to parse the patch that represents an unmodified empty line
    with an empty line (not a line with a single space on it), which
    has been corrected.
  * "git rebase --help" referred to "offset" (the difference between
    the location a change was taken from and the change gets replaced)
    incorrectly and called it "fuzz", which has been corrected.
  * "git notes add -m '' --allow-empty" and friends that take prepared
    data to create notes should not invoke an editor, but it started
    doing so since Git 2.42, which has been corrected.
  * An expensive operation to prepare tracing was done in re-encoding
    code path even when the tracing was not requested, which has been
    corrected.
  * Perforce tests have been updated.
  * The credential helper to talk to OSX keychain sometimes sent
    garbage bytes after the username, which has been corrected.
  * A recent update broke "git ls-remote" used outside a repository,
    which has been corrected.
  * "git config --value=foo --fixed-value section.key newvalue" barfed
    when the existing value in the configuration file used the
    valueless true syntax, which has been corrected.
  * "git reflog expire" failed to honor annotated tags when computing
   reachable commits.
  * A flakey test and incorrect calls to strtoX() functions have been

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=656
2024-09-20 12:52:53 +00:00
Dominique Leuenberger
bb019d4d17 Accepting request 1197168 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1197168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=315
2024-08-30 11:26:07 +00:00
a1647b2342 Accepting request 1196433 from home:crameleon:branches:devel:tools:scm
Change less requirement to path to allow for use with BusyBox

OBS-URL: https://build.opensuse.org/request/show/1196433
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=654
2024-08-28 20:13:36 +00:00
Dominique Leuenberger
70cbbadd5f Accepting request 1190389 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1190389
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=314
2024-07-31 11:28:28 +00:00
80d8bb00b4 - update to 2.46.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=652
2024-07-30 06:26:08 +00:00
Ana Guerrero
9122a6d039 Accepting request 1188574 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1188574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=313
2024-07-22 15:14:26 +00:00
5792d0456b - Add CVE-2024-24577.patch
* CVE-2024-24577: arbitrary code execution due to heap corruption
    in git_index_add (boo#1219660)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=650
2024-07-19 09:14:49 +00:00
Ana Guerrero
46e321a751 Accepting request 1178128 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1178128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=312
2024-06-04 10:50:56 +00:00
26739b1f72 Accepting request 1178014 from home:mcepl:branches:devel:tools:scm
- Compat stub for %python3_fix_shebang_path

OBS-URL: https://build.opensuse.org/request/show/1178014
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=648
2024-06-02 09:56:00 +00:00
96f58b36fc Accepting request 1178001 from home:darix:apps
- only call the %python3_fix_shebang_path if it is actually
  defined. This fixes the build on 15.x

OBS-URL: https://build.opensuse.org/request/show/1178001
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=647
2024-06-01 14:59:36 +00:00
231671a7e8 Accepting request 1177988 from home:AndreasStieger:branches:devel:tools:scm
git 2.45.2

OBS-URL: https://build.opensuse.org/request/show/1177988
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=646
2024-06-01 14:59:22 +00:00
Danilo Spinella
84f19fcaec Accepting request 1177110 from home:mcepl:branches:devel:tools:scm
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang_path macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1177110
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=645
2024-05-31 07:32:52 +00:00
Ana Guerrero
f064602739 Accepting request 1174145 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1174145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=311
2024-05-16 15:12:56 +00:00
608a98b3ca Accepting request 1174111 from home:AndreasStieger:branches:devel:tools:scm
git 2.45.1:
CVE-2024-32002 boo#1224168
CVE-2024-32004 boo#1224170
CVE-2024-32020 boo#1224171
CVE-2024-32021 boo#1224172
CVE-2024-32465 boo#1224173

OBS-URL: https://build.opensuse.org/request/show/1174111
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=643
2024-05-15 07:33:04 +00:00
Dominique Leuenberger
26915f3665 Accepting request 1171274 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1171274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=310
2024-05-07 16:02:03 +00:00
b1ec1594a6 Accepting request 1171164 from home:AndreasStieger:branches:devel:tools:scm
git 2.45.0

OBS-URL: https://build.opensuse.org/request/show/1171164
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=641
2024-05-02 08:07:12 +00:00
Ana Guerrero
11174bcbc2 Accepting request 1151181 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1151181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=309
2024-02-27 21:44:08 +00:00
Danilo Spinella
36fb3f0493 Accepting request 1150277 from home:AndreasStieger:branches:devel:tools:scm
git 2.44.0

OBS-URL: https://build.opensuse.org/request/show/1150277
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=639
2024-02-26 11:03:01 +00:00
Ana Guerrero
8ab4ba7c73 Accepting request 1147741 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1147741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=308
2024-02-21 16:52:04 +00:00
Danilo Spinella
5b3ce60062 Accepting request 1147725 from home:dspinella:branches:devel:tools:scm
- Do not replace apparmor configuration, fixes bsc#1216545

OBS-URL: https://build.opensuse.org/request/show/1147725
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=637
2024-02-20 10:06:04 +00:00
Danilo Spinella
42270f6e74 Accepting request 1146912 from home:AndreasStieger:branches:devel:tools:scm
git 2.43.2

OBS-URL: https://build.opensuse.org/request/show/1146912
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=636
2024-02-19 09:09:05 +00:00
Ana Guerrero
64d2aa6f24 Accepting request 1146242 from devel:tools:scm
- update to 2.43.1:
  * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt

OBS-URL: https://build.opensuse.org/request/show/1146242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=307
2024-02-15 19:59:43 +00:00
9f3a373ebe - update to 2.43.1:
* https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.43.1.txt

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=634
2024-02-12 16:59:56 +00:00
Ana Guerrero
d15e56f1d8 Accepting request 1137864 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1137864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=306
2024-01-10 20:50:23 +00:00
b945fd4818 Accepting request 1137804 from home:cboltz:branches:devel:tools:scm
- gitweb AppArmor profile: allow reading etc/gitweb-common.conf
  (boo#1218664)

OBS-URL: https://build.opensuse.org/request/show/1137804
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=632
2024-01-10 05:58:52 +00:00
Ana Guerrero
784b009a45 Accepting request 1137623 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1137623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=305
2024-01-09 19:49:03 +00:00
f5e259626f Accepting request 1137616 from home:cboltz:branches:devel:tools:scm
- git moved to /usr/libexec/git/git, update AppArmor profile
  accordingly (boo#1218588)

OBS-URL: https://build.opensuse.org/request/show/1137616
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=630
2024-01-08 19:58:10 +00:00
Ana Guerrero
25f2472069 Accepting request 1127934 from devel:tools:scm
- update to 2.43.0:
 * The "--rfc" option of "git format-patch" used to be a valid way to
   override an earlier "--subject-prefix=<something>" on the command
   line and replace it with "[RFC PATCH]", but from this release, it
   merely prefixes the string "RFC " in front of the given subject
   prefix.  If you are negatively affected by this change, please use
   "--subject-prefix=PATCH --rfc" as a replacement.
 * In Git 2.42, "git rev-list --stdin" learned to take non-revisions
   (like "--not") from the standard input, but the way such a "--not" was
   handled was quite confusing, which has been rethought.  The updated
   rule is that "--not" given from the command line only affects revs
   given from the command line that comes but not revs read from the
   standard input, and "--not" read from the standard input affects
   revs given from the standard input and not revs given from the
   command line.
 * A message written in olden time prevented a branch from getting
   checked out, saying it is already checked out elsewhere. But these
   days, we treat a branch that is being bisected or rebased just like
   a branch that is checked out and protect it from getting modified
   with the same codepath.  The message has been rephrased to say that
   the branch is "in use" to avoid confusion.
 * Hourly and other schedules of "git maintenance" jobs are randomly
   distributed now.
 * "git cmd -h" learned to signal which options can be negated by
   listing such options like "--[no-]opt".
 * The way authentication related data other than passwords (e.g.,
   oauth token and password expiration data) are stored in libsecret
   keyrings has been rethought.
 * Update the libsecret and wincred credential helpers to correctly
   match which credential to erase; they erased the wrong entry in

OBS-URL: https://build.opensuse.org/request/show/1127934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=304
2023-11-22 17:54:15 +00:00
ef49c50038 - update to 2.43.0:
* The "--rfc" option of "git format-patch" used to be a valid way to
   override an earlier "--subject-prefix=<something>" on the command
   line and replace it with "[RFC PATCH]", but from this release, it
   merely prefixes the string "RFC " in front of the given subject
   prefix.  If you are negatively affected by this change, please use
   "--subject-prefix=PATCH --rfc" as a replacement.
 * In Git 2.42, "git rev-list --stdin" learned to take non-revisions
   (like "--not") from the standard input, but the way such a "--not" was
   handled was quite confusing, which has been rethought.  The updated
   rule is that "--not" given from the command line only affects revs
   given from the command line that comes but not revs read from the
   standard input, and "--not" read from the standard input affects
   revs given from the standard input and not revs given from the
   command line.
 * A message written in olden time prevented a branch from getting
   checked out, saying it is already checked out elsewhere. But these
   days, we treat a branch that is being bisected or rebased just like
   a branch that is checked out and protect it from getting modified
   with the same codepath.  The message has been rephrased to say that
   the branch is "in use" to avoid confusion.
 * Hourly and other schedules of "git maintenance" jobs are randomly
   distributed now.
 * "git cmd -h" learned to signal which options can be negated by
   listing such options like "--[no-]opt".
 * The way authentication related data other than passwords (e.g.,
   oauth token and password expiration data) are stored in libsecret
   keyrings has been rethought.
 * Update the libsecret and wincred credential helpers to correctly
   match which credential to erase; they erased the wrong entry in

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=628
2023-11-21 14:53:29 +00:00
Ana Guerrero
a549fe5183 Accepting request 1123351 from devel:tools:scm
git 2.24.1 (forwarded request 1123323 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/1123351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=303
2023-11-05 11:19:06 +00:00
9b7ff2676a Accepting request 1123323 from home:AndreasStieger:branches:devel:tools:scm
git 2.24.1

OBS-URL: https://build.opensuse.org/request/show/1123323
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=626
2023-11-04 18:27:28 +00:00
Ana Guerrero
1d6f3ef5de Accepting request 1119653 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1119653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=302
2023-10-24 18:07:02 +00:00
Danilo Spinella
f1019b499d Accepting request 1119646 from home:michals:branches:devel:tools:scm
- Add rule for /etc/gitconfig in gitweb.cgi apparmor profile (bsc#1216501).

- gitweb.cgi AppArmor profile
  - make the profile a named profile
  - add local/ include to make custom additions easier

OBS-URL: https://build.opensuse.org/request/show/1119646
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=624
2023-10-23 13:21:23 +00:00
Ana Guerrero
dc7a5937fc Accepting request 1113457 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1113457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=301
2023-09-26 20:01:12 +00:00
Danilo Spinella
23e653e713 Accepting request 1113044 from home:michals:branches:devel:tools:scm
- Downgrade openssh dependency to recommends (bsc#1215533)

OBS-URL: https://build.opensuse.org/request/show/1113044
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=622
2023-09-25 12:49:41 +00:00
Ana Guerrero
f9faf62fed Accepting request 1105861 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1105861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=300
2023-08-30 08:17:55 +00:00
Danilo Spinella
b58c8f3843 Accepting request 1105503 from home:AndreasStieger:branches:devel:tools:scm
git 2.42.0

OBS-URL: https://build.opensuse.org/request/show/1105503
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=620
2023-08-24 13:57:15 +00:00
Dominique Leuenberger
9251bd89d5 Accepting request 1091063 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1091063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=299
2023-06-07 21:06:05 +00:00
Martin Pluskal
d3e863b7c9 Accepting request 1090985 from home:AndreasStieger:branches:devel:tools:scm
git 2.41.0

OBS-URL: https://build.opensuse.org/request/show/1090985
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=618
2023-06-06 09:58:22 +00:00
Dominique Leuenberger
34a2968485 Accepting request 1082939 from devel:tools:scm
- git 2.40.1:
  * CVE-2023-25652: By feeding specially crafted input to git apply
    --reject, a path outside the working tree can be overwritten
    with partially controlled contents (corresponding to the
    rejected hunk(s) from the given patch).
  * CVE-2023-25815: When Git is compiled with runtime prefix
    support and runs without translated messages, it still used
    the gettext machinery to display messages, which subsequently
    potentially looked for translated messages in unexpected
    places. This allowed for malicious placement of crafted
    messages.
  * CVE-2023-29007: When renaming or deleting a section from a
    configuration file, certain malicious configuration values may
    be misinterpreted as the beginning of a new configuration
    section, leading to arbitrary configuration injection.

OBS-URL: https://build.opensuse.org/request/show/1082939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=298
2023-04-27 17:59:12 +00:00
787be26c66 Accepting request 1082819 from home:AndreasStieger:branches:devel:tools:scm
git 2.40.1

OBS-URL: https://build.opensuse.org/request/show/1082819
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=616
2023-04-25 21:10:07 +00:00
Dominique Leuenberger
f672a1ae42 Accepting request 1079426 from devel:tools:scm
- sha256_clone_fix.patch: fix cloning of empty sha256 repositories (jsc#PED-3891)

OBS-URL: https://build.opensuse.org/request/show/1079426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=297
2023-04-14 11:12:47 +00:00
ea5ce516cc - sha256_clone_fix.patch: fix cloning of empty sha256 repositories (jsc#PED-3891)
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=614
2023-04-14 10:27:22 +00:00
Dominique Leuenberger
1bf742ba11 Accepting request 1077730 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1077730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=296
2023-04-08 15:38:45 +00:00