Skip to content

Commit

Permalink
uhttpmock: update to 0.5.3.
Browse files Browse the repository at this point in the history
Overview of changes from uhttpmock 0.5.2 to uhttpmock 0.5.3
===========================================================

Bugs fixed:
 • Add an integration tutorial (by Rasmus Thomsen) (#3)
 • Only specify SOUP_SERVER_LISTEN_HTTPS if TLS is enabled (!9)
 • Expand TLS certificate instructions (!10)


Overview of changes from uhttpmock 0.5.1 to uhttpmock 0.5.2
===========================================================

Bugs fixed:
 • Add GitLab CI
 • Fix autoconf-archive usage due to them breaking API
 • Bump GObject dependency to 2.38 to use newer private data API


Overview of changes from uhttpmock 0.5.0 to uhttpmock 0.5.1
===========================================================

Major changes:
 • Fix header include path in GIR/VAPI file
 • Various build system cleanups


Overview of changes from uhttpmock 0.4.0 to uhttpmock 0.5.0
===========================================================

Major changes:
 • Minor documentation updates

API changes:
 • Add uhm_server_filter_ignore_parameter_values()
 • Add uhm_server_compare_messages_remove_filter()

Bugs fixed:
 • https://gitlab.com/uhttpmock/uhttpmock/issues/2
  • Loading branch information
0-wiz-0 committed Jan 3, 2023
1 parent 9fd35f3 commit bcc91a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
5 changes: 2 additions & 3 deletions www/uhttpmock/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.39 2023/01/02 00:11:17 wiz Exp $
# $NetBSD: Makefile,v 1.40 2023/01/03 13:31:28 wiz Exp $

DISTNAME= uhttpmock-0.4.0
PKGREVISION= 37
DISTNAME= uhttpmock-0.5.3
CATEGORIES= www devel
MASTER_SITES= http://tecnocode.co.uk/downloads/uhttpmock/
EXTRACT_SUFX= .tar.xz
Expand Down
10 changes: 4 additions & 6 deletions www/uhttpmock/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/10 09:05:06 wiz Exp $
@comment $NetBSD: PLIST,v 1.2 2023/01/03 13:31:28 wiz Exp $
include/libuhttpmock-0.0/uhttpmock/uhm-resolver.h
include/libuhttpmock-0.0/uhttpmock/uhm-server.h
include/libuhttpmock-0.0/uhttpmock/uhm-version.h
Expand All @@ -10,22 +10,20 @@ share/gir-1.0/Uhm-0.0.gir
share/gtk-doc/html/libuhttpmock-0.0/UhmResolver.html
share/gtk-doc/html/libuhttpmock-0.0/UhmServer.html
share/gtk-doc/html/libuhttpmock-0.0/annotation-glossary.html
share/gtk-doc/html/libuhttpmock-0.0/api-index-deprecated.html
share/gtk-doc/html/libuhttpmock-0.0/api-index-full.html
share/gtk-doc/html/libuhttpmock-0.0/ch01.html
share/gtk-doc/html/libuhttpmock-0.0/ch02.html
share/gtk-doc/html/libuhttpmock-0.0/ch03.html
share/gtk-doc/html/libuhttpmock-0.0/ch04.html
share/gtk-doc/html/libuhttpmock-0.0/home.png
share/gtk-doc/html/libuhttpmock-0.0/index.html
share/gtk-doc/html/libuhttpmock-0.0/index.sgml
share/gtk-doc/html/libuhttpmock-0.0/ix03.html
share/gtk-doc/html/libuhttpmock-0.0/ix04.html
share/gtk-doc/html/libuhttpmock-0.0/left-insensitive.png
share/gtk-doc/html/libuhttpmock-0.0/left.png
share/gtk-doc/html/libuhttpmock-0.0/libuhttpmock-0.0-Version-Information.html
share/gtk-doc/html/libuhttpmock-0.0/libuhttpmock-0.0.devhelp2
share/gtk-doc/html/libuhttpmock-0.0/pt01.html
share/gtk-doc/html/libuhttpmock-0.0/pt02.html
share/gtk-doc/html/libuhttpmock-0.0/pt03.html
share/gtk-doc/html/libuhttpmock-0.0/pt04.html
share/gtk-doc/html/libuhttpmock-0.0/right-insensitive.png
share/gtk-doc/html/libuhttpmock-0.0/right.png
share/gtk-doc/html/libuhttpmock-0.0/style.css
Expand Down
8 changes: 4 additions & 4 deletions www/uhttpmock/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:31:11 nia Exp $
$NetBSD: distinfo,v 1.5 2023/01/03 13:31:28 wiz Exp $

BLAKE2s (uhttpmock-0.4.0.tar.xz) = 6c800a2b76c97380fcfa86d25b84781491e4fdb2f7cf4b929a4737d9ad85ad0d
SHA512 (uhttpmock-0.4.0.tar.xz) = 0f98db886aa02a911fc94c957a371651f9be5784602ea0492d04798dcf12c4a519a292ede9d37b25a965832e5d96ca9da7ce0ca8127af74d3986c4ef74e1f527
Size (uhttpmock-0.4.0.tar.xz) = 295392 bytes
BLAKE2s (uhttpmock-0.5.3.tar.xz) = 5d24106e06ea95c894c55c9af7c1b68de6e4303c0eb9c597d1cfa9000398aae8
SHA512 (uhttpmock-0.5.3.tar.xz) = 9fccdb58ce04c1615d47bafac275c632f161a8148f0af82447286d0017d6b3946145b8a289f9abb55842bf4610ca3e5f2484bf322fb7a33dce42b3ebed45b2ee
Size (uhttpmock-0.5.3.tar.xz) = 318708 bytes

0 comments on commit bcc91a0

Please sign in to comment.