Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
c1cd8a95fe | |||
c738e24f1e | |||
f20f181585 | |||
b80c8760e4 | |||
7a523a32eb | |||
847035bda4 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1724019856
|
||||||
|
commit: a99704ac921b8ce6a3339e34972f93f22f24789ca454dde8174e405fa0de2bc3
|
||||||
|
url: https://src.opensuse.org/jengelh/libntlm
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:018bd184e0c856c56cd52fedc3d3bfd8fb9ea7e6c9cc66cda3deaba57d3b94f3
|
||||||
|
size 256
|
BIN
libntlm-1.6.tar.gz
(Stored with Git LFS)
BIN
libntlm-1.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libntlm-1.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
libntlm-1.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libntlm-1.8.tar.gz.sig
Normal file
BIN
libntlm-1.8.tar.gz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 13:12:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.8:
|
||||||
|
* The release tarball is now reproducible.
|
||||||
|
* We publish a minimal source-only tarball.
|
||||||
|
* This tarball does not contain any generated files, and is
|
||||||
|
sufficient to reproduce the full tarball
|
||||||
|
(assuming build dependencies are available).
|
||||||
|
* No changes since last version.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 6 10:37:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.7:
|
||||||
|
* Moved GitLab URL to <https://gitlab.com/gsasl/libntlm>.
|
||||||
|
* Use gnulib ./bootstrap for building from version
|
||||||
|
controlled sources.
|
||||||
|
* API and ABI modifications:
|
||||||
|
+ No changes since last version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 16:12:37 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
Mon May 22 16:12:37 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libntlm
|
# spec file for package libntlm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
Name: libntlm
|
Name: libntlm
|
||||||
%define lname libntlm0
|
%define lname libntlm0
|
||||||
Version: 1.6
|
Version: 1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of Microsoft's NTLMv1 authentication
|
Summary: Implementation of Microsoft's NTLMv1 authentication
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://gitlab.com/gsasl/libntlm/
|
URL: https://gitlab.com/gsasl/libntlm/
|
||||||
|
|
||||||
#Git-Clone: https://gitlab.com/gsasl/libntlm.git
|
#Git-Clone: https://gitlab.com/gsasl/libntlm.git
|
||||||
#DL-URL: https://download.savannah.nongnu.org/releases/libntlm/
|
#DL-URL: https://download.savannah.nongnu.org/releases/libntlm/
|
||||||
Source: https://download.savannah.nongnu.org/releases/libntlm/%name-%version.tar.gz
|
Source: https://download.savannah.nongnu.org/releases/libntlm/%name-%version.tar.gz
|
||||||
|
Reference in New Issue
Block a user