Commit Graph

282 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
61bfe16c0b Accepting request 1077726 from home:adamm:branches:devel:tools:scm
- sha256_clone_fix.patch: fix cloning of empty sha256 repositories

OBS-URL: https://build.opensuse.org/request/show/1077726
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=612
2023-04-06 13:16:24 +00:00
Martin Pluskal
cac22aa92d Accepting request 1071233 from home:AndreasStieger:branches:devel:tools:scm
git 2.40.0

OBS-URL: https://build.opensuse.org/request/show/1071233
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=610
2023-03-14 08:47:54 +00:00
97fc5ccb2c Accepting request 1065806 from home:AndreasStieger:branches:devel:tools:scm
- git 2.39.2:
  * CVE-2023-22490: Using a specially-crafted repository, Git can
    be tricked into using its local clone optimization even when
    using a non-local transport boo#1208027
  * CVE-2023-23946: a path outside the working tree can be
    overwritten as the user who is running "git apply" boo#1208028

OBS-URL: https://build.opensuse.org/request/show/1065806
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=608
2023-02-14 21:27:05 +00:00
609ddbad5b Accepting request 1059150 from home:AndreasStieger:branches:devel:tools:scm
git 2.39.1

OBS-URL: https://build.opensuse.org/request/show/1059150
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=605
2023-01-17 21:45:10 +00:00
504a3a3eab - switch to pkgconfig(zlib) so that alternative providers can be
used

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=603
2022-12-15 12:09:03 +00:00
a5b19cceff Accepting request 1042462 from home:AndreasStieger:branches:devel:tools:scm
git 2.39.0

OBS-URL: https://build.opensuse.org/request/show/1042462
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=601
2022-12-12 21:01:48 +00:00
Dominique Leuenberger
713763acd2 Accepting request 1032894 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1032894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=290
2022-11-08 09:53:08 +00:00
Fabian Vogt
7d88583a8d Accepting request 1008719 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1008719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=289
2022-10-10 16:43:42 +00:00
Dominique Leuenberger
877a55d6a2 Accepting request 1005485 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1005485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=288
2022-09-25 13:34:16 +00:00
Dominique Leuenberger
cbec24d713 Accepting request 1002342 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1002342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=287
2022-09-10 18:17:12 +00:00
Dominique Leuenberger
66ec1d36b8 Accepting request 1000947 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1000947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=286
2022-09-04 20:11:33 +00:00
Richard Brown
21836f0ec6 Accepting request 995841 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/995841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=284
2022-08-17 16:16:35 +00:00
Dominique Leuenberger
f57085bea7 Accepting request 988914 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/988914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=283
2022-07-14 14:33:18 +00:00
Dominique Leuenberger
d1e1df8c3b Accepting request 988274 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/988274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=282
2022-07-12 09:11:57 +00:00
Dominique Leuenberger
17fafd160b Accepting request 987497 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/987497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=281
2022-07-09 14:58:55 +00:00
Dominique Leuenberger
d036f1fd64 Accepting request 982932 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/982932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=280
2022-06-18 20:05:18 +00:00
Dominique Leuenberger
226f89f2dc Accepting request 979048 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/979048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=279
2022-05-26 16:43:44 +00:00
Dominique Leuenberger
aa98dc27af Accepting request 975550 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/975550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=278
2022-05-08 19:52:12 +00:00
Dominique Leuenberger
e202ace468 Accepting request 970899 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/970899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=277
2022-04-22 19:52:58 +00:00
Dominique Leuenberger
6b8915c67b Accepting request 970347 from devel:tools:scm
- git 2.35.3:
  * usability fix-up for CVE-2022-24765 bsc#1198234:
    '*' can be used as the value for the `safe.directory` variable
    to signal that the user considers that any directory is safe.
  * The code that was meant to parse the new `safe.directory`
    configuration variable was not checking what configuration
    variable was being fed to it

- Require bash in git-daemon because the service file uses it
- Reword git-daemon.service description to get a useful sentence
  in journalctl -b

- git 2.35.2 (CVE-2022-24765, bsc#1198234):
  * CVE-2022-24765: git may execute commands defined by other users
    from unexpected worktrees

- Require nogroup group for %pre (bsc#1192023)

OBS-URL: https://build.opensuse.org/request/show/970347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=276
2022-04-15 22:14:08 +00:00
Dominique Leuenberger
aec78cff84 Accepting request 962095 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/962095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=275
2022-03-18 15:41:22 +00:00
Dominique Leuenberger
6ee96f6fb7 Accepting request 956617 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/956617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=274
2022-02-23 15:25:41 +00:00
Dominique Leuenberger
54e2cafb0c Accepting request 949887 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/949887
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=273
2022-02-01 13:02:42 +00:00
Dominique Leuenberger
de4f943096 Accepting request 934174 from devel:tools:scm
- update to 2.34.1:
  * "git grep" looking in a blob that has non-UTF8 payload was
    completely broken when linked with certain versions of PCREv2
    library in the latest release.
  * "git pull" with any strategy when the other side is behind us
    should succeed as it is a no-op, but doesn't.
  * An earlier change in 2.34.0 caused JGit application (that abused
    GIT_EDITOR mechanism when invoking "git config") to get stuck with
    a SIGTTOU signal; it has been reverted.
  * An earlier change that broke .gitignore matching has been reverted.
  * SubmittingPatches document gained a syntactically incorrect mark-up,
    which has been corrected.

- fix url

OBS-URL: https://build.opensuse.org/request/show/934174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=271
2021-12-01 19:46:36 +00:00
Dominique Leuenberger
041822fbc8 Accepting request 932757 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/932757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=270
2021-11-23 21:10:08 +00:00
Dominique Leuenberger
78515abc29 Accepting request 927774 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/927774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=269
2021-10-29 20:33:05 +00:00
Dominique Leuenberger
546eaed68e Accepting request 925231 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/925231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=268
2021-10-16 20:46:53 +00:00
Dominique Leuenberger
33d3540bb4 Accepting request 913667 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/913667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=266
2021-08-25 18:56:09 +00:00
Dominique Leuenberger
11facd4c4b Accepting request 897976 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/897976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=265
2021-06-09 19:54:51 +00:00
Dominique Leuenberger
5049141a33 Accepting request 887962 from devel:tools:scm
- Remove deprecated "syslog" option from git-daemon.service (bsc#1185147)

OBS-URL: https://build.opensuse.org/request/show/887962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=263
2021-04-24 21:07:10 +00:00
Dominique Leuenberger
869bdab7c1 Accepting request 885634 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/885634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=262
2021-04-18 19:44:54 +00:00
Richard Brown
271082f7a2 Accepting request 883834 from devel:tools:scm
- add suse-use-builtin-add-interactive.patch
- split git-core perl module into git-core, move instaweb
  to git-web, and the single remaining perl builtin to git, so
  that git-core is perl free

OBS-URL: https://build.opensuse.org/request/show/883834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=261
2021-04-10 13:26:14 +00:00
Richard Brown
90972dec91 Accepting request 881672 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/881672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=260
2021-04-06 15:29:21 +00:00