Commit Graph

281 Commits

Author SHA256 Message Date
4e3bdb77c7 - 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
7d43b02e3a 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
e261e0a1a9 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
Danilo Spinella
f8b2007cc8 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
c8892c08aa 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
006eb7e0a2 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
e90b8521b9 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
870c1b9274 - 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
0b31e3e775 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
eb08ee0765 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
8996ec1635 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
302b1e0fd7 Accepting request 1059281 from home:AndreasStieger:branches:devel:tools:scm
bugzillas

OBS-URL: https://build.opensuse.org/request/show/1059281
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git?expand=0&rev=606
2023-01-18 10:28:17 +00:00
d3ef4d6179 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
fa339ad798 - 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
9ff4638f3d 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
9ad860571b 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
5c8cf58442 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
1dfe4b5cfa 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
ec0914c909 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
60300766f8 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
392ee31205 Accepting request 998105 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/998105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=285
2022-08-20 18:27:52 +00:00
3061dfa987 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
25ec2a4ba2 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
94f504828d 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
d21b4098d2 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
933d1469ba 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
7cb9e5443f 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
64a7c990ff 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
6956b72483 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
1af4b736cc 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
b85996c686 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
ef9146de9b 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
3e091ccb71 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
cac554ae3a Accepting request 940530 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/940530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=272
2021-12-14 21:02:10 +00:00
e437b0b541 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
4a7e3d1558 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
58c2cbdcdc 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
3c9003a090 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
44b3a64562 Accepting request 923514 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/923514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=267
2021-10-11 13:30:25 +00:00
7e3edcb197 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
2a30fab81e 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
f1601c9b2f Accepting request 892021 from devel:tools:scm
- add suse-use-builtin-add-interactive.patch (jsc#SLE-17838)

OBS-URL: https://build.opensuse.org/request/show/892021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=264
2021-05-10 13:35:06 +00:00
ee6c949196 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
69ec075d4d 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
96596ce8b6 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
abbaf8d323 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
2de0723770 Accepting request 878071 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/878071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=259
2021-03-12 12:30:11 +00:00
83ea4d7933 Accepting request 870830 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/870830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=258
2021-02-16 21:35:20 +00:00
28be450edd Accepting request 859290 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/859290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=257
2021-01-15 18:43:14 +00:00
f18018353b Accepting request 850115 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/850115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=256
2020-11-26 22:11:54 +00:00