pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libopensmtpd



Module Name:    pkgsrc
Committed By:   vins
Date:           Tue Feb 11 19:03:18 UTC 2025

Modified Files:
        pkgsrc/devel/libopensmtpd: Makefile PLIST distinfo

Log Message:
devel/libopensmtpd: update to 0.8

# noteworthy changes
 - prevent growth of kevent array in libevent
 - add osmtpd_register_report_aut and friends.
 - Export osmtpd_filter_rewrite
 - Introduced osmtpd_warn and osmtpd_warnx
 - disconnect remote if session/message local memory callback fails
 - Add support for tx-reset


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libopensmtpd/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libopensmtpd/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libopensmtpd/distinfo

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

Modified files:

Index: pkgsrc/devel/libopensmtpd/Makefile
diff -u pkgsrc/devel/libopensmtpd/Makefile:1.5 pkgsrc/devel/libopensmtpd/Makefile:1.6
--- pkgsrc/devel/libopensmtpd/Makefile:1.5      Tue Oct 24 22:08:52 2023
+++ pkgsrc/devel/libopensmtpd/Makefile  Tue Feb 11 19:03:18 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/10/24 22:08:52 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/11 19:03:18 vins Exp $
 
-DISTNAME=      libopensmtpd-0.7
-PKGREVISION=   2
+DISTNAME=      libopensmtpd-0.8
 CATEGORIES=    devel mail
-MASTER_SITES=  https://distfiles.sigtrap.nl/
+MASTER_SITES=  https://src.imperialat.at/releases/
 
 MAINTAINER=    vins%NetBSD.org@localhost
 HOMEPAGE=      https://distfiles.sigtrap.nl/

Index: pkgsrc/devel/libopensmtpd/PLIST
diff -u pkgsrc/devel/libopensmtpd/PLIST:1.1 pkgsrc/devel/libopensmtpd/PLIST:1.2
--- pkgsrc/devel/libopensmtpd/PLIST:1.1 Sat Sep  2 21:32:11 2023
+++ pkgsrc/devel/libopensmtpd/PLIST     Tue Feb 11 19:03:18 2025
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2023/09/02 21:32:11 vins Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/02/11 19:03:18 vins Exp $
 include/opensmtpd.h
 lib/libopensmtpd.so
-lib/libopensmtpd.so.0
-lib/libopensmtpd.so.0.1.0
+lib/libopensmtpd.so.1
+lib/libopensmtpd.so.1.1.0
 man/man3/osmtpd_run.3

Index: pkgsrc/devel/libopensmtpd/distinfo
diff -u pkgsrc/devel/libopensmtpd/distinfo:1.2 pkgsrc/devel/libopensmtpd/distinfo:1.3
--- pkgsrc/devel/libopensmtpd/distinfo:1.2      Thu Sep 21 10:57:39 2023
+++ pkgsrc/devel/libopensmtpd/distinfo  Tue Feb 11 19:03:18 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2023/09/21 10:57:39 vins Exp $
+$NetBSD: distinfo,v 1.3 2025/02/11 19:03:18 vins Exp $
 
-BLAKE2s (libopensmtpd-0.7.tar.gz) = e2bb3ad31fe2e99aa45cb97aeaad8eef39974a3f40cb4db942017a462ffc9ad3
-SHA512 (libopensmtpd-0.7.tar.gz) = 53153eea5ed85309434316fa9bbba032aba9cac30744a6c228892b5fdf67f9df7e05c25832f16845c603892a255dfcf67d432e2a43ec6228f3103cf92ba2394f
-Size (libopensmtpd-0.7.tar.gz) = 34942 bytes
+BLAKE2s (libopensmtpd-0.8.tar.gz) = 539cd2e389dc3f7907601c73092236dc6470dfb4a5b0d8618b54ab87c6cfcfb9
+SHA512 (libopensmtpd-0.8.tar.gz) = 788465c3aea4690d5f578b7898c2408f00231a5774a8a2b3aef41f8adda21efe239dc09bcd7a7fc97cb0306f946a9e93fda58bce624f7c78e19e330f29842744
+Size (libopensmtpd-0.8.tar.gz) = 35776 bytes
 SHA1 (patch-Makefile.gnu) = 409a47e7bfa4de69e82ab21fead576a47c981a8d
 SHA1 (patch-ioev.h) = bad26669e2968098a69f99bc24027204d96c9fee
 SHA1 (patch-openbsd-compat_explicit__bzero.c) = 77f4725a1bf4b8fc7f4040755e9f0b61db6b19e6



Home | Main Index | Thread Index | Old Index