Skip to content

Commit

Permalink
devel/viewvc-devel: update to 1.3.0-20230104
Browse files Browse the repository at this point in the history
fixes CVE-2023-22464b re cross site scripting

PR:		268754
Security:	CVE-2023-22464
  • Loading branch information
dlangille committed Jan 5, 2023
1 parent 9475627 commit f90173a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions devel/viewvc-devel/Makefile
@@ -1,6 +1,5 @@
PORTNAME= viewvc
DISTVERSION= 1.3.0-20201006
PORTREVISION= 1
DISTVERSION= 1.3.0-20230104
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -devel
Expand All @@ -11,10 +10,10 @@ WWW= https://www.viewvc.org/

LICENSE= BSD2CLAUSE

USES= cpe python:3.6+
USES= apache:run,24+ cpe python:3.6+
USE_PYTHON= flavors
USE_GITHUB= yes
GH_TAGNAME= c93d9da79c31457ecb0a771ff52d28353dc6e878
GH_TAGNAME= a239c4a93093d9f3e0e34ea4d254bde463ad38b1
USE_RC_SUBR= viewvc

NO_BUILD= yes
Expand All @@ -31,7 +30,6 @@ APMOD_DESC= depend on Apache module

MODWSGI_DESC= Add mod_wsgi to the list of package dependencies

APACHE_USE= APACHE_RUN=24+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions devel/viewvc-devel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1602044238
SHA256 (viewvc-viewvc-1.3.0-20201006-c93d9da79c31457ecb0a771ff52d28353dc6e878_GH0.tar.gz) = 8ed4212283a327eaff2e5badcd20106e07377a26fd959d52027179cfd1f19824
SIZE (viewvc-viewvc-1.3.0-20201006-c93d9da79c31457ecb0a771ff52d28353dc6e878_GH0.tar.gz) = 338905
TIMESTAMP = 1672851658
SHA256 (viewvc-viewvc-1.3.0-20230104-a239c4a93093d9f3e0e34ea4d254bde463ad38b1_GH0.tar.gz) = 6e2f304fcde9d76a726b946d47f15045c992e67ee1368c01f0e2f8897c7fc3e4
SIZE (viewvc-viewvc-1.3.0-20230104-a239c4a93093d9f3e0e34ea4d254bde463ad38b1_GH0.tar.gz) = 345541

0 comments on commit f90173a

Please sign in to comment.