148 Commits
devel ... main

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
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
89b4ea2f0d Accepting request 955991 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.4.1

OBS-URL: https://build.opensuse.org/request/show/955991
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=96
2022-02-22 10:28:03 +00:00
229bff8fa2 Accepting request 926498 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/926498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=46
2021-10-22 22:50:22 +00:00
56c8419f91 Accepting request 926491 from home:mcepl:branches:devel:libraries:c_c++
- Update to 1.3.0:
  - This release includes only minor new features that will be helpful
    for users to have an orderly transition to the v2.0 lineage.
  - Complete list is available on
    https://github.com/libgit2/libgit2/blob/main/docs/changelog.md#v13

OBS-URL: https://build.opensuse.org/request/show/926491
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=95
2021-10-20 09:27:51 +00:00
b9e4bc9faa Accepting request 916120 from devel:libraries:c_c++
- update to 1.2.0:
  * Add support for commit graphs
  * Add support for multi-pack indexes
  * And core.longpaths support
  * Add support for additional SSH hostkey types
  * Add NO_PROXY environment variable support
  * Developer visible changes and bug fixes

OBS-URL: https://build.opensuse.org/request/show/916120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=45
2021-10-12 19:48:08 +00:00
7442a9a500 Fix baselibs.conf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=94
2021-09-03 09:55:46 +00:00
6ae022876a Accepting request 916044 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.2.0

OBS-URL: https://build.opensuse.org/request/show/916044
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=93
2021-09-03 08:42:47 +00:00
0ce216ce30 Accepting request 907108 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/907108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=44
2021-07-21 17:06:16 +00:00
80d993d9e5 Accepting request 906736 from home:dirkmueller:Factory
- update to 1.1.1:
  * Fixes a bug where decompressing packfiles could fail in rare
    instances.
  * Ensure worktree paths are validated in more cases.
  * Builds without thread-safety (`THREADSAFE=OFF`) are supported again.
  * Builds without mmap (`NO_MMAP`) are supported again.
  * mbedTLS is supported in non-default locations.
  * Malformed branch names or missing branches on remotes are ignored.
  * Use compiler intrinsics to detect arithmetic overflows in more cases.
  * The configuration cache functions properly on systems with strict
    alignment.
  * A missing options initializer function (`git_blob_filter_options_init`)
    was added for `git_blob_filter_options`.
  * Several documentation fixes.

OBS-URL: https://build.opensuse.org/request/show/906736
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=92
2021-07-19 10:35:24 +00:00
8abd61a7a3 Accepting request 851289 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/851289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=43
2020-12-03 17:38:02 +00:00
733b13a25a Accepting request 851180 from home:darix:apps
- require library required by pkg-config file 

as a side note:

the proper fix might probably be removing the -lssh2 from the .pc file but i didnt have time for it today

OBS-URL: https://build.opensuse.org/request/show/851180
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=90
2020-11-27 10:45:56 +00:00
38dd605bc8 Accepting request 844080 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/844080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=42
2020-10-29 08:21:54 +00:00
d8f1254626 Accepting request 842638 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.1.0

OBS-URL: https://build.opensuse.org/request/show/842638
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=88
2020-10-26 12:38:43 +00:00
0be28477a1 Accepting request 816328 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/816328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=41
2020-06-23 18:59:54 +00:00
b9c60500dc Accepting request 816153 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 1.0.1

OBS-URL: https://build.opensuse.org/request/show/816153
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=86
2020-06-22 11:24:52 +00:00
da2b4f67a1 Accepting request 796543 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/796543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=40
2020-04-27 21:28:17 +00:00
808284de34 Accepting request 796007 from GNOME:Factory
- Update to version 1.0.0:
  * CMake was converted to make use of the GNUInstallDirs module
    for both our pkgconfig and install targets in favor of our
    custom build options BIN_INSTALL_DIR, LIB_INSTALL_DIR and
    INCLUDE_INSTALL_DIR. Instead, you can now use CMakes standard
    variables CMAKE_INSTALL_BINDIR, CMAKE_INSTALL_LIBDIR and
    CMAKE_INSTALL_INCLUDEDIR.
  * Some CMake build options accepted either a specific value or a
    boolean value to disable the option altogether or use automatic
    detection. We only accepted "ON" or "OFF", but none of the
    other values CMake recognizes as boolean. This was aligned with
    CMake's understanding of booleans.
  * The installed pkgconfig file contained incorrect values for
    both libdir and includedir variables.
  * If using pcre2 for regular expressions, then we incorrectly
    added "pcre2" instead of "pcre2-8" to our pkgconfig
    dependencies, which was corrected.
  * Fixed building the bundled ntlmclient dependency on FreeBSD,
    OpenBSD and SunOS.
  * When writing symlinks on Windows, we incorrectly handled
    relative symlink targets, which was corrected.
  * When using the HTTP protocol via macOS' SecureTransport
    implementation, reads could stall at the end of the session and
    only continue after a timeout of 60 seconds was reached.
  * The filesystem-based reference callback didn't corectly
    initialize the backend version.
  * A segmentation fault was fixed when calling git_blame_buffer()
    for files that were modified and added to the index.
  * A backwards-incompatible change was introduced when we moved
    some structures from "git2/credentials.h" into
    "git2/sys/credentials.h". This was fixed in the case where you
    do not use hard deprecation.
  * Improved error handling in various places.
- Change sover define to 1_0 and in baselibs following upstream
  changes.

OBS-URL: https://build.opensuse.org/request/show/796007
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=84
2020-04-23 12:15:53 +00:00
52f864ac4a Accepting request 792959 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/792959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=39
2020-04-14 13:08:36 +00:00
c23cef7898 Accepting request 791764 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/791764
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=82
2020-04-10 13:33:32 +00:00
1ee3c6a8c5 Accepting request 756053 from devel:libraries:c_c++
libgit2 0.28.4 (forwarded request 755891 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/756053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=38
2019-12-17 12:29:13 +00:00
6c96fba42f Accepting request 755891 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.28.4

OBS-URL: https://build.opensuse.org/request/show/755891
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=80
2019-12-12 12:09:10 +00:00
c1cd3cc6f6 Accepting request 755852 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.28.3 boo#1158981

OBS-URL: https://build.opensuse.org/request/show/755852
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=79
2019-12-11 14:11:16 +00:00
7b58174bcf Accepting request 718451 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/718451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=37
2019-07-31 12:12:57 +00:00
e9d3b56ff3 Accepting request 717802 from home:scarabeus_iv:branches:devel:libraries:c_c++
- Update to 0.28.2:
  * Fix include directory ordering when using bundled dependencies.
  * Fix infinite loop when searching for a non-existing repository with
    Windows-style paths including drive prefixes.
  * Fix symlinks to directories on Windows.
  * Fix paths with a trailing "/" not always being treated as
    directories when computing ignores.
  * Fix false negatives when computing ignores where ignore rules
    that are a prefix to a negative ignore rule exist.
  * Fix patches with CRLF line endings not being parsed correctly.
  * Fix segfault when parsing patches with file addition (deletion)
    where the added (deleted) file name contains a space.
  * Fix assertion failure when trying to write to a non-existent
    locked configuration file.

OBS-URL: https://build.opensuse.org/request/show/717802
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=77
2019-07-25 07:24:22 +00:00
Stephan Kulow
ae53e43e2b Accepting request 676247 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/676247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=36
2019-02-24 16:07:10 +00:00
ff9e1dcc63 Accepting request 676231 from home:darix:apps
-  Update to version 0.28.1:
   - The deprecated functions (git_buf_free and the giterr_ family
     of functions) are now exported properly. In the v0.28 release,
     they were not given the correct external attributes and they
     did not have the correct linkage visibility in the v0.28
     library.

OBS-URL: https://build.opensuse.org/request/show/676231
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=75
2019-02-14 20:46:14 +00:00
1e6433acdf Accepting request 674749 from GNOME:Factory
- Update to version 0.28.0:
  * Changes or improvements:
    - The library is now always built with cdecl calling
      conventions on Windows; the ability to build a stdcall
      library has been removed.
    - Reference log creation now honors
      core.logallrefupdates=always.
    - Fix some issues with the error-reporting in the OpenSSL
      backend.
    - HTTP proxy support is now builtin; libcurl is no longer used
      to support proxies and is removed as a dependency.
    - Certificate and credential callbacks can now return
      GIT_PASSTHROUGH to decline to act; libgit2 will behave as if
      there was no callback set in the first place.
    - The line-ending filtering logic - when checking out files -
      has been updated to match newer git (>= git 2.9) for proper
      interoperability.
    - Symbolic links are now supported on Windows when
      core.symlinks is set to true.
    - Submodules with names which attempt to perform path traversal
      now have their configuration ignored. Such names were blindly
      appended to the $GIT_DIR/modules and a malicious name could
      lead to an attacker writing to an arbitrary location. This
      matches git's handling of CVE-2018-11235.
    - Object validation is now performed during tree creation in
      the git_index_write_tree_to API.
    - Configuration variable may now be specified on the same line
      as a section header; previously this was erroneously a parser
      error.
    - When an HTTP server supports both NTLM and Negotiate
      authentication mechanisms, we would previously fail to
      authenticate with any mechanism.
    - The GIT_OPT_SET_PACK_MAX_OBJECTS option can now set the
      maximum number of objects allowed in a packfile being
      downloaded; this can help limit the maximum memory used when
      fetching from an untrusted remote.
    - Line numbers in diffs loaded from patch files were not being
      populated; they are now included in the results.
    - The repository's index is reloaded from disk at the beginning
      of git_merge operations to ensure that it is up-to-date.
    - Mailmap handling APIs have been introduced, and the new
      commit APIs git_commit_committer_with_mailmap and
      git_commit_author_with_mailmap will use the mailmap to
      resolve the committer and author information. In addition,
      blame will use the mailmap given when the
      GIT_BLAME_USE_MAILMAP option.
    - Ignore handling for files in ignored folders would be
      ignored.
    - Worktrees can now be backed by bare repositories.
    - Trailing spaces are supported in .gitignore files, these
      spaces were previously (and erroneously) treated as part of
      the pattern.
    - The library can now be built with mbedTLS support for HTTPS.
    - The diff status character 'T' will now be presented by the
      git_diff_status_char API for diff entries that change type.
    - Revision walks previously would sometimes include commits
      that should have been ignored; this is corrected.
    - Revision walks are now more efficient when the output is
      unsorted; we now avoid walking all the way to the beginning
      of history unnecessarily.
    - Error-handling around index extension loading has been fixed.
      We were previously always misreporting a truncated index.
  * API additions:
    - The index may now be iterated atomically using
      git_index_iterator.
    - Remote objects can now be created with extended options using
      the git_remote_create_with_opts API.
    - Diff objects can now be applied as changes to the working
      directory, index or both, emulating the git apply command.
      Additionally, git_apply_to_tree can apply those changes to a
      tree object as a fully in-memory operation.
    - You can now swap out memory allocators via the
      GIT_OPT_SET_ALLOCATOR option with git_libgit2_opts().
    - You can now ensure that functions do not discard unwritten
      changes to the index via the
      GIT_OPT_ENABLE_UNSAVED_INDEX_SAFETY option to
      git_libgit2_opts(). This will cause functions that implicitly
      re-read the index (eg, git_checkout) to fail if you have
      staged changes to the index but you have not written the
      index to disk. (Unless the checkout has the FORCE flag
      specified.)
    - At present, this defaults to off, but we intend to enable
      this more broadly in the future, as a warning or error. We
      encourage you to examine your code to ensure that you are not
      relying on the current behavior that implicitly removes
      staged changes.
    - Reference specifications can be parsed from an arbitrary
      string with the git_refspec_parse API.
    - You can now get the name and path of worktrees using the
      git_worktree_name and git_worktree_path APIs, respectively.
    - The ref field has been added to git_worktree_add_options to
      enable the creation of a worktree from a pre-existing branch.
    - It's now possible to analyze merge relationships between any
      two references, not just against HEAD, using
      git_merge_analysis_for_ref.
  * API removals:
    - The git_buf_free API is deprecated; it has been renamed to
      git_buf_dispose for consistency. The git_buf_free API will be
      retained for backward compatibility for the foreseeable
      future.
    - The git_otype enumeration and its members are deprecated and
      have been renamed for consistency. The GIT_OBJ_ enumeration
      values are now prefixed with GIT_OBJECT_. The old
      enumerations and macros will be retained for backward
      compatibility for the foreseeable future.
    - Several index-related APIs have been renamed for consistency.
      The GIT_IDXENTRY_ enumeration values and macros have been
      renamed to be prefixed with GIT_INDEX_ENTRY_. The
      GIT_INDEXCAP enumeration values are now prefixed with
      GIT_INDEX_CAPABILITY_. The old enumerations and macros will
      be retained for backward compatibility for the foreseeable
      future.
    - The error functions and enumeration values have been renamed
      for consistency. The giterr_ functions and values prefix have
      been renamed to be prefixed with git_error_; similarly,
      the GITERR_ constants have been renamed to be prefixed with
      GIT_ERROR_. The old enumerations and macros will be retained
      for backward compatibility for the foreseeable future.
  * Breaking API changes:
    - The default checkout strategy changed from DRY_RUN to SAFE.
    - Adding a symlink as .gitmodules into the index from the
      workdir or checking out such files is not allowed as this can
      make a Git implementation write outside of the repository and
      bypass the fsck checks for CVE-2018-11235.
- Bump sover to 28 following upstreams changes.

OBS-URL: https://build.opensuse.org/request/show/674749
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=74
2019-02-14 15:28:32 +00:00
aca9953d5c Accepting request 646816 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/646816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=35
2018-11-13 15:21:03 +00:00
6afb899c36 Accepting request 646487 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.27.7 bsc#1114729

OBS-URL: https://build.opensuse.org/request/show/646487
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=72
2018-11-07 07:44:06 +00:00
e16d402cf8 Accepting request 640549 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/640549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=34
2018-10-11 09:47:15 +00:00
Ismail Dönmez
590b3ba269 Accepting request 640400 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.27.5 CVE-2018-17456 bsc#1110949

OBS-URL: https://build.opensuse.org/request/show/640400
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=70
2018-10-08 08:26:41 +00:00
d68229d6e8 Accepting request 631038 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/631038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=33
2018-09-11 15:08:31 +00:00
b8d8ec6dd4 Accepting request 630722 from home:pluskalm:branches:devel:libraries:c_c++
- Use pkgconfig style of dependencies, refresh dependencies
- Use more of cmake macros

OBS-URL: https://build.opensuse.org/request/show/630722
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=68
2018-08-23 07:42:48 +00:00
29676bb4bf Accepting request 628955 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/628955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=32
2018-08-20 14:17:15 +00:00
Ismail Dönmez
7d981fcdec Accepting request 628948 from home:AndreasStieger:branches:devel:libraries:c_c++
- libgit2 0.27.4:
  * fix out-of-bounds reads when processing smart-protocol "ng" 
    packets (bsc#1104641)

OBS-URL: https://build.opensuse.org/request/show/628948
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=66
2018-08-13 11:37:25 +00:00
2fdaede909 Accepting request 622033 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/622033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=31
2018-07-17 07:36:58 +00:00
0438b86677 Accepting request 621935 from home:AndreasStieger:branches:devel:libraries:c_c++
- libgit2 0.27.3:
  * CVE-2018-10887 (bsc#1100613), CVE-2018-10888 (bsc#1100612):
    Specially crafted delta object in packfiles could trigger an
    integer overflow, bypassing input validation and causing the
    object database to contain copies of system memory. This may
    allow denial of service or, potentially, an information leak
- includes changes from 0.27.2:
  * various API and correctnes fixes
  * Fixes related to handling of .gitmodules
- includes changes from 0.27.1:
  * CVE-2018-11235: insufficient validation of submodule names from
    .gitmodules allowed writes to arbitrary paths (bsc#1095219)
  * disallow .gitmodules files as symlinks.

OBS-URL: https://build.opensuse.org/request/show/621935
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=64
2018-07-11 08:06:48 +00:00
4a8952e117 Accepting request 600302 from devel:libraries:c_c++
- update to 0.27.0:
  - Changes or improvements
    - Improved p_unlink in posix_w32.c to try and make a file
      writable before sleeping in the retry loop to prevent
      unnecessary calls to sleep.
    - The CMake build infrastructure has been improved to speed up
      building time.
    - A new CMake option "-DUSE_HTTPS=" makes it possible to
      explicitly choose an HTTP backend.
    - A new CMake option "-DSHA1_BACKEND=" makes it possible to
      explicitly choose an SHA1 backend. The collision-detecting
      backend is now the default.
    - A new CMake option "-DUSE_BUNDLED_ZLIB" makes it possible to
      explicitly use the bundled zlib library.
    - A new CMake option "-DENABLE_REPRODUCIBLE_BUILDS" makes it
      possible to generate a reproducible static archive. This
      requires support from your toolchain.
    - The minimum required CMake version has been bumped to 2.8.11.
    - Writing to a configuration file now preserves the case of the
      key given by the caller for the case-insensitive portions of
      the key (existing sections are used even if they don't
      match).
    - We now support conditional includes in configuration files.
    - Fix for handling re-reading of configuration files with
      includes.
    - Fix for reading patches which contain exact renames only.
    - Fix for reading patches with whitespace in the compared
      files' paths.
    - We will now fill FETCH_HEAD from all passed refspecs instead
      of overwriting with the last one.

OBS-URL: https://build.opensuse.org/request/show/600302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=30
2018-05-04 09:25:38 +00:00
Ismail Dönmez
598e3f8c89 Revert license change
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=62
2018-04-24 07:55:29 +00:00
Ismail Dönmez
aee373979c Fix license
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=61
2018-04-23 14:10:04 +00:00
Ismail Dönmez
a846b2ce93 Run spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=60
2018-04-23 14:09:25 +00:00
Ismail Dönmez
f5a1162755 Bump baselibs.conf
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=59
2018-04-23 14:08:42 +00:00
Ismail Dönmez
1509d80c10 Accepting request 600076 from home:darix:apps
- update to 0.27.0:

OBS-URL: https://build.opensuse.org/request/show/600076
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=58
2018-04-23 14:03:11 +00:00
9cdbc83616 Accepting request 587053 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/587053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=29
2018-03-19 22:32:09 +00:00
7ad3a9a7e8 Accepting request 586751 from home:kbabioch:branches:devel:libraries:c_c++
- Update to 0.26.3:
  * Fix cloning of the libgit2 project with git clone --recursive by removing an
    invalid submodule from our testing data.
  * Fix endianness of the port in p_getaddrinfo().
  * Fix handling of negative gitignore rules with wildcards.
  * Fix handling of case-insensitive negative gitignore rules.
  * Fix resolving references to a tag if the reference is stored with its fully
    resolved OID in the packed-refs file.
  * Fix checkout not treating worktree files as modified when only their mode has
    changed.
  * Fix rename detection with GIT_DIFF_FIND_RENAMES_FROM_REWRITES.
  * Fixes memory handling issues when reading crafted repository index files.
    The issues allow for possible denial of service due to allocation of large
    memory and out-of-bound reads.
    (CVE-2018-8098 bnc#1085257 CVE-2018-8099 bnc#1085256)
  * Updates the bundled zlib to 1.2.11. Users who build the bundled zlib are
    vulnerable to security issues in the prior version.

OBS-URL: https://build.opensuse.org/request/show/586751
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=56
2018-03-14 18:50:35 +00:00
19acd53651 Accepting request 584454 from devel:libraries:c_c++
- Modernize spec-file by calling spec-cleaner (forwarded request 584453 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/584454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=28
2018-03-12 11:09:35 +00:00
e89d5b7f7b Accepting request 584453 from GNOME:Factory
- Modernize spec-file by calling spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/584453
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=54
2018-03-08 14:23:24 +00:00
38535075fd Accepting request 541259 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/541259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=27
2017-11-16 12:56:46 +00:00
eff9a48461 Accepting request 541248 from home:mimi_vx:branches:devel:libraries:c_c++
- remove unneeded dependency (python is used only for testsuite, which
    isn't used during build)

OBS-URL: https://build.opensuse.org/request/show/541248
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=52
2017-11-13 11:01:23 +00:00
f95d4bd063 Accepting request 515191 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/515191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=26
2017-08-12 18:07:10 +00:00
ff8cd721a9 Accepting request 514723 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.26.0

OBS-URL: https://build.opensuse.org/request/show/514723
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=50
2017-08-08 13:01:24 +00:00
1160bade3b Accepting request 459331 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/459331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=25
2017-03-22 21:57:16 +00:00
30e879854b Accepting request 459324 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.25.1

OBS-URL: https://build.opensuse.org/request/show/459324
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=48
2017-02-20 20:36:34 +00:00
201ba98c69 Accepting request 449642 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/449642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=24
2017-01-19 09:41:25 +00:00
ab9a9e2c73 Accepting request 449627 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.24.6, including the following security fixes:
  * bsc#1019036: edge cases in the Git Smart Protocol can lead to
    attempting to parse outside of the buffer
    CVE-2016-10128,CVE-2016-10129
  * bsc#1019037: MITM possible due to lack of parameter for
    certificate parameter
    CVE-2016-10130,CVE-2017-5338,CVE-2017-5339
- includes changes from 0.24.5:
  * add support for OpenSSL 1.1.0 for BIO filter

OBS-URL: https://build.opensuse.org/request/show/449627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=46
2017-01-11 10:26:26 +00:00
bfdb0c49dd Accepting request 443053 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/443053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=23
2016-12-04 14:05:43 +00:00
13f6ea4351 Accepting request 443050 from home:AndreasStieger:branches:devel:libraries:c_c++
- libgit2 0.24.3, fixing the following vulnerabilities:
  * CVE-2016-8568, CVE-2016-8569: invalid memory accesses parsing
    object files (bsc#1003810)
  * various bug fixes from the 0.24.2 release

OBS-URL: https://build.opensuse.org/request/show/443050
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=44
2016-12-01 15:35:01 +00:00
e5e221a968 Accepting request 401969 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/401969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=22
2016-07-01 07:57:19 +00:00
75703d2da4 Accepting request 401925 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/401925
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=42
2016-06-14 14:07:03 +00:00
3a8d682b3c Accepting request 391137 from devel:libraries:c_c++
- libgit2 0.24.1:
  + various compatible backported bug fixes

OBS-URL: https://build.opensuse.org/request/show/391137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=21
2016-04-28 14:50:34 +00:00
820e526bb4 + various compatible backported bug fixes
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=40
2016-04-21 10:44:02 +00:00
d294c20d8a Accepting request 390859 from home:AndreasStieger:branches:devel:libraries:c_c++
0.24.1

OBS-URL: https://build.opensuse.org/request/show/390859
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=39
2016-04-21 10:43:40 +00:00
0fc7eca5c7 Accepting request 373977 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/373977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=20
2016-03-29 12:30:33 +00:00
Ismail Dönmez
5ab90943db Accepting request 373935 from GNOME:Next
Update to 0.24.0 - Needs to go to staging :G, scheduling with GNOME 3.20

OBS-URL: https://build.opensuse.org/request/show/373935
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=37
2016-03-16 19:07:23 +00:00
9d13368427 Accepting request 346885 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/346885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=19
2015-12-06 06:29:49 +00:00
Ismail Dönmez
74c3509a8b Accepting request 346856 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.23.4

OBS-URL: https://build.opensuse.org/request/show/346856
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=35
2015-11-30 17:28:10 +00:00
fefcaebefb Accepting request 336974 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/336974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=18
2015-10-14 14:43:36 +00:00
ca7b574409 Accepting request 336939 from home:AndreasStieger:branches:devel:libraries:c_c++
libgit2 0.23.3

OBS-URL: https://build.opensuse.org/request/show/336939
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=33
2015-10-07 11:31:01 +00:00
9c295a42c6 Accepting request 330502 from devel:libraries:c_c++
(forwarded request 330501 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/330502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=17
2015-09-17 07:17:35 +00:00
89d30735fd Accepting request 330501 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/330501
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=31
2015-09-11 12:44:31 +00:00
2c54abae58 Accepting request 330363 from GNOME:Next
Fix .pc file - makes libgit2-glib build again

OBS-URL: https://build.opensuse.org/request/show/330363
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=30
2015-09-10 16:16:51 +00:00
9d9312f4b2 Accepting request 329622 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/329622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=16
2015-09-08 15:38:28 +00:00
Ismail Dönmez
b61c4045d7 Accepting request 329591 from home:AndreasStieger:branches:devel:libraries:c_c++
0.23.2, and use system libraries instead of bundled ones

OBS-URL: https://build.opensuse.org/request/show/329591
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=28
2015-09-08 07:31:54 +00:00
Ismail Dönmez
5ac5b4904b Accepting request 328937 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328937
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=27
2015-09-04 11:00:14 +00:00
99cb0614d2 Accepting request 283540 from devel:libraries:c_c++
Let's push this update to factory :-)

OBS-URL: https://build.opensuse.org/request/show/283540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=15
2015-02-03 10:39:16 +00:00
3352140038 Accepting request 283059 from home:dimstar:branches:GNOME:Factory
update to version 0.22.1

OBS-URL: https://build.opensuse.org/request/show/283059
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=26
2015-01-28 08:23:07 +00:00
Stephan Kulow
2d7ada3143 Accepting request 257296 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/257296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=14
2014-10-18 07:09:05 +00:00
701e071286 Accepting request 257260 from home:sumski:hazard:to:your:stereo
Add baselibs.conf, needed for ktexteditor-32bit


please sync to 13.2, tnx!

OBS-URL: https://build.opensuse.org/request/show/257260
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=24
2014-10-17 07:23:19 +00:00
Stephan Kulow
d03a6a6755 Accepting request 240285 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/240285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=12
2014-07-20 08:49:36 +00:00
040d3088bf Accepting request 240283 from home:dimstar:branches:GNOME:Factory
Update to 0.21.0 - with SSH support enabled

OBS-URL: https://build.opensuse.org/request/show/240283
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=22
2014-07-10 22:28:36 +00:00
Stephan Kulow
0f3535e04d Accepting request 222396 from devel:libraries:c_c++
- Build libgit2 threadsafe:
  + Pass -DTHREADSAFE:BOOL=ON to cmake call. (forwarded request 222388 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/222396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=11
2014-02-18 13:44:45 +00:00
15ecf81f29 Accepting request 222388 from GNOME:Next
- Build libgit2 threadsafe:
  + Pass -DTHREADSAFE:BOOL=ON to cmake call.

OBS-URL: https://build.opensuse.org/request/show/222388
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=20
2014-02-14 20:07:33 +00:00
Stephan Kulow
2a96be9e07 Accepting request 208485 from devel:libraries:c_c++
- Update to version 0.20.0:
  + Blame APIs.
  + Filter APIs.
  + Public git_buffer APIs.
  + Merge conflict support in Checkout.
  + Simplified Clone options and git_clone_into.
  + Config iterator APIs and updated Config multivar API.
  + Diff API reorganization and renaming, with Patch API split off.
  + Indexer API renaming and improvements.
  + ODB backend API cleanup.
  + Improves progress callbacks for Packbuilder, Push, Fetch (and
    any other Remote operation).
  + Public Pathspec matching APIs.
  + Reflog API and RefDB Backend API cleanup.
  + Remote API extensions.
  + SSH Transport configuration cleanup.
  + Submodule status improvements.
  + Pluggable Transport APIs.
  + Lots of other small features (e.g. decomposed unicode support on
    MacOS, revwalk simplifying by first parent),
  + Bug fixes (e.g. junction support on Win32, redirect handling
    in HTTP transport) and performance improvements.
  + Lots of new examples (init, status, log, blame, etc.) and
    relicensing of example code under CC0 license. (forwarded request 208340 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/208485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=10
2013-11-26 18:18:21 +00:00
f737150414 Accepting request 208340 from GNOME:Next
- Update to version 0.20.0:
  + Blame APIs.
  + Filter APIs.
  + Public git_buffer APIs.
  + Merge conflict support in Checkout.
  + Simplified Clone options and git_clone_into.
  + Config iterator APIs and updated Config multivar API.
  + Diff API reorganization and renaming, with Patch API split off.
  + Indexer API renaming and improvements.
  + ODB backend API cleanup.
  + Improves progress callbacks for Packbuilder, Push, Fetch (and
    any other Remote operation).
  + Public Pathspec matching APIs.
  + Reflog API and RefDB Backend API cleanup.
  + Remote API extensions.
  + SSH Transport configuration cleanup.
  + Submodule status improvements.
  + Pluggable Transport APIs.
  + Lots of other small features (e.g. decomposed unicode support on
    MacOS, revwalk simplifying by first parent),
  + Bug fixes (e.g. junction support on Win32, redirect handling
    in HTTP transport) and performance improvements.
  + Lots of new examples (init, status, log, blame, etc.) and
    relicensing of example code under CC0 license.

OBS-URL: https://build.opensuse.org/request/show/208340
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=18
2013-11-26 10:57:15 +00:00
Stephan Kulow
a61e7bfae0 Accepting request 182589 from devel:libraries:c_c++
- Update to version 0.19.0:
  + New (threadsafe) cache for objects.
  + Iterator for Status.
  + New Merge APIs.
  + SSH support on *NIX.
  + Function context on diff.
  + Namespaces support.
  + Index add/update/remove with wildcard support.
  + Iterator for References.
  + Fetch and push refspecs for Remotes.
  + Rename support in Status.
  + New 'sys/` namespace for external headers with low-level APIs. (forwarded request 182548 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/182589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=8
2013-07-09 18:54:15 +00:00
Sascha Peilicke
d76eca75ad Accepting request 182548 from home:dimstar:branches:GNOME:Factory
- Update to version 0.19.0:
  + New (threadsafe) cache for objects.
  + Iterator for Status.
  + New Merge APIs.
  + SSH support on *NIX.
  + Function context on diff.
  + Namespaces support.
  + Index add/update/remove with wildcard support.
  + Iterator for References.
  + Fetch and push refspecs for Remotes.
  + Rename support in Status.
  + New 'sys/` namespace for external headers with low-level APIs.

OBS-URL: https://build.opensuse.org/request/show/182548
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=16
2013-07-09 07:41:34 +00:00
Stephan Kulow
0202bed488 Accepting request 180711 from devel:libraries:c_c++
- Update to version 0.18:
Update required for libgit2-glib, a new lib depending on libgit2 and used by gedit-plugins. (forwarded request 180690 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/180711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=7
2013-06-25 15:14:10 +00:00
Stephan Kulow
45a6177d20 Accepting request 180690 from home:dimstar:branches:GNOME:Factory
- Update to version 0.18:
Update required for libgit2-glib, a new lib depending on libgit2 and used by gedit-plugins.

OBS-URL: https://build.opensuse.org/request/show/180690
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=14
2013-06-24 08:35:32 +00:00
Ismail Dönmez
797ee12255 Accepting request 132209 from devel:libraries:c_c++
Update to 0.17.0 (forwarded request 132201 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/132209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=5
2012-09-03 16:55:51 +00:00
Ismail Dönmez
e40b40b337 Accepting request 132201 from home:cgiboudeaux:branches:devel:libraries:c_c++
Update to 0.17.0

OBS-URL: https://build.opensuse.org/request/show/132201
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=12
2012-08-31 16:09:32 +00:00
Stephan Kulow
3fdfb3b1f9 Accepting request 116631 from devel:libraries:c_c++
- Fix license to be GPL-2.0-with-GCC-exception 

- Update to 0.16.0
  - Git Attributes support (see git2/attr.h)
      There is now support to efficiently parse and retrieve information
      from `.gitattribute` files in a repository. Note that this
      information is not yet used e.g. when checking out files.
  - .gitignore support
      Likewise, all the operations that are affected by `.gitignore` files
      now take into account the global, user and local ignores when
      skipping the relevant files.
  - Cleanup of the object ownership semantics
      The ownership semantics for all repository subparts (index, odb,
      config files, etc) has been redesigned. All these objects are now
      reference counted, and can be hot-swapped in the middle of
      execution, allowing for instance to add a working directory and an
      index to a repository that was previously opened as bare, or to
      change the source of the ODB objects after initialization.
      Consequently, the repository API has been simplified to remove all
      the `_openX` calls that allowed setting these subparts *before*
      initialization.
  - git_index_read_tree()
      Git trees can now be read into the index.
  - More reflog functionality
      The reference log has been optimized, and new API calls to rename
      and delete the logs for a reference have been added.
  - Rewrite of the References code with explicit ownership semantics
      The references code has been mostly rewritten to take into account
      the cases where another Git application was modifying a repository's
      references while the Library was running.

OBS-URL: https://build.opensuse.org/request/show/116631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=3
2012-05-14 14:15:05 +00:00
Ismail Dönmez
6e417e601d - Fix license to be GPL-2.0-with-GCC-exception
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=10
2012-05-07 10:12:49 +00:00
Ismail Dönmez
8ccf4c7a9d Fix SLE build
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=9
2012-04-16 12:44:18 +00:00
Ismail Dönmez
70fff9b8b7 Accepting request 113872 from home:cgiboudeaux:branches:devel:libraries:c_c++
Update to 0.16.0

OBS-URL: https://build.opensuse.org/request/show/113872
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=8
2012-04-16 12:43:18 +00:00
Stephan Kulow
2b26849f17 Accepting request 103980 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/103980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=2
2012-03-01 16:20:54 +00:00
ab1eb54b50 Provide pkgconfig symbols
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=6
2012-01-31 17:13:48 +00:00
Stephan Kulow
6b72f7feea Accepting request 89505 from devel:libraries:c_c++
..

OBS-URL: https://build.opensuse.org/request/show/89505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgit2?expand=0&rev=1
2011-10-27 17:18:24 +00:00
Sascha Peilicke
5a4001f725 - Change license to 'GPL-2.0 with linking', fixes bnc#726789
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=4
2011-10-27 09:58:18 +00:00
Sascha Peilicke
ed78cd2d6a - Update to version 0.15.0:
* Upstream doesn't provide changes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=3
2011-10-26 12:43:26 +00:00
Sascha Peilicke
3a7b29d623 - Update to version 0.15.0
- Removed outdated %clean section

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=2
2011-10-26 12:22:33 +00:00
50efe4f233 Accepting request 58715 from home:saschpe
ok

OBS-URL: https://build.opensuse.org/request/show/58715
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgit2?expand=0&rev=1
2011-02-02 11:23:07 +00:00
4 changed files with 0 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c1eaf0cf07cba0e9021920bfba9502140220786ed5d8a8ec6c7ad9174522f8e
size 7608949

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:868810a5508d41dd7033d41bdc55312561f3f916d64f5b7be92bc1ff4dcae02a
size 7609996

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49d0fc50ab931816f6bfc1ac68f8d74b760450eebdb5374e803ee36550f26774
size 7610171

BIN
libgit2-1.9.0.tar.gz (Stored with Git LFS)

Binary file not shown.