pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/uhttpmock



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  3 13:31:28 UTC 2023

Modified Files:
        pkgsrc/www/uhttpmock: Makefile PLIST distinfo

Log Message:
uhttpmock: update to 0.5.3.

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


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/uhttpmock/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/uhttpmock/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/uhttpmock/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/uhttpmock/Makefile
diff -u pkgsrc/www/uhttpmock/Makefile:1.39 pkgsrc/www/uhttpmock/Makefile:1.40
--- pkgsrc/www/uhttpmock/Makefile:1.39  Mon Jan  2 00:11:17 2023
+++ pkgsrc/www/uhttpmock/Makefile       Tue Jan  3 13:31:28 2023
@@ -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

Index: pkgsrc/www/uhttpmock/PLIST
diff -u pkgsrc/www/uhttpmock/PLIST:1.1 pkgsrc/www/uhttpmock/PLIST:1.2
--- pkgsrc/www/uhttpmock/PLIST:1.1      Fri Jul 10 09:05:06 2015
+++ pkgsrc/www/uhttpmock/PLIST  Tue Jan  3 13:31:28 2023
@@ -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
@@ -10,15 +10,12 @@ 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
@@ -26,6 +23,7 @@ share/gtk-doc/html/libuhttpmock-0.0/libu
 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

Index: pkgsrc/www/uhttpmock/distinfo
diff -u pkgsrc/www/uhttpmock/distinfo:1.4 pkgsrc/www/uhttpmock/distinfo:1.5
--- pkgsrc/www/uhttpmock/distinfo:1.4   Tue Oct 26 11:31:11 2021
+++ pkgsrc/www/uhttpmock/distinfo       Tue Jan  3 13:31:28 2023
@@ -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



Home | Main Index | Thread Index | Old Index