Skip to content

Commit

Permalink
www/lighttpd: update to 1.4.62
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Dec 2, 2021
1 parent 40e9ad5 commit 4fe4d94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions www/lighttpd/Makefile
@@ -1,7 +1,7 @@
# Created by: k@123.org

PORTNAME?= lighttpd
PORTVERSION= 1.4.61
PORTVERSION= 1.4.62
CATEGORIES?= www
MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/

Expand All @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
.endif

LIB_DEPENDS+= libpcre.so:devel/pcre
LIB_DEPENDS+= libpcre2-8.so:devel/pcre2

USES= autoreconf compiler:c11 gmake libtool localbase pkgconfig tar:xz
USE_CSTD= gnu99
Expand All @@ -24,7 +24,8 @@ USES+= cpe

GNU_CONFIGURE= yes

CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/lighttpd \
--with-pcre2
INSTALL_TARGET= install-strip

.if !defined(_BUILDING_LIGHTTPD_MODULE)
Expand Down
6 changes: 3 additions & 3 deletions www/lighttpd/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1635514716
SHA256 (lighttpd-1.4.61.tar.xz) = 43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432
SIZE (lighttpd-1.4.61.tar.xz) = 1010624
TIMESTAMP = 1638448213
SHA256 (lighttpd-1.4.62.tar.xz) = 36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7
SIZE (lighttpd-1.4.62.tar.xz) = 1017752
SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = dc9bd6e26755cc2e3ccf6eaf8cc89e5d697f5a876f71318be67b28225368fd4e
SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242037

0 comments on commit 4fe4d94

Please sign in to comment.