SHA256
8
0
forked from pool/libgit2

150 Commits

Author SHA256 Message Date
4d70597ca8 Accepting request 1286269 from devel:libraries:c_c++
libgit2 1.9.1

OBS-URL: https://build.opensuse.org/request/show/1286269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=70
2025-06-18 17:29:47 +00:00
b3c2afb7d9 fixup for bot. I can also take the package.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=144
2025-06-17 06:35:45 +00:00
a71e39c055 libgit2 1.9.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=143
2025-06-16 07:07:49 +00:00
aaa81f95f1 Accepting request 1253770 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1253770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=69
2025-03-18 16:40:13 +00:00
58069204a2 Pass -DEXPERIMENTAL_SHA256=ON to cmake to enable sha256 integration (already being used by opensuse gitea) in a separate multibuild flavour. This provides downstream libs (like pygit2) to build against the experimental flavour, should they want to.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=141
2025-03-17 12:09:11 +00:00
f1b259b722 Accepting request 1241223 from devel:libraries:c_c++
I am sending it together with SRs for python-pygit2 and libgit2-glib.

- update to 1.9.0
  * update TLS cipher selection to match the "compatibility" cipher
    suite settings as documented by Mozilla.
  * blame API now contains committer information and commit
    summaries for blame hunks, and the ability to get information
    about the line of text that was modified
  * add blame, init commands to CLI
  * ABI-breaking changes in blame hunk, checkout, configuration,
    update_refs
  * new API: git_signature_default_from_env
  * packbuilder can now be interrupted from a callback
  * honor the preciousObject repository extension
  * Push status will be reported even when a push fails
  * support generating think packs from a mempack instanct
  * New LIBGIT2_VERSION_CHECK macro for version checking
  * Custom X509 certificates can be added to OpenSSL's certificate
    store using the GIT_OPT_ADD_SSL_X509_CERT option
  * Bug fixes and documentation updates

OBS-URL: https://build.opensuse.org/request/show/1241223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=68
2025-01-30 13:49:18 +00:00
2d6f9dadde libgit2 1.9.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=139
2025-01-15 21:44:44 +00:00
d6829b76f5 Accepting request 1220070 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1220070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=67
2024-11-02 15:11:43 +00:00
a62d40937d libgit2 1.8.4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=137
2024-11-01 13:02:00 +00:00
a0a5b314ac Accepting request 1218731 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1218731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=66
2024-10-28 14:17:50 +00:00
3fd0eeb69a libgit2 1.8.3
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=135
2024-10-28 08:13:10 +00:00
a2fbd51232 Accepting request 1175462 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1175462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=65
2024-05-21 16:33:18 +00:00
6848ea4baa Accepting request 1174831 from devel:Factory:git-workflow
- update to 1.8.1:
  * In v1.8, libgit2 introduced the `report_unchanged ` member in
    the `git_fetch_options` structure. We mistakenly introduced
    this as a bitfield, which is not suitable for our public API.
    To correct this mistake, we have _removed_ the
    `report_unchanged ` member. To support the report unchanged
    tips option, users can set the `update_fetchhead`
    member to include the `GIT_REMOTE_UPDATE_REPORT_UNCHANGED`
    value.
  * The libgit2 projects regrets the API change, but this was
    required to support cross-platform compatibility.
  * commit: Fix git_commit_create_from_stage without author and
  * committer
  * process.c: fix environ
  * Bounds check for pack index read
  * transport: provide a useful error message during cancellation
  * transport: support sha256 oids
  * Revparse: Correctly accept ref with '@' at the end
  * remote: drop bitfields in git_remote_fetch_options
  * examples: fix memory leak in for-each-ref.c
  * xdiff: use proper free function
  * rand: avoid uninitialized loadavg warnings
  * cli: include alloca on illumos / solaris / sunos
  * Update git_array allocator to obey strict aliasing rules
  * tree: avoid mixed signedness comparison by @ethomson in

- require library required by pkg-config file
  * fix out-of-bounds reads when processing smart-protocol "ng"
- Changed API:
- Fix license to be GPL-2.0-with-GCC-exception

OBS-URL: https://build.opensuse.org/request/show/1174831
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=133
2024-05-21 07:49:52 +00:00
ef8bc8b70b Accepting request 1161484 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1161484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=64
2024-03-26 18:24:59 +00:00
2b4cafdebb Accepting request 1161141 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.8.0

OBS-URL: https://build.opensuse.org/request/show/1161141
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=131
2024-03-25 15:33:04 +00:00
6afc673dc8 Accepting request 1145402 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1145402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=63
2024-02-12 17:51:06 +00:00
10cb72a407 Accepting request 1145384 from home:AndreasStieger:branches:devel:libraries:c_c++
typo fix

OBS-URL: https://build.opensuse.org/request/show/1145384
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=129
2024-02-09 11:51:09 +00:00
9d6d1cae12 Accepting request 1145047 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1145047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=62
2024-02-08 18:01:56 +00:00
3fb4c2f540 Accepting request 1144998 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.7.2
CVE-2024-24574 boo#1219664
CVE-2024-24577 boo#1219660

OBS-URL: https://build.opensuse.org/request/show/1144998
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=127
2024-02-08 06:26:52 +00:00
4837e9a6e4 Accepting request 1128054 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1128054
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=61
2023-11-22 17:54:30 +00:00
aa4debdc70 Accepting request 1127924 from home:mgorse:branches:devel:libraries:c_c++
Tweak CVE ref in changes

OBS-URL: https://build.opensuse.org/request/show/1127924
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=125
2023-11-22 10:38:10 +00:00
e2e44402b1 Accepting request 1126543 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1126543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=60
2023-11-16 19:28:49 +00:00
39b780215d Accepting request 1126014 from home:mgorse:branches:devel:libraries:c_c++
Add bug ref to changes

OBS-URL: https://build.opensuse.org/request/show/1126014
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=123
2023-11-15 08:38:46 +00:00
31d5a7072d Accepting request 1104192 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1104192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=59
2023-08-17 17:42:49 +00:00
08bccdae28 Accepting request 1104082 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.7.1

OBS-URL: https://build.opensuse.org/request/show/1104082
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=121
2023-08-16 14:11:20 +00:00
f25a089f24 Accepting request 1099577 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1099577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=58
2023-07-25 09:23:43 +00:00
b85cb9c9bd Accepting request 1099572 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.7.0

OBS-URL: https://build.opensuse.org/request/show/1099572
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=119
2023-07-19 19:27:10 +00:00
d7ab0d51a3 Accepting request 1079257 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1079257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=57
2023-04-14 11:58:35 +00:00
bcadd327ab Accepting request 1078791 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.6.4

OBS-URL: https://build.opensuse.org/request/show/1078791
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=117
2023-04-13 15:53:09 +00:00
5d316058bb Accepting request 1073918 from devel:libraries:c_c++
- Update to 1.6.3:
  * odb: restore git_odb_open by @ethomson in #6520
  * Ensure that git_index_add_all handles ignored directories by @ethomson in #6521
  * pack: use 64 bits for the number of objects by @carlosmn in #6530
- Drop restore-git-odb-open.patch (forwarded request 1073569 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/1073918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=56
2023-03-24 14:16:41 +00:00
7e9cde9c08 Accepting request 1073569 from home:polslinux:branches:devel:libraries:c_c++
- Update to 1.6.3:
  * odb: restore git_odb_open by @ethomson in #6520
  * Ensure that git_index_add_all handles ignored directories by @ethomson in #6521
  * pack: use 64 bits for the number of objects by @carlosmn in #6530
- Drop restore-git-odb-open.patch

OBS-URL: https://build.opensuse.org/request/show/1073569
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=115
2023-03-23 08:55:08 +00:00
1b10b77c9a Accepting request 1073464 from home:dgarcia:branches:devel:libraries:c_c++
- Add restore-git-odb-open.patch, some code was removed by error
  upstream and they fix it after the release.
  gh#libgit2/libgit2@e1e0d77c6f15

OBS-URL: https://build.opensuse.org/request/show/1073464
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=114
2023-03-21 08:23:02 +00:00
39e9608ab8 Accepting request 1071149 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1071149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=55
2023-03-14 17:15:45 +00:00
91ef5f69d6 Accepting request 1069958 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.6.2

OBS-URL: https://build.opensuse.org/request/show/1069958
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=112
2023-03-13 13:56:07 +00:00
2b63ef874c Accepting request 1067979 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1067979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=54
2023-02-28 11:48:19 +00:00
0aa3052628 Accepting request 1067839 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.5.2

OBS-URL: https://build.opensuse.org/request/show/1067839
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=110
2023-02-27 12:17:38 +00:00
07b67b8737 Accepting request 1060380 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1060380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=53
2023-01-23 17:30:46 +00:00
1143f8de07 Accepting request 1060123 from home:AndreasStieger:branches:devel:libraries:c_c++
CVE-2023-22742 boo#1207364

OBS-URL: https://build.opensuse.org/request/show/1060123
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=108
2023-01-23 10:46:02 +00:00
311ceb6bfc - update to 1.5.1:
* This is a security release to address CVE-2023-22742: when compiled
    using the optional, included libssh2 backend, libgit2 fails to verify
    SSH keys by default.
  * When using an SSH remote with the optional, included libssh2 backend,
    libgit2 does not perform certificate checking by default. Prior versions
    of libgit2 require the caller to set the `certificate_check` field of
    libgit2's `git_remote_callbacks` structure - if a certificate check
    callback is not set, libgit2 does not perform any certificate checking.
    This means that by default - without configuring a certificate check
    callback, clients will not perform validation on the server SSH keys and
    may be subject to a man-in-the-middle attack.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=107
2023-01-21 09:35:16 +00:00
a0188d4150 Accepting request 1044268 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1044268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=52
2022-12-24 13:50:58 +00:00
b14fa7bd00 Accepting request 1044261 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1044261
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=105
2022-12-22 13:02:35 +00:00
c621cc739c Accepting request 989368 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/989368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=51
2022-07-21 09:32:46 +00:00
22fc622188 Accepting request 989263 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.5.0

OBS-URL: https://build.opensuse.org/request/show/989263
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=103
2022-07-15 09:37:43 +00:00
2ab2d6f9da Accepting request 988913 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/988913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=50
2022-07-14 14:33:17 +00:00
2713e2d2bb Accepting request 988719 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.4.4: Compatibility for CVE 2022-29187 boo#1201431

OBS-URL: https://build.opensuse.org/request/show/988719
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=101
2022-07-13 07:39:50 +00:00
4653bb17dd Accepting request 969974 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/969974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=49
2022-04-15 22:12:48 +00:00
28cd19d14a Accepting request 969970 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.4.3

OBS-URL: https://build.opensuse.org/request/show/969970
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=99
2022-04-13 19:02:52 +00:00
d1ae6c4000 Accepting request 963469 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/963469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=48
2022-03-23 19:15:26 +00:00
656ef74591 Accepting request 962530 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.4.2

OBS-URL: https://build.opensuse.org/request/show/962530
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=97
2022-03-21 07:45:25 +00:00
c3d100a627 Accepting request 956658 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/956658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=47
2022-02-23 15:25:48 +00:00