CVS log for pkgsrc/security/py-gssapi/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / py-gssapi
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Nov 13 10:30:59 2024 UTC (33 hours, 37 minutes ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -5
lines
py-gssapi: updated to 1.9.0
1.9.0
Bump Python 3.13 test version
Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 29 06:16:38 2023 UTC (14 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
py-gssapi: updated to 1.8.3
1.8.3
Added Python 3.12 wheel
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:42:16 2023 UTC (17 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 14 18:58:50 2022 UTC (2 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -2
lines
py-gssapi: update to 1.8.2.
Release v1.8.2: Klipspringer (Patch 2) Latest
Added Python 3.11 wheel - #303
Release v1.8.1: Klipspringer (Patch 1)
Bumped minimum Python version to Python 3.7 - #299
Release v1.8.0: Klipspringer
Created PEP 517 compliant sdist
No longer include cythonised files in sdist as they can be built on install time with Cython
The Cython build requirement will be automatically resolved by pip and other tools due to PEP 517 metadata
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Apr 7 07:16:20 2022 UTC (2 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -4
lines
py-gssapi: updated to 1.7.3
v1.7.3:
Fix up sha512sum file generation in the GitHub release asset
Added Python type annotation to classes and functions
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:41 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Oct 21 07:46:38 2021 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1
lines
*: recursive bump for heimdal 7.7.0
its buildlink3.mk now includes openssl's buildlink3.mk
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 11 12:50:58 2021 UTC (3 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
py-gssapi: updated to 1.7.2
Release v1.7.2: George (Patch 2)
Fix broken symlink in GitHub release asset
Add wheels for macOS - both x86_64 and arm64
Fix distutil deprecation on Python 3.10 by using setuptools instead
Release v1.7.0: George
Support for running tests against Heimdal in CI
Add Kerberos specific GSS-API Extensions
Tidy up docs and turn warnings into errors
Support DCE IOV functions on macOS
Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jul 5 12:02:22 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
py-gssapi: updated to 1.6.14
Release v1.6.14: Meyer (Patch 14)
Support for 32-bit Windows python
Enable specification of krb5-config via environment variable
Support for GSS_C_CHANNEL_BOUND_FLAG
Support for docs build with sphinx 4
Fix undefined variable in get_all_statuses()
Add support for str objects in the cred store dict
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jan 3 10:27:50 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
py-gssapi: updated to 1.6.12
Release v1.6.12: Meyer (Patch 12)
Fix GSSAPI detection for macOS Big Sur
Clarify how to disable detection
Release v1.6.11: Meyer (Patch 11)
Fix build on FreeBSD
On FreeBSD, prefer GSSAPI from ports if available
Support python >= 3.8 in test suite by dropping dependency on should_be
Fix malformed S4U tests
Release v1.6.10: Meyer (Patch 10)
Provide python 3.9 Windows wheels
Fix shlex.split on Windows
Removed six package and other older py cleanup values
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Jul 9 13:22:39 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
py-gssapi: updated to 1.6.9
v1.6.9: Meyer (Patch 9)
There were no releases between 1.6.5 and 1.6.9 due to release pipeline issues with Github Actions; please use this release instead.
Raise exception on unknown usage
Update tutorial to make server_name equal FQDN
Handle missing locale.LC_MESSAGES on Windows
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 7 05:16:30 2020 UTC (4 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
py-gssapi: updated to 1.6.7
v1.6.7:
Update version in setup.py and docs/conf.py.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 18 06:45:24 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -5
lines
py-gssapi: apparently Python 2.7 is not supported
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Apr 9 08:28:39 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
py-gssapi: updated to 1.6.5
v1.6.5: Meyer (patch 5)
Fix python_requires so that python-3.5 users hopefully don't get a version they can't use
v1.6.4: Meyer (patch 4)
Fix missing substitution in inquire_property
Fix DLL handling on Windows with workarounds
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 7 12:13:41 2020 UTC (4 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
py-gssapi: updated to 1.6.2
v1.6.2: Meyer (patch 2)
Changelog
Features
Provide wheels for python-3.8 on Windows
Documentation
Expand on documentation of cred stores
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 11 12:06:15 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
py-gssapi: updated to 1.6.1
v1.6.1:
Features
* Windows support, with wheels!
* GSSAPI extension rfc4178 (set_neg_mechs) support
* Expose mechanisms in the high-level API
* Test suite improvements
Documentation
* Add documentation for common cred store values
* Documentation typo fixes
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Aug 3 11:42:38 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5
lines
py-gssapi: updated to 1.6.0
1.6.0:
Unknown changes
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 7 08:23:09 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
py-gssapi: updated to 1.5.1
1.5.1:
Remove warning about collections.abc usage for Python 3.7+
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Apr 13 09:27:30 2018 UTC (6 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
py-gssapi: updated to 1.5.0
v1.5.0: Jordan
Features
Added build support for mingw32
Implement gss_set_cred_option() and gss_set_sec_context_option()
Bugfixes
Handle GSS_NO_OID_SET when creating sets
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Feb 22 09:11:18 2018 UTC (6 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
py-gssapi: updated to 1.4.1
1.4.1:
Features
Support most of the GGF Extensions
Tooling
Exit successfully when no docs change
Documentation
Fix typo in Name documentation
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 6 12:19:43 2017 UTC (6 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
py-gssapi: updated to 1.3.0
1.3.0:
Features
* Support RFC 5587: Extended GSS Mechanism Inquiry APIs
* Support RFC 5801: Using GSSAPI Mechanisms in SASL
Bugfixes
* Fix potential infinite recursion in GSSError#display_status when there is an error displaying the error
* Read the linker path during setup to support properly building with Heimdal on Debian
* Fix OID inequality comparison
Tooling
* k5test and gssapi-console now live in their own projects. They can be found at pythongssapi/k5test and pythongssapi/gssapi-console, respectively, and are available on PyPI as k5test and gssapi_console
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 30 08:07:33 2017 UTC (6 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
py-gssapi: updated to 1.2.3
1.2.3:
Bug fixes.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Oct 30 18:17:13 2017 UTC (7 years ago) by adam
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +14 -6
lines
py-gssapi: enable all Python versions; fixed PLIST for different KRB5_TYPE
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 1 14:43:55 2017 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Add python-3.6 to incompatible versions.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 24 19:08:23 2016 UTC (8 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -5
lines
Use pypi distfile.
Make more ready for python-3.x, but mark it as not-ready-yet.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 24 18:56:21 2016 UTC (8 years, 3 months ago) by agc
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4
lines
Use recommended dependency glob pattern
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 24 18:49:35 2016 UTC (8 years, 3 months ago) by agc
Branches: MAIN
Add py-gssapi-1.2.0 to the Packages Collection.
Python-GSSAPI provides both low-level and high level wrappers around
the GSSAPI C libraries. While it focuses on the Kerberos mechanism,
it should also be useable with other GSSAPI mechanisms.
Python-GSSAPI is composed of two parts: a low-level C-style API which
thinly wraps the underlying RFC 2744 methods, and a high-level,
Pythonic API (which is itself a wrapper around the low-level API).
Examples may be found in the examples directory.
The low-level API lives in gssapi.raw. The methods contained therein
are designed to match closely with the original GSSAPI C methods. All
relevant methods and classes may be imported directly from gssapi.raw.
Extension methods will only be imported if they are present.
The high-level API lives directly under gssapi. The classes contained
in each file are designed to provide a more Pythonic, Object-Oriented
view of GSSAPI. The exceptions from the low-level API, plus several
additional exceptions, live in gssapi.exceptions. The rest of the
classes may be imported directly from gssapi. Only classes are
exported by gssapi - all functions are methods of classes in the
high-level API.
CVSweb <webmaster@jp.NetBSD.org>