forked from pool/ghc-cookie
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
7d39c379f1 | |||
4e639ed2c6 | |||
68c3fa131c | |||
c33c2fda37 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c41a956c32b9733d525a53d43b0338a236a34d36658ecc4364c8249a6664baa
|
||||
size 6219
|
3
cookie-0.5.1.tar.gz
Normal file
3
cookie-0.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1adde62726e3a3bbe147c02514fe0c4f5f2c5a2ff63842deac10c451a2a6f7a0
|
||||
size 6680
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 12:31:39 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update cookie to version 0.5.1.
|
||||
## 0.5.1
|
||||
|
||||
* Add the `Partitioned` cookie attribute.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 08:52:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update cookie to version 0.5.0.
|
||||
## 0.5.0
|
||||
|
||||
* Remove surrounding double quotes from cookie values when parsing [#31](https://github.com/snoyberg/cookie/pull/31)
|
||||
|
||||
This is a breaking change, as it changes the behavior of `parseCookies` and `parseSetCookie` to no
|
||||
longer include the surrounding double quotes in the cookie value. This is the correct behavior
|
||||
according to the RFC.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:21 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-cookie
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.4.6
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: HTTP cookie parsing and rendering
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user