forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
e692ddaeb9
commit
b59fc295bc
58 changed files with 4184 additions and 744 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fasttracker2
|
||||
DISTVERSION= 0.1-b119
|
||||
DISTVERSION= 0.1-b120
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://16-bits.org/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1543182474
|
||||
SHA256 (ft2clone-b119-code.zip) = b045cd51f77e2ad147cffcb242a2c8e1b0f295e150320a22b1cf3935346fe73b
|
||||
SIZE (ft2clone-b119-code.zip) = 3468328
|
||||
TIMESTAMP = 1543347461
|
||||
SHA256 (ft2clone-b120-code.zip) = d5ffd2df9e06acf04f738401d063eaafe5b479192c17099196f94b199a7e30e7
|
||||
SIZE (ft2clone-b120-code.zip) = 3468698
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- src/ft2_main.c.orig 2018-11-25 14:01:25 UTC
|
||||
--- src/ft2_main.c.orig 2018-11-27 19:40:20 UTC
|
||||
+++ src/ft2_main.c
|
||||
@@ -187,15 +187,6 @@ int main(int argc, char *argv[])
|
||||
enterFullscreen();
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- //benchmarkAudioChannelMixer(); /* for development testing */
|
||||
-
|
||||
- /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */
|
||||
- /* set up MIDI input (in a thread because it can take quite a while on f.ex. macOS) */
|
||||
- initMidiThread = SDL_CreateThread(initMidiFunc, "FT2 Clone MIDI Initialization Thread", NULL);
|
||||
- if (initMidiThread == NULL)
|
||||
- {
|
||||
|
|
|
|||
|
|
@ -30,13 +30,6 @@ INSTALL_TARGET= install-strip
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,}
|
||||
PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc64"
|
||||
PLIST_SUB+= ARCH=ppc64
|
||||
.else
|
||||
PLIST_SUB+= ARCH=${ARCH}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= syncthing-gtk
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.4.2
|
||||
DISTVERSION= 0.9.4.3
|
||||
CATEGORIES= deskutils python
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540994168
|
||||
SHA256 (syncthing-syncthing-gtk-v0.9.4.2_GH0.tar.gz) = 9b0a25cd89217f07bcc1f6ed75c54351b71e8471a0aa6843754af5b2c54ac49e
|
||||
SIZE (syncthing-syncthing-gtk-v0.9.4.2_GH0.tar.gz) = 875531
|
||||
TIMESTAMP = 1543350217
|
||||
SHA256 (syncthing-syncthing-gtk-v0.9.4.3_GH0.tar.gz) = 058e13a8dd65c0024c92074dc5445b27278d71379d1843b7cbc84ee5c87afa12
|
||||
SIZE (syncthing-syncthing-gtk-v0.9.4.3_GH0.tar.gz) = 875441
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tine20
|
||||
PORTVERSION= 0.0.2017.02.2
|
||||
DISTVERSIONSUFFIX= 2017.02.2
|
||||
PORTVERSION= 0.0.2018.08.6
|
||||
DISTVERSIONSUFFIX= 2018.08.6
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= http://packages.tine20.org/source/${DISTVERSIONSUFFIX}/
|
||||
DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX}
|
||||
|
|
@ -11,23 +11,28 @@ DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX}
|
|||
MAINTAINER= udo.rader@bestsolution.at
|
||||
COMMENT= Professional Open Source Groupware and CRM
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/Date.php:devel/pear-Date@${PHP_FLAVOR}
|
||||
|
||||
USES= gettext mysql php:web php:flavors tar:bzip2
|
||||
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gettext mysql php:web tar:bzip2
|
||||
NO_BUILD= yes
|
||||
EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions -C ${WRKSRC}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= DISTNAME=${DISTNAME}
|
||||
|
||||
OPTIONS_DEFINE= LDAP MEMCACHE
|
||||
OPTIONS_DEFINE= LDAP MEMCACHE REDIS
|
||||
MEMCACHE_DESC= Enable pecl-memcache support
|
||||
REDIS_DESC= Enable Redis support
|
||||
|
||||
USE_PHP= ctype dom gd iconv json mcrypt pdo_mysql simplexml \
|
||||
spl xml zip
|
||||
spl xml zip openssl hash mbstring
|
||||
|
||||
LDAP_USE= php=ldap
|
||||
MEMCACHE_USE= php=memcache
|
||||
REDIS_USE= php=redis
|
||||
|
||||
pre-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1493138982
|
||||
SHA256 (tine20-allinone_2017.02.2.tar.bz2) = 8f6142062590181eb4595fca89b1a2dbd87d89ea3be2ff5b5ae8a4179bd1de4b
|
||||
SIZE (tine20-allinone_2017.02.2.tar.bz2) = 28264872
|
||||
TIMESTAMP = 1543314189
|
||||
SHA256 (tine20-allinone_2018.08.6.tar.bz2) = cad9c17e27df6cb74fc7c1b800c10449b71044a79fcd43ad35cd42e6046ab355
|
||||
SIZE (tine20-allinone_2018.08.6.tar.bz2) = 32467756
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= pkgconf:devel/pkgconf
|
|||
LIB_DEPENDS= libopenjp2.so:graphics/openjpeg \
|
||||
libexpat.so:textproc/expat2
|
||||
|
||||
USES= compiler:c++11-lang
|
||||
USES= alias cmake:outsource compiler:c++11-lang tar:bzip2 ssl
|
||||
|
||||
OPTIONS_RADIO= VTK
|
||||
OPTIONS_RADIO_VTK= VTK5 VTK6
|
||||
|
|
@ -39,7 +39,6 @@ GDCM_PATCH= 8
|
|||
VTK5_VERSION= 5.10
|
||||
VTK6_VERSION= 6.2
|
||||
|
||||
USES= alias cmake:outsource tar:bzip2 ssl
|
||||
USE_LDCONFIG= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CMAKE_ARGS= -DGDCM_USE_SYSTEM_OPENSSL:BOOL=ON \
|
||||
|
|
|
|||
|
|
@ -11,15 +11,16 @@ COMMENT= Library to interface with PRUs
|
|||
LICENSE= BSD2CLAUSE
|
||||
|
||||
IGNORE_DragonFly= only supported on FreeBSD
|
||||
USES= cmake
|
||||
USES= cmake compiler
|
||||
|
||||
WRKSRC= ${WRKDIR}/rpaulo-libpru-5a74157b82b8
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64
|
||||
${REINPLACE_CMD} -e 's/ -Weverything//' ${WRKSRC}/CMakeLists.txt
|
||||
.if ${CHOSEN_COMPILER_TYPE} == gcc
|
||||
${REINPLACE_CMD} -e 's/ -Werror//' ${WRKSRC}/CMakeLists.txt
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ PLIST_SUB= VERSION="${PORTVERSION}"
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= erlware
|
||||
|
||||
CACHE_VERSION= 20
|
||||
CACHE_VERSION= 21
|
||||
# from rebar.config
|
||||
REBAR_DEPS= bbmustache-1.5.0 \
|
||||
cf-0.3.1 \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1540243672
|
||||
SHA256 (relx-cache-20.tar.gz) = 81afce54b4c15b6a39a83dd7cad7c03fa8fe12b09c4a2a564b12ade57b33895d
|
||||
SIZE (relx-cache-20.tar.gz) = 3212131
|
||||
TIMESTAMP = 1543359142
|
||||
SHA256 (relx-cache-21.tar.gz) = 72a0519c15180e57d1c70580533033f6a1ff7b07abb50c2d8894faa866c79dc1
|
||||
SIZE (relx-cache-21.tar.gz) = 3214611
|
||||
SHA256 (bbmustache-1.5.0.tar) = ed074fb6e94e1a6f6e098f98a403638aba593f59a5542bc6ce2e62d829c9e375
|
||||
SIZE (bbmustache-1.5.0.tar) = 14848
|
||||
SHA256 (cf-0.3.1.tar) = 315e8d447d3a4b02bcdbfa397ad03bbb988a6e0aa6f44d3add0f4e3c3bf97672
|
||||
|
|
|
|||
|
|
@ -25,8 +25,7 @@ GNU_CONFIGURE= yes
|
|||
LLD_UNSAFE= yes
|
||||
CONFIGURE_ARGS= --disable-nls # no translations ATM
|
||||
USE_SDL= sdl2
|
||||
CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
|
||||
CXXFLAGS_powerpc64= -Wno-error=narrowing
|
||||
CXXFLAGS+= -Wno-error=narrowing
|
||||
CXXFLAGS_clang= -Wno-c++11-narrowing
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
/* This file is contains the AI logic.
|
||||
*/
|
||||
|
||||
#include "ai.h"
|
||||
+#include <algorithm>
|
||||
+#include <sys/limits.h>
|
||||
#include "ai.h"
|
||||
|
||||
AI::AI(BlokishBoard &board)
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ CATEGORIES= games
|
|||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= fd05b34fcc68.patch:-p1
|
||||
PATCHFILES+= 35863f31210b.patch:-p1
|
||||
PATCHFILES+= 9313aa4b98cc.patch:-p1
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Turn-based space empire and galactic conquest game
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
TIMESTAMP = 1535717925
|
||||
SHA256 (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 1dac72c40bb9b881699423c98b14a9cd71b3f88cd2ec3433d5456cdd8dfa9621
|
||||
SIZE (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 106232267
|
||||
SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1cf70037856a14141fdb2ad16ce0f69f2c9dacc2a
|
||||
SIZE (35863f31210b.patch) = 2258
|
||||
SHA256 (fd05b34fcc68.patch) = 8c30408d22a9b25f1e67417aa7162523f92660d83e67a95d5da47fe8e018709f
|
||||
SIZE (fd05b34fcc68.patch) = 2788
|
||||
SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1cf70037856a14141fdb2ad16ce0f69f2c9dacc2a
|
||||
SIZE (35863f31210b.patch) = 2258
|
||||
SHA256 (9313aa4b98cc.patch) = 533a6f8a55146eefd09426f5fcea30fc00e67145bfa3ff9b90b7d0bea09796c3
|
||||
SIZE (9313aa4b98cc.patch) = 668
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= supertuxkart
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/supertuxkart/SuperTuxKart/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
|
@ -28,16 +27,13 @@ BROKEN_mips64= invokes x86 assembler
|
|||
BROKEN_sparc64= invokes x86 assembler
|
||||
BROKEN_powerpc64= invokes x86 assembler
|
||||
|
||||
USES= alias cmake compiler:c++11-lib dos2unix gettext \
|
||||
USES= alias cmake compiler:c++11-lib gettext gl \
|
||||
jpeg openal:al pkgconfig tar:xz
|
||||
USE_GL= gl glu
|
||||
USE_SDL= sdl
|
||||
USE_XORG= x11 xext sm ice
|
||||
USE_XORG= x11 xrandr
|
||||
LLD_UNSAFE= yes
|
||||
DOS2UNIX_FILES= lib/irrlicht/source/Irrlicht/Makefile \
|
||||
lib/irrlicht/source/Irrlicht/COpenGLExtensionHandler.h
|
||||
CMAKE_ARGS= -DUSE_WIIUSE=NO \
|
||||
-DUSE_XRANDR=NO
|
||||
CMAKE_OFF= USE_WIIUSE BUILD_RECORDER
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
@ -46,17 +42,18 @@ PORTDATA= *
|
|||
CXXFLAGS+= -DNO_IRR_COMPILE_WITH_JOYSTICK_EVENTS_ \
|
||||
-D__FREE_BSD_
|
||||
|
||||
OPTIONS_DEFINE= FRIBIDI XRANDR
|
||||
OPTIONS_DEFAULT=FRIBIDI XRANDR
|
||||
OPTIONS_DEFINE= FRIBIDI
|
||||
OPTIONS_DEFAULT=FRIBIDI
|
||||
|
||||
FRIBIDI_DESC= Support for right-to-left languages
|
||||
FRIBIDI_CMAKE_BOOL= USE_FRIBIDI
|
||||
FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi
|
||||
|
||||
XRANDR_DESC= Use xrandr instead of vidmode
|
||||
XRANDR_CMAKE_BOOL= USE_XRANDR
|
||||
XRANDR_USE= XORG=xrandr
|
||||
XRANDR_USE_OFF= XORG=xxf86vm
|
||||
# make sure that as much bundled stuff as possible is not used
|
||||
post-extract:
|
||||
.for bundled in jpeglib libpng zlib
|
||||
@${RM} -rf ${WRKSRC}/${bundled}
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/X11R6/include|${LOCALBASE}/include|' \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1467908758
|
||||
SHA256 (supertuxkart-0.9.2-src.tar.xz) = 0b080bb098a26adb552d6fd48905bcb6b1e873ef1567457d7268d7d3aaa48282
|
||||
SIZE (supertuxkart-0.9.2-src.tar.xz) = 501606188
|
||||
TIMESTAMP = 1511291774
|
||||
SHA256 (supertuxkart-0.9.3-src.tar.xz) = d8014e7106ba84f98b5ec5f146249dcffc284fc4083f8f237ff420b9e2219cb0
|
||||
SIZE (supertuxkart-0.9.3-src.tar.xz) = 544517772
|
||||
|
|
|
|||
|
|
@ -2,6 +2,5 @@ bin/supertuxkart
|
|||
share/appdata/supertuxkart.appdata.xml
|
||||
share/applications/supertuxkart.desktop
|
||||
share/icons/hicolor/128x128/apps/supertuxkart.png
|
||||
share/icons/hicolor/32x32/apps/supertuxkart.png
|
||||
share/pixmaps/supertuxkart_128.png
|
||||
share/pixmaps/supertuxkart_32.png
|
||||
share/icons/hicolor/48x48/apps/supertuxkart.png
|
||||
share/pixmaps/supertuxkart.png
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdrm
|
||||
PORTVERSION= 2.4.93
|
||||
PORTVERSION= 2.4.96
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= http://dri.freedesktop.org/libdrm/
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1533240104
|
||||
SHA256 (libdrm-2.4.93.tar.bz2) = 6e84d1dc9548a76f20b59a85cf80a0b230cd8196084f5243469d9e65354fcd3c
|
||||
SIZE (libdrm-2.4.93.tar.bz2) = 826579
|
||||
TIMESTAMP = 1539797646
|
||||
SHA256 (libdrm-2.4.96.tar.bz2) = 0d561acf7bb4cc59dc82415100e6c1a44860e8c380e00f9592923e3cd08db393
|
||||
SIZE (libdrm-2.4.96.tar.bz2) = 829518
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- xf86drm.c.orig 2018-08-02 20:12:58 UTC
|
||||
--- xf86drm.c.orig 2018-11-26 18:52:00 UTC
|
||||
+++ xf86drm.c
|
||||
@@ -46,6 +46,9 @@
|
||||
#include <signal.h>
|
||||
|
|
@ -41,16 +41,16 @@
|
|||
#endif
|
||||
|
||||
#ifdef __NetBSD__
|
||||
@@ -177,7 +174,7 @@ void drmFree(void *pt)
|
||||
@@ -177,7 +174,7 @@ drm_public void drmFree(void *pt)
|
||||
}
|
||||
|
||||
/**
|
||||
- * Call ioctl, restarting if it is interupted
|
||||
+ * Call ioctl, restarting if it is interrupted
|
||||
*/
|
||||
int
|
||||
drm_public int
|
||||
drmIoctl(int fd, unsigned long request, void *arg)
|
||||
@@ -220,6 +217,89 @@ drmHashEntry *drmGetEntry(int fd)
|
||||
@@ -220,6 +217,89 @@ drm_public drmHashEntry *drmGetEntry(int fd)
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
|
@ -222,7 +222,7 @@
|
|||
if ((fd = open(buf, O_RDWR | O_CLOEXEC, 0)) >= 0)
|
||||
return fd;
|
||||
return -errno;
|
||||
@@ -514,51 +580,6 @@ int drmAvailable(void)
|
||||
@@ -514,51 +580,6 @@ drm_public int drmAvailable(void)
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
@ -274,9 +274,9 @@
|
|||
/**
|
||||
* Open the device by bus ID.
|
||||
*
|
||||
@@ -2737,33 +2758,40 @@ int drmDropMaster(int fd)
|
||||
@@ -2743,28 +2764,22 @@ drm_public int drmDropMaster(int fd)
|
||||
|
||||
char *drmGetDeviceNameFromFd(int fd)
|
||||
drm_public char *drmGetDeviceNameFromFd(int fd)
|
||||
{
|
||||
- char name[128];
|
||||
- struct stat sbuf;
|
||||
|
|
@ -308,7 +308,17 @@
|
|||
+ return NULL;
|
||||
}
|
||||
|
||||
int drmGetNodeTypeFromFd(int fd)
|
||||
static bool drmNodeIsDRM(int maj, int min)
|
||||
@@ -2777,13 +2792,26 @@ static bool drmNodeIsDRM(int maj, int min)
|
||||
maj, min);
|
||||
return stat(path, &sbuf) == 0;
|
||||
#else
|
||||
- return maj == DRM_MAJOR;
|
||||
+ return !DRM_MAJOR || maj == DRM_MAJOR;
|
||||
#endif
|
||||
}
|
||||
|
||||
drm_public int drmGetNodeTypeFromFd(int fd)
|
||||
{
|
||||
- struct stat sbuf;
|
||||
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
|
||||
|
|
@ -328,15 +338,15 @@
|
|||
int maj, min, type;
|
||||
|
||||
if (fstat(fd, &sbuf))
|
||||
@@ -2781,6 +2809,7 @@ int drmGetNodeTypeFromFd(int fd)
|
||||
@@ -2801,6 +2829,7 @@ drm_public int drmGetNodeTypeFromFd(int fd)
|
||||
if (type == -1)
|
||||
errno = ENODEV;
|
||||
return type;
|
||||
+#endif
|
||||
}
|
||||
|
||||
int drmPrimeHandleToFD(int fd, uint32_t handle, uint32_t flags, int *prime_fd)
|
||||
@@ -2820,7 +2849,7 @@ static char *drmGetMinorNameForFD(int fd, int type)
|
||||
drm_public int drmPrimeHandleToFD(int fd, uint32_t handle, uint32_t flags,
|
||||
@@ -2841,7 +2870,7 @@ static char *drmGetMinorNameForFD(int fd, int type)
|
||||
#ifdef __linux__
|
||||
DIR *sysdir;
|
||||
struct dirent *ent;
|
||||
|
|
@ -345,7 +355,7 @@
|
|||
const char *name = drmGetMinorName(type);
|
||||
int len;
|
||||
char dev_name[64], buf[64];
|
||||
@@ -2858,13 +2887,35 @@ static char *drmGetMinorNameForFD(int fd, int type)
|
||||
@@ -2879,13 +2908,35 @@ static char *drmGetMinorNameForFD(int fd, int type)
|
||||
|
||||
closedir(sysdir);
|
||||
return NULL;
|
||||
|
|
@ -384,8 +394,8 @@
|
|||
if (fstat(fd, &sbuf))
|
||||
return NULL;
|
||||
|
||||
@@ -2874,20 +2925,6 @@ static char *drmGetMinorNameForFD(int fd, int type)
|
||||
if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode))
|
||||
@@ -2895,20 +2946,6 @@ static char *drmGetMinorNameForFD(int fd, int type)
|
||||
if (!drmNodeIsDRM(maj, min) || !S_ISCHR(sbuf.st_mode))
|
||||
return NULL;
|
||||
|
||||
- switch (type) {
|
||||
|
|
@ -405,7 +415,7 @@
|
|||
base = drmGetMinorBase(type);
|
||||
if (base < 0)
|
||||
return NULL;
|
||||
@@ -2990,7 +3027,7 @@ static int drmParseSubsystemType(int maj, int min)
|
||||
@@ -3011,7 +3048,7 @@ static int drmParseSubsystemType(int maj, int min)
|
||||
return DRM_BUS_VIRTIO;
|
||||
|
||||
return -EINVAL;
|
||||
|
|
@ -414,8 +424,8 @@
|
|||
return DRM_BUS_PCI;
|
||||
#else
|
||||
#warning "Missing implementation of drmParseSubsystemType"
|
||||
@@ -3014,7 +3051,8 @@ get_real_pci_path(int maj, int min, char *real_path)
|
||||
return real_path;
|
||||
@@ -3035,7 +3072,8 @@ get_pci_path(int maj, int min, char *pci_path)
|
||||
*term = 0;
|
||||
}
|
||||
|
||||
-static int drmParsePciBusInfo(int maj, int min, drmPciBusInfoPtr info)
|
||||
|
|
@ -424,7 +434,7 @@
|
|||
{
|
||||
#ifdef __linux__
|
||||
unsigned int domain, bus, dev, func;
|
||||
@@ -3064,6 +3102,60 @@ static int drmParsePciBusInfo(int maj, int min, drmPci
|
||||
@@ -3084,6 +3122,60 @@ static int drmParsePciBusInfo(int maj, int min, drmPci
|
||||
info->func = pinfo.func;
|
||||
|
||||
return 0;
|
||||
|
|
@ -485,7 +495,7 @@
|
|||
#else
|
||||
#warning "Missing implementation of drmParsePciBusInfo"
|
||||
return -EINVAL;
|
||||
@@ -3098,32 +3190,6 @@ int drmDevicesEqual(drmDevicePtr a, drmDevicePtr b)
|
||||
@@ -3118,32 +3210,6 @@ drm_public int drmDevicesEqual(drmDevicePtr a, drmDevi
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -518,7 +528,7 @@
|
|||
#ifdef __linux__
|
||||
static int parse_separate_sysfs_files(int maj, int min,
|
||||
drmPciDeviceInfoPtr device,
|
||||
@@ -3198,6 +3264,7 @@ static int parse_config_sysfs_file(int maj, int min,
|
||||
@@ -3216,6 +3282,7 @@ static int parse_config_sysfs_file(int maj, int min,
|
||||
#endif
|
||||
|
||||
static int drmParsePciDeviceInfo(int maj, int min,
|
||||
|
|
@ -526,7 +536,7 @@
|
|||
drmPciDeviceInfoPtr device,
|
||||
uint32_t flags)
|
||||
{
|
||||
@@ -3234,6 +3301,43 @@ static int drmParsePciDeviceInfo(int maj, int min,
|
||||
@@ -3252,6 +3319,43 @@ static int drmParsePciDeviceInfo(int maj, int min,
|
||||
device->subdevice_id = pinfo.subdevice_id;
|
||||
|
||||
return 0;
|
||||
|
|
@ -570,7 +580,7 @@
|
|||
#else
|
||||
#warning "Missing implementation of drmParsePciDeviceInfo"
|
||||
return -EINVAL;
|
||||
@@ -3314,7 +3418,7 @@ static drmDevicePtr drmDeviceAlloc(unsigned int type,
|
||||
@@ -3332,7 +3436,7 @@ static drmDevicePtr drmDeviceAlloc(unsigned int type,
|
||||
unsigned int i;
|
||||
char *ptr;
|
||||
|
||||
|
|
@ -579,7 +589,7 @@
|
|||
extra = DRM_NODE_MAX * (sizeof(void *) + max_node_length);
|
||||
|
||||
size = sizeof(*device) + extra + bus_size + device_size;
|
||||
@@ -3360,7 +3464,7 @@ static int drmProcessPciDevice(drmDevicePtr *device,
|
||||
@@ -3378,7 +3482,7 @@ static int drmProcessPciDevice(drmDevicePtr *device,
|
||||
|
||||
dev->businfo.pci = (drmPciBusInfoPtr)addr;
|
||||
|
||||
|
|
@ -588,7 +598,7 @@
|
|||
if (ret)
|
||||
goto free_device;
|
||||
|
||||
@@ -3369,7 +3473,7 @@ static int drmProcessPciDevice(drmDevicePtr *device,
|
||||
@@ -3387,7 +3491,7 @@ static int drmProcessPciDevice(drmDevicePtr *device,
|
||||
addr += sizeof(drmPciBusInfo);
|
||||
dev->deviceinfo.pci = (drmPciDeviceInfoPtr)addr;
|
||||
|
||||
|
|
@ -597,7 +607,7 @@
|
|||
if (ret)
|
||||
goto free_device;
|
||||
}
|
||||
@@ -3709,8 +3813,8 @@ process_device(drmDevicePtr *device, const char *d_nam
|
||||
@@ -3727,8 +3831,8 @@ process_device(drmDevicePtr *device, const char *d_nam
|
||||
int req_subsystem_type,
|
||||
bool fetch_deviceinfo, uint32_t flags)
|
||||
{
|
||||
|
|
@ -608,7 +618,7 @@
|
|||
int node_type, subsystem_type;
|
||||
unsigned int maj, min;
|
||||
|
||||
@@ -3718,14 +3822,14 @@ process_device(drmDevicePtr *device, const char *d_nam
|
||||
@@ -3736,7 +3840,7 @@ process_device(drmDevicePtr *device, const char *d_nam
|
||||
if (node_type < 0)
|
||||
return -1;
|
||||
|
||||
|
|
@ -617,15 +627,7 @@
|
|||
if (stat(node, &sbuf))
|
||||
return -1;
|
||||
|
||||
maj = major(sbuf.st_rdev);
|
||||
min = minor(sbuf.st_rdev);
|
||||
|
||||
- if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode))
|
||||
+ if (DRM_MAJOR && maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode))
|
||||
return -1;
|
||||
|
||||
subsystem_type = drmParseSubsystemType(maj, min);
|
||||
@@ -3766,7 +3870,7 @@ static void drmFoldDuplicatedDevices(drmDevicePtr loca
|
||||
@@ -3784,7 +3888,7 @@ static void drmFoldDuplicatedDevices(drmDevicePtr loca
|
||||
local_devices[i]->available_nodes |= local_devices[j]->available_nodes;
|
||||
node_type = log2(local_devices[j]->available_nodes);
|
||||
memcpy(local_devices[i]->nodes[node_type],
|
||||
|
|
@ -634,7 +636,7 @@
|
|||
drmFreeDevice(&local_devices[j]);
|
||||
}
|
||||
}
|
||||
@@ -3806,7 +3910,7 @@ drm_device_has_rdev(drmDevicePtr device, dev_t find_rd
|
||||
@@ -3824,7 +3928,7 @@ drm_device_has_rdev(drmDevicePtr device, dev_t find_rd
|
||||
* Get information about the opened drm device
|
||||
*
|
||||
* \param fd file descriptor of the drm device
|
||||
|
|
@ -643,7 +645,7 @@
|
|||
* \param device the address of a drmDevicePtr where the information
|
||||
* will be allocated in stored
|
||||
*
|
||||
@@ -3824,8 +3928,8 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr
|
||||
@@ -3842,8 +3946,8 @@ drm_public int drmGetDevice2(int fd, uint32_t flags, d
|
||||
* Avoid stat'ing all of /dev needlessly by implementing this custom path.
|
||||
*/
|
||||
drmDevicePtr d;
|
||||
|
|
@ -654,7 +656,7 @@
|
|||
const char *dev_name;
|
||||
int node_type, subsystem_type;
|
||||
int maj, min, n, ret, base;
|
||||
@@ -3846,26 +3950,16 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr
|
||||
@@ -3864,26 +3968,16 @@ drm_public int drmGetDevice2(int fd, uint32_t flags, d
|
||||
if (node_type == -1)
|
||||
return -ENODEV;
|
||||
|
||||
|
|
@ -685,16 +687,7 @@
|
|||
return -errno;
|
||||
if (stat(node, &sbuf))
|
||||
return -EINVAL;
|
||||
@@ -3905,7 +3999,7 @@ int drmGetDevice2(int fd, uint32_t flags, drmDevicePtr
|
||||
maj = major(sbuf.st_rdev);
|
||||
min = minor(sbuf.st_rdev);
|
||||
|
||||
- if (maj != DRM_MAJOR || !S_ISCHR(sbuf.st_mode))
|
||||
+ if ((DRM_MAJOR && maj != DRM_MAJOR) || !S_ISCHR(sbuf.st_mode))
|
||||
return -EINVAL;
|
||||
|
||||
subsystem_type = drmParseSubsystemType(maj, min);
|
||||
@@ -3971,7 +4065,7 @@ int drmGetDevice(int fd, drmDevicePtr *device)
|
||||
@@ -3989,7 +4083,7 @@ drm_public int drmGetDevice(int fd, drmDevicePtr *devi
|
||||
/**
|
||||
* Get drm devices on the system
|
||||
*
|
||||
|
|
@ -703,8 +696,8 @@
|
|||
* \param devices the array of devices with drmDevicePtr elements
|
||||
* can be NULL to get the device number first
|
||||
* \param max_devices the maximum number of devices for the array
|
||||
@@ -4055,7 +4149,7 @@ int drmGetDevices(drmDevicePtr devices[], int max_devi
|
||||
char *drmGetDeviceNameFromFd2(int fd)
|
||||
@@ -4074,7 +4168,7 @@ drm_public int drmGetDevices(drmDevicePtr devices[], i
|
||||
drm_public char *drmGetDeviceNameFromFd2(int fd)
|
||||
{
|
||||
#ifdef __linux__
|
||||
- struct stat sbuf;
|
||||
|
|
@ -712,7 +705,7 @@
|
|||
char path[PATH_MAX + 1], *value;
|
||||
unsigned int maj, min;
|
||||
|
||||
@@ -4078,9 +4172,26 @@ char *drmGetDeviceNameFromFd2(int fd)
|
||||
@@ -4097,9 +4191,26 @@ drm_public char *drmGetDeviceNameFromFd2(int fd)
|
||||
free(value);
|
||||
|
||||
return strdup(path);
|
||||
|
|
@ -741,7 +734,7 @@
|
|||
const char *dev_name;
|
||||
int node_type;
|
||||
int maj, min, n, base;
|
||||
@@ -4098,26 +4209,16 @@ char *drmGetDeviceNameFromFd2(int fd)
|
||||
@@ -4117,26 +4228,16 @@ drm_public char *drmGetDeviceNameFromFd2(int fd)
|
||||
if (node_type == -1)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
--- xf86drmMode.c.orig 2018-05-13 10:01:15 UTC
|
||||
--- xf86drmMode.c.orig 2018-10-04 14:50:03 UTC
|
||||
+++ xf86drmMode.c
|
||||
@@ -43,6 +43,7 @@
|
||||
#include <stdlib.h>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
@@ -792,41 +793,59 @@ int drmCheckModesettingSupported(const char *busid)
|
||||
@@ -799,41 +800,59 @@ drm_public int drmCheckModesettingSupported(const char
|
||||
closedir(sysdir);
|
||||
if (found)
|
||||
return 0;
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ include/libdrm/i915_drm.h
|
|||
%%INTEL_DRIVER%%include/libdrm/intel_debug.h
|
||||
include/libdrm/mach64_drm.h
|
||||
include/libdrm/mga_drm.h
|
||||
include/libdrm/msm_drm.h
|
||||
%%NOUVEAU_DRIVER%%include/libdrm/nouveau/nouveau.h
|
||||
%%NOUVEAU_DRIVER%%include/libdrm/nouveau/nvif/cl0080.h
|
||||
%%NOUVEAU_DRIVER%%include/libdrm/nouveau/nvif/cl9097.h
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= reduce
|
||||
PORTVERSION= 20180117
|
||||
PORTVERSION= 20181123
|
||||
CATEGORIES= math lang
|
||||
MASTER_SITES= SF/reduce-algebra/${SFSUBDIR}/
|
||||
PKGNAMESUFFIX= -psl
|
||||
DISTNAME= Reduce-svn4372-src
|
||||
DISTNAME= Reduce-svn4829-src
|
||||
|
||||
MAINTAINER= pfg@FreeBSD.org
|
||||
COMMENT= REDUCE Portable Standard Lisp general-purpose algebra system
|
||||
|
|
@ -15,9 +15,10 @@ LICENSE= BSD2CLAUSE
|
|||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
SFSUBDIR= snapshot_2018-01-17
|
||||
|
||||
USES= autoreconf:build libtool gmake ncurses
|
||||
|
||||
SFSUBDIR= snapshot_2018-11-23
|
||||
|
||||
TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL}
|
||||
CONFIGURE_ARGS= --build=${TARGET_SDIR}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1518056272
|
||||
SHA256 (Reduce-svn4372-src.tar.gz) = d4b8bbaf6d9108942d16b9c5bb9de6d3d5b8e8e5ad4116d4b7b8b1000c7f95a5
|
||||
SIZE (Reduce-svn4372-src.tar.gz) = 252484539
|
||||
TIMESTAMP = 1543282198
|
||||
SHA256 (Reduce-svn4829-src.tar.gz) = 9787f31ef1ec23988f4c551388c6ffffe5b97ca290de6eed1c12dff1737763c8
|
||||
SIZE (Reduce-svn4829-src.tar.gz) = 261842669
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ man/man1/redpsl.1.gz
|
|||
%%DATADIR%%/psl/hash-decls.b
|
||||
%%DATADIR%%/psl/hcons.b
|
||||
%%DATADIR%%/psl/helferlein.b
|
||||
%%DATADIR%%/psl/ieee-decls.b
|
||||
%%DATADIR%%/psl/if-system.b
|
||||
%%DATADIR%%/psl/if.b
|
||||
%%DATADIR%%/psl/init-file.b
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ man/man1/redpsl.1.gz
|
|||
%%DATADIR%%/psl/hash-decls.b
|
||||
%%DATADIR%%/psl/hcons.b
|
||||
%%DATADIR%%/psl/helferlein.b
|
||||
%%DATADIR%%/psl/ieee-decls.b
|
||||
%%DATADIR%%/psl/if-system.b
|
||||
%%DATADIR%%/psl/if.b
|
||||
%%DATADIR%%/psl/init-file.b
|
||||
|
|
|
|||
|
|
@ -156,14 +156,14 @@ SAMBA4_BUNDLED_LIBS+= !libarchive
|
|||
BUILD_DEPENDS+= libarchive>=3.1.2:archivers/libarchive
|
||||
RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive
|
||||
### Bundled libraries
|
||||
#SAMBA4_BUNDLED_CMOCKA?= no
|
||||
#SAMBA4_BUNDLED_TALLOC?= no
|
||||
#SAMBA4_BUNDLED_TEVENT?= no
|
||||
#SAMBA4_BUNDLED_TDB?= no
|
||||
#SAMBA4_BUNDLED_LDB?= yes
|
||||
#SAMBA4_LDB= 13
|
||||
SAMBA4_BUNDLED_CMOCKA?= no
|
||||
SAMBA4_BUNDLED_TALLOC?= no
|
||||
SAMBA4_BUNDLED_TEVENT?= no
|
||||
SAMBA4_BUNDLED_TDB?= no
|
||||
SAMBA4_BUNDLED_LDB?= yes
|
||||
SAMBA4_LDB= 13
|
||||
# cmocka
|
||||
.if defined(SAMBA4_BUNDLED_CMOCKA)
|
||||
.if defined(SAMBA4_BUNDLED_CMOCKA) && ${SAMBA4_BUNDLED_CMOCKA} == yes
|
||||
SAMBA4_BUNDLED_LIBS+= cmocka
|
||||
CONFLICTS+= cmocka-1.*
|
||||
PLIST_SUB+= SAMBA4_BUNDLED_CMOCKA=""
|
||||
|
|
@ -176,7 +176,7 @@ PLIST_SUB+= SAMBA4_BUNDLED_CMOCKA="@comment "
|
|||
SUB_LIST+= SAMBA4_BUNDLED_CMOCKA="@comment "
|
||||
.endif
|
||||
# talloc
|
||||
.if defined(SAMBA4_BUNDLED_TALLOC)
|
||||
.if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes
|
||||
SAMBA4_BUNDLED_LIBS+= talloc
|
||||
CONFLICTS+= talloc-2.*
|
||||
PLIST_SUB+= SAMBA4_BUNDLED_TALLOC=""
|
||||
|
|
@ -189,7 +189,7 @@ PLIST_SUB+= SAMBA4_BUNDLED_TALLOC="@comment "
|
|||
SUB_LIST+= SAMBA4_BUNDLED_TALLOC="@comment "
|
||||
.endif
|
||||
# tevent
|
||||
.if defined(SAMBA4_BUNDLED_TEVENT)
|
||||
.if defined(SAMBA4_BUNDLED_TEVENT) && ${SAMBA4_BUNDLED_TEVENT} == yes
|
||||
SAMBA4_BUNDLED_LIBS+= tevent
|
||||
CONFLICTS+= tevent-0.*
|
||||
PLIST_SUB+= SAMBA4_BUNDLED_TEVENT=""
|
||||
|
|
@ -202,7 +202,7 @@ PLIST_SUB+= SAMBA4_BUNDLED_TEVENT="@comment "
|
|||
SUB_LIST+= SAMBA4_BUNDLED_TEVENT="@comment "
|
||||
.endif
|
||||
# tdb
|
||||
.if defined(SAMBA4_BUNDLED_TDB)
|
||||
.if defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes
|
||||
SAMBA4_BUNDLED_LIBS+= tdb
|
||||
CONFLICTS+= tdb-1.*
|
||||
PLIST_SUB+= SAMBA4_BUNDLED_TDB=""
|
||||
|
|
@ -215,7 +215,7 @@ PLIST_SUB+= SAMBA4_BUNDLED_TDB="@comment "
|
|||
SUB_LIST+= SAMBA4_BUNDLED_TDB="@comment "
|
||||
.endif
|
||||
# ldb
|
||||
.if defined(SAMBA4_BUNDLED_LDB) || !defined(SAMBA4_LDB)
|
||||
.if (defined(SAMBA4_BUNDLED_LDB) && ${SAMBA4_BUNDLED_LDB} == yes) || !defined(SAMBA4_LDB)
|
||||
SAMBA4_BUNDLED_LDB= yes
|
||||
SAMBA4_BUNDLED_LIBS+= ldb
|
||||
CONFLICTS+= ldb-1.* ldb1[23]-1.*
|
||||
|
|
@ -237,7 +237,9 @@ PLIST_SUB+= SAMBA4_BUNDLED_LDB="@comment "
|
|||
SUB_LIST+= SAMBA4_BUNDLED_LDB="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(SAMBA4_BUNDLED_TALLOC) || defined(SAMBA4_BUNDLED_TEVENT) || defined(SAMBA4_BUNDLED_TDB)
|
||||
.if (defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TEVENT} == yes) \
|
||||
|| (defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes) \
|
||||
|| (defined(SAMBA4_BUNDLED_TEVENT) && ${SAMBA4_BUNDLED_TEVENT} == yes)
|
||||
SAMBA4_BUNDLED_LIBS+= replace
|
||||
.endif
|
||||
# Don't use external libcom_err
|
||||
|
|
@ -342,7 +344,8 @@ LDAP_USE= OPENLDAP=yes
|
|||
LDAP_VARS= SAMBA4_MODULES+=idmap_ldap
|
||||
|
||||
GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 ${GSSAPIBASEDIR} \
|
||||
--with-system-mitkdc=${GSSAPIBASEDIR}/sbin/krb5kdc
|
||||
--with-system-mitkdc=${GSSAPIBASEDIR}/sbin/krb5kdc \
|
||||
--with-experimental-mit-ad-dc
|
||||
GSSAPI_MIT_USES= gssapi:mit
|
||||
|
||||
LIBZFS_CONFIGURE_WITH= libzfs
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- source3/wscript.orig 2018-06-26 16:42:46.000000000 +0200
|
||||
+++ source3/wscript 2018-08-07 20:55:38.331688000 +0200
|
||||
--- source3/wscript.orig 2018-06-26 18:42:46 UTC
|
||||
+++ source3/wscript
|
||||
@@ -47,6 +47,7 @@ def set_options(opt):
|
||||
opt.SAMBA3_ADD_OPTION('sendfile-support')
|
||||
opt.SAMBA3_ADD_OPTION('utmp')
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= syncthing
|
||||
PORTVERSION= 0.14.51
|
||||
PORTVERSION= 0.14.52
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540993734
|
||||
SHA256 (syncthing-syncthing-v0.14.51_GH0.tar.gz) = 849b556bf95aa231f02e001d29316a6a3d06bb0b5f7d295cd474e5a69aa7edf0
|
||||
SIZE (syncthing-syncthing-v0.14.51_GH0.tar.gz) = 10970620
|
||||
TIMESTAMP = 1543349728
|
||||
SHA256 (syncthing-syncthing-v0.14.52_GH0.tar.gz) = 8ce574ddcc9965d45f2caf7c5453da73f19fbed856ef583ccda452c96ca9a70c
|
||||
SIZE (syncthing-syncthing-v0.14.52_GH0.tar.gz) = 10583112
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Crypt-OpenSSL-ECDSA
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -13,10 +14,6 @@ COMMENT= Perl extension for OpenSSL ECDSA
|
|||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BROKEN_FreeBSD_12= unknown type name 'ECDSA_METHOD'; did you mean 'DSA_METHOD'?
|
||||
BROKEN_FreeBSD_13= unknown type name 'ECDSA_METHOD'; did you mean 'DSA_METHOD'?
|
||||
BROKEN_SSL= openssl111
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC
|
||||
|
||||
|
|
|
|||
162
security/p5-Crypt-OpenSSL-ECDSA/files/patch-ECDSA.xs
Normal file
162
security/p5-Crypt-OpenSSL-ECDSA/files/patch-ECDSA.xs
Normal file
|
|
@ -0,0 +1,162 @@
|
|||
--- ECDSA.xs.orig 2015-01-02 01:24:13 UTC
|
||||
+++ ECDSA.xs
|
||||
@@ -7,9 +7,34 @@
|
||||
|
||||
#include <openssl/ecdsa.h>
|
||||
#include <openssl/err.h>
|
||||
+#include <openssl/bn.h>
|
||||
|
||||
#include "const-c.inc"
|
||||
|
||||
+
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10100000L
|
||||
+#include <openssl/ec.h>
|
||||
+#else
|
||||
+static void ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr,
|
||||
+ const BIGNUM **ps) {
|
||||
+ if (pr != NULL)
|
||||
+ *pr = sig->r;
|
||||
+ if (ps != NULL)
|
||||
+ *ps = sig->s;
|
||||
+}
|
||||
+
|
||||
+static int ECDSA_SIG_set0(ECDSA_SIG *sig, BIGNUM *r, BIGNUM *s)
|
||||
+{
|
||||
+ if (r == NULL || s == NULL)
|
||||
+ return 0;
|
||||
+ BN_clear_free(sig->r);
|
||||
+ BN_clear_free(sig->s);
|
||||
+ sig->r = r;
|
||||
+ sig->s = s;
|
||||
+ return 1;
|
||||
+}
|
||||
+#endif
|
||||
+
|
||||
MODULE = Crypt::OpenSSL::ECDSA PACKAGE = Crypt::OpenSSL::ECDSA
|
||||
|
||||
PROTOTYPES: ENABLE
|
||||
@@ -17,7 +42,9 @@ INCLUDE: const-xs.inc
|
||||
|
||||
BOOT:
|
||||
ERR_load_crypto_strings();
|
||||
+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
ERR_load_ECDSA_strings();
|
||||
+#endif
|
||||
|
||||
#ECDSA_SIG *
|
||||
#ECDSA_SIG_new()
|
||||
@@ -61,10 +88,16 @@ ECDSA_do_verify(const unsigned char *dgst, const ECDSA
|
||||
OUTPUT:
|
||||
RETVAL
|
||||
|
||||
-# These ECDSA_METHOD functions only became available in 1.0.2
|
||||
+# These ECDSA_METHOD functions only became available in 1.0.2,
|
||||
+# but some of them removed again in 1.1.0.
|
||||
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10002000L
|
||||
|
||||
+int
|
||||
+ECDSA_size(const EC_KEY *eckey)
|
||||
+
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||
+
|
||||
const ECDSA_METHOD *
|
||||
ECDSA_OpenSSL()
|
||||
|
||||
@@ -77,9 +110,6 @@ ECDSA_get_default_method()
|
||||
int
|
||||
ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth)
|
||||
|
||||
-int
|
||||
-ECDSA_size(const EC_KEY *eckey)
|
||||
-
|
||||
ECDSA_METHOD *
|
||||
ECDSA_METHOD_new(ECDSA_METHOD *ecdsa_method=0)
|
||||
|
||||
@@ -95,8 +125,8 @@ ECDSA_METHOD_set_name(ECDSA_METHOD *ecdsa_method, char
|
||||
void
|
||||
ERR_load_ECDSA_strings()
|
||||
|
||||
-
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
|
||||
|
||||
@@ -135,11 +165,13 @@ SV *
|
||||
get_r(ecdsa_sig)
|
||||
ECDSA_SIG *ecdsa_sig
|
||||
PREINIT:
|
||||
+ const BIGNUM *r;
|
||||
unsigned char *to;
|
||||
STRLEN len;
|
||||
CODE:
|
||||
to = malloc(sizeof(char) * 128);
|
||||
- len = BN_bn2bin(ecdsa_sig->r, to);
|
||||
+ ECDSA_SIG_get0(ecdsa_sig, &r, NULL);
|
||||
+ len = BN_bn2bin(r, to);
|
||||
RETVAL = newSVpvn((const char*)to, len);
|
||||
free(to);
|
||||
OUTPUT:
|
||||
@@ -149,11 +181,13 @@ SV *
|
||||
get_s(ecdsa_sig)
|
||||
ECDSA_SIG *ecdsa_sig
|
||||
PREINIT:
|
||||
+ const BIGNUM *s;
|
||||
unsigned char *to;
|
||||
STRLEN len;
|
||||
CODE:
|
||||
to = malloc(sizeof(char) * 128);
|
||||
- len = BN_bn2bin(ecdsa_sig->s, to);
|
||||
+ ECDSA_SIG_get0(ecdsa_sig, NULL, &s);
|
||||
+ len = BN_bn2bin(s, to);
|
||||
RETVAL = newSVpvn((const char*)to, len);
|
||||
free(to);
|
||||
OUTPUT:
|
||||
@@ -164,26 +198,36 @@ set_r(ecdsa_sig, r_SV)
|
||||
ECDSA_SIG *ecdsa_sig
|
||||
SV * r_SV
|
||||
PREINIT:
|
||||
- char *s;
|
||||
+ char *string;
|
||||
STRLEN len;
|
||||
+ BIGNUM *r;
|
||||
+ BIGNUM *s;
|
||||
CODE:
|
||||
- s = SvPV(r_SV, len);
|
||||
- if (ecdsa_sig->r)
|
||||
- BN_free(ecdsa_sig->r);
|
||||
- ecdsa_sig->r = BN_bin2bn((const unsigned char *)s, len, NULL);
|
||||
+ string = SvPV(r_SV, len);
|
||||
+ r = BN_bin2bn((const unsigned char *)string, len, NULL);
|
||||
+ ECDSA_SIG_get0(ecdsa_sig, NULL, (const BIGNUM**)&s);
|
||||
+ s = BN_dup(s);
|
||||
+ if (NULL == s)
|
||||
+ croak("Could not duplicate unchanged ECDSA paramater");
|
||||
+ ECDSA_SIG_set0(ecdsa_sig, r, s);
|
||||
|
||||
void
|
||||
set_s(ecdsa_sig, s_SV)
|
||||
ECDSA_SIG *ecdsa_sig
|
||||
SV * s_SV
|
||||
PREINIT:
|
||||
- char *s;
|
||||
+ char *string;
|
||||
STRLEN len;
|
||||
+ BIGNUM *r;
|
||||
+ BIGNUM *s;
|
||||
CODE:
|
||||
- s = SvPV(s_SV, len);
|
||||
- if (ecdsa_sig->s)
|
||||
- BN_free(ecdsa_sig->s);
|
||||
- ecdsa_sig->s = BN_bin2bn((const unsigned char *)s, len, NULL);
|
||||
+ string = SvPV(s_SV, len);
|
||||
+ s = BN_bin2bn((const unsigned char *)string, len, NULL);
|
||||
+ ECDSA_SIG_get0(ecdsa_sig, (const BIGNUM**)&r, NULL);
|
||||
+ r = BN_dup(r);
|
||||
+ if (NULL == r)
|
||||
+ croak("Could not duplicate unchanged ECDSA paramater");
|
||||
+ ECDSA_SIG_set0(ecdsa_sig, r, s);
|
||||
|
||||
|
||||
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libextractor
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537748923
|
||||
SHA256 (libextractor-1.7.tar.gz) = e0a6fde824cf2212c4f217a5e0fc03391251cfb46ca000117f66cf7ae4368e8f
|
||||
SIZE (libextractor-1.7.tar.gz) = 8075299
|
||||
TIMESTAMP = 1543335284
|
||||
SHA256 (libextractor-1.8.tar.gz) = e235a4aa2623fe458f8fcf1dcbb5be4f03df509aacec86a1de1fc7fcca582cfc
|
||||
SIZE (libextractor-1.8.tar.gz) = 8315688
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= hugo
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.50
|
||||
DISTVERSION= 0.51
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= go
|
||||
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
|
@ -22,18 +22,20 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github.com/BurntSushi/locker \
|
|||
PuerkitoBio:purell:v1.1.0:purell/src/github.com/PuerkitoBio/purell \
|
||||
PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \
|
||||
alecthomas:assert:405dbfe:assert/src/github.com/alecthomas/assert \
|
||||
alecthomas:chroma:v0.5.0:chroma/src/github.com/alecthomas/chroma \
|
||||
alecthomas:chroma:v0.6.0:chroma/src/github.com/alecthomas/chroma \
|
||||
alecthomas:colour:60882d9:colour/src/github.com/alecthomas/colour \
|
||||
alecthomas:repr:117648c:repr/src/github.com/alecthomas/repr \
|
||||
bep:debounce:v1.1.0:debounce/src/github.com/bep/debounce \
|
||||
bep:gitmap:v1.0.0:gitmap/src/github.com/bep/gitmap \
|
||||
bep:go-tocss:v0.5.0:go_tocss/src/github.com/bep/go-tocss \
|
||||
chaseadamsio:goorgeous:v1.1.0:goorgeous/src/github.com/chaseadamsio/goorgeous \
|
||||
cheekybits:is:68e9c06:is/src/github.com/cheekybits/is \
|
||||
cpuguy83:go-md2man:v1.0.8:go_md2man/src/github.com/cpuguy83/go-md2man \
|
||||
danwakefield:fnmatch:cbb64ac:fnmatch/src/github.com/danwakefield/fnmatch \
|
||||
davecgh:go-spew:v1.1.1:go_spew/src/github.com/davecgh/go-spew \
|
||||
disintegration:imaging:v1.5.0:imaging/src/github.com/disintegration/imaging \
|
||||
dlclark:regexp2:v1.1.6:regexp2/src/github.com/dlclark/regexp2 \
|
||||
dustin:go-humanize:v1.0.0:go_humanize/src/github.com/dustin/go-humanize \
|
||||
eknkc:amber:cdade1c:amber/src/github.com/eknkc/amber \
|
||||
fortytw2:leaktest:v1.2.0:leaktest/src/github.com/fortytw2/leaktest \
|
||||
fsnotify:fsnotify:v1.4.7:fsnotify/src/github.com/fsnotify/fsnotify \
|
||||
|
|
@ -52,11 +54,13 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github.com/BurntSushi/locker \
|
|||
magefile:mage:v1.4.0:mage/src/github.com/magefile/mage \
|
||||
magiconair:properties:v1.8.0:properties/src/github.com/magiconair/properties \
|
||||
markbates:inflect:a12c3ae:inflect/src/github.com/markbates/inflect \
|
||||
matryer:try:9ac251b:try/src/github.com/matryer/try \
|
||||
mattn:go-isatty:v0.0.4:go_isatty/src/github.com/mattn/go-isatty \
|
||||
mattn:go-runewidth:v0.0.3:go_runewidth/src/github.com/mattn/go-runewidth \
|
||||
miekg:mmark:v1.3.6:mmark/src/github.com/miekg/mmark \
|
||||
mitchellh:hashstructure:v1.0.0:hashstructure/src/github.com/mitchellh/hashstructure \
|
||||
mitchellh:mapstructure:v1.0.0:mapstructure/src/github.com/mitchellh/mapstructure \
|
||||
bep:mapstructure:bb74f1d:bep_mapstructure/src/github.com/bep/mapstructure \
|
||||
muesli:smartcrop:f6ebaa7:smartcrop/src/github.com/muesli/smartcrop \
|
||||
nfnt:resize:83c6a99:resize/src/github.com/nfnt/resize \
|
||||
nicksnyder:go-i18n:v1.10.0:go_i18n/src/github.com/nicksnyder/go-i18n \
|
||||
|
|
@ -74,23 +78,23 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github.com/BurntSushi/locker \
|
|||
spf13:fsync:12a01e6:fsync/src/github.com/spf13/fsync \
|
||||
spf13:jwalterweatherman:94f6ae3:jwalterweatherman/src/github.com/spf13/jwalterweatherman \
|
||||
spf13:nitro:24d7ef3:nitro/src/github.com/spf13/nitro \
|
||||
spf13:pflag:v1.0.2:pflag/src/github.com/spf13/pflag \
|
||||
spf13:pflag:v1.0.3:pflag/src/github.com/spf13/pflag \
|
||||
spf13:viper:v1.2.0:viper/src/github.com/spf13/viper \
|
||||
stretchr:testify:f2347ac:testify/src/github.com/stretchr/testify \
|
||||
tdewolff:minify:v2.3.6:minify/src/github.com/tdewolff/minify \
|
||||
tdewolff:parse:fced451:parse/src/github.com/tdewolff/parse \
|
||||
tdewolff:minify:v2.3.7:minify/src/github.com/tdewolff/minify \
|
||||
tdewolff:parse:v2.3.5:parse/src/github.com/tdewolff/parse \
|
||||
tdewolff:test:v1.0.0:test/src/github.com/tdewolff/test \
|
||||
wellington:go-libsass:615eaa4:go_libsass/src/github.com/wellington/go-libsass \
|
||||
yosssi:ace:v0.0.5:ace/src/github.com/yosssi/ace \
|
||||
golang:image:c73c2af:image/src/golang.org/x/image \
|
||||
golang:net:161cd47:net/src/golang.org/x/net \
|
||||
golang:sync:1d60e46:sync/src/golang.org/x/sync \
|
||||
golang:sys:d0be072:sys/src/golang.org/x/sys \
|
||||
golang:sys:9b800f9:sys/src/golang.org/x/sys \
|
||||
golang:text:v0.3.0:text/src/golang.org/x/text \
|
||||
go-check:check:788fd78:check/src/gopkg.in/check.v1 \
|
||||
go-yaml:yaml:v2.2.1:yaml/src/gopkg.in/yaml.v2
|
||||
|
||||
COMMIT_ID= f5be59920461366d4481cf7536b2d2bd42a2c75e
|
||||
COMMIT_ID= f3d519079371723dbd812dba3fef3695e0b41946
|
||||
|
||||
OPTIONS_DEFINE= MANPAGES EXTENDED
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1540828063
|
||||
SHA256 (gohugo/gohugoio-hugo-v0.50_GH0.tar.gz) = 4dade11c38aace73877750ea8d67ab2ccccf643751754d5a4afdd8d62e655012
|
||||
SIZE (gohugo/gohugoio-hugo-v0.50_GH0.tar.gz) = 19943257
|
||||
TIMESTAMP = 1543260999
|
||||
SHA256 (gohugo/gohugoio-hugo-v0.51_GH0.tar.gz) = 5433920c3830df4217c2e6b4e80958543b00c36a890fe4b3c990cfcf5fa46e33
|
||||
SIZE (gohugo/gohugoio-hugo-v0.51_GH0.tar.gz) = 19948327
|
||||
SHA256 (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 6bdc1b865e2e27dd92921c0e4c3aa743156bb5d2cf227af1d0e80573568bcd4a
|
||||
SIZE (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 2108
|
||||
SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2
|
||||
|
|
@ -11,8 +11,8 @@ SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 0d4b469d8d1dfe12e740661d
|
|||
SIZE (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 6796
|
||||
SHA256 (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 5f9a1b6f048bb3346b2db0c52061ef3330583eba4dfdb3a3309e234fded670e4
|
||||
SIZE (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 71064
|
||||
SHA256 (gohugo/alecthomas-chroma-v0.5.0_GH0.tar.gz) = 6ef69c5aa07cfb697e77ea1f793d0a0cbd52df7e1e0109ae0c91134138a451c5
|
||||
SIZE (gohugo/alecthomas-chroma-v0.5.0_GH0.tar.gz) = 317226
|
||||
SHA256 (gohugo/alecthomas-chroma-v0.6.0_GH0.tar.gz) = be30aa45fac2d401f28fc49c87b1fa315f61273da2097eaba412802e76de17dd
|
||||
SIZE (gohugo/alecthomas-chroma-v0.6.0_GH0.tar.gz) = 321145
|
||||
SHA256 (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = f7eafbd51169a9c0c3ba6a0b1dc49038eb38733058aae51c3157a5ec86751fe4
|
||||
SIZE (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = 3479
|
||||
SHA256 (gohugo/alecthomas-repr-117648c_GH0.tar.gz) = 5e544f5c42a439e08cc11fecf5d939a9e47be1b554db84bac50c63eb813e7cb2
|
||||
|
|
@ -25,6 +25,8 @@ SHA256 (gohugo/bep-go-tocss-v0.5.0_GH0.tar.gz) = 1875ceafec32349c7c174597db766b6
|
|||
SIZE (gohugo/bep-go-tocss-v0.5.0_GH0.tar.gz) = 5370
|
||||
SHA256 (gohugo/chaseadamsio-goorgeous-v1.1.0_GH0.tar.gz) = e8e1ac258e9f2d0a86f415e03fc7953f67a514710b3b214ef7db57a15febe52f
|
||||
SIZE (gohugo/chaseadamsio-goorgeous-v1.1.0_GH0.tar.gz) = 34320
|
||||
SHA256 (gohugo/cheekybits-is-68e9c06_GH0.tar.gz) = c3789d05b0bd0c02ae413b8c7e2f500e393e17cbaa1d0f21ba1fe370bf019dca
|
||||
SIZE (gohugo/cheekybits-is-68e9c06_GH0.tar.gz) = 5850
|
||||
SHA256 (gohugo/cpuguy83-go-md2man-v1.0.8_GH0.tar.gz) = 84e443c78d048f4a609743704b6bff5c83473691a0793c577ebb9b1f7577c9d5
|
||||
SIZE (gohugo/cpuguy83-go-md2man-v1.0.8_GH0.tar.gz) = 79284
|
||||
SHA256 (gohugo/danwakefield-fnmatch-cbb64ac_GH0.tar.gz) = e187c66e99cdae6474edc59c1a63245e8e9428c4035c36e76c2cfe0b46ca7a38
|
||||
|
|
@ -35,6 +37,8 @@ SHA256 (gohugo/disintegration-imaging-v1.5.0_GH0.tar.gz) = 683391ca41821e45590f0
|
|||
SIZE (gohugo/disintegration-imaging-v1.5.0_GH0.tar.gz) = 1886547
|
||||
SHA256 (gohugo/dlclark-regexp2-v1.1.6_GH0.tar.gz) = 81ede5b49ff46bd1c686416c52605aa4698b9dce07d011581c49a1d35b8a5239
|
||||
SIZE (gohugo/dlclark-regexp2-v1.1.6_GH0.tar.gz) = 203691
|
||||
SHA256 (gohugo/dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
|
||||
SIZE (gohugo/dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260
|
||||
SHA256 (gohugo/eknkc-amber-cdade1c_GH0.tar.gz) = 3e2f7d217f104aa055cd9544cc3181d75406e5f1c11a191361e602fe25ae8e15
|
||||
SIZE (gohugo/eknkc-amber-cdade1c_GH0.tar.gz) = 22601
|
||||
SHA256 (gohugo/fortytw2-leaktest-v1.2.0_GH0.tar.gz) = c90171f1a56ddbb9a34e41ab21262606ca653719ae4bc15827baf2a09e523ac3
|
||||
|
|
@ -71,6 +75,8 @@ SHA256 (gohugo/magiconair-properties-v1.8.0_GH0.tar.gz) = f6c732fe6031e2cf72c6eb
|
|||
SIZE (gohugo/magiconair-properties-v1.8.0_GH0.tar.gz) = 29504
|
||||
SHA256 (gohugo/markbates-inflect-a12c3ae_GH0.tar.gz) = f2849b7cd73f15d391ccc1375e0430f7c3ed32fb612f5a2834015450d0d0491a
|
||||
SIZE (gohugo/markbates-inflect-a12c3ae_GH0.tar.gz) = 10753
|
||||
SHA256 (gohugo/matryer-try-9ac251b_GH0.tar.gz) = 6eec844ce4fc732db6fc59a12a9bbdc75448945816eef948ce738b524ecde9ac
|
||||
SIZE (gohugo/matryer-try-9ac251b_GH0.tar.gz) = 3039
|
||||
SHA256 (gohugo/mattn-go-isatty-v0.0.4_GH0.tar.gz) = a6228abe42ccfcad4b17c176117ccf2822d06bde51dc437852854056d8737f12
|
||||
SIZE (gohugo/mattn-go-isatty-v0.0.4_GH0.tar.gz) = 3377
|
||||
SHA256 (gohugo/mattn-go-runewidth-v0.0.3_GH0.tar.gz) = 398ec709b006664e527040770056156cb225233d8b44b5a59ba2f5f5f3fa885e
|
||||
|
|
@ -81,6 +87,8 @@ SHA256 (gohugo/mitchellh-hashstructure-v1.0.0_GH0.tar.gz) = 48cad81434c28dc8c045
|
|||
SIZE (gohugo/mitchellh-hashstructure-v1.0.0_GH0.tar.gz) = 6507
|
||||
SHA256 (gohugo/mitchellh-mapstructure-v1.0.0_GH0.tar.gz) = 6eddc2ee4c69177e6b3a47e134277663f7e70b1f23b6f05908503db9d5ad5457
|
||||
SIZE (gohugo/mitchellh-mapstructure-v1.0.0_GH0.tar.gz) = 18841
|
||||
SHA256 (gohugo/bep-mapstructure-bb74f1d_GH0.tar.gz) = 5bf27fc22a2feb060c65ff643880a8ac180fac9326a86b82d6a3eabe78fa9738
|
||||
SIZE (gohugo/bep-mapstructure-bb74f1d_GH0.tar.gz) = 18666
|
||||
SHA256 (gohugo/muesli-smartcrop-f6ebaa7_GH0.tar.gz) = 337fa158b74dd3b2fd4904737329789f7765fe88c815cb099590d9717cc80085
|
||||
SIZE (gohugo/muesli-smartcrop-f6ebaa7_GH0.tar.gz) = 448029
|
||||
SHA256 (gohugo/nfnt-resize-83c6a99_GH0.tar.gz) = e439f28cce9090eff9186f0caa346c498859b3e068663fd7055507ce37f31a33
|
||||
|
|
@ -115,16 +123,16 @@ SHA256 (gohugo/spf13-jwalterweatherman-94f6ae3_GH0.tar.gz) = e72da14aeca6a960169
|
|||
SIZE (gohugo/spf13-jwalterweatherman-94f6ae3_GH0.tar.gz) = 6872
|
||||
SHA256 (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = e64c8d195990c3aa57c47cc4f090b1f575fa712b8b2fa3f8bdb2dc1b76ec440a
|
||||
SIZE (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = 6741
|
||||
SHA256 (gohugo/spf13-pflag-v1.0.2_GH0.tar.gz) = beffdf702402f3e4483c2ed24f9ee57997d1a48a5cd5ccf44ca6d63ceb24fa30
|
||||
SIZE (gohugo/spf13-pflag-v1.0.2_GH0.tar.gz) = 44042
|
||||
SHA256 (gohugo/spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
|
||||
SIZE (gohugo/spf13-pflag-v1.0.3_GH0.tar.gz) = 46002
|
||||
SHA256 (gohugo/spf13-viper-v1.2.0_GH0.tar.gz) = 71207a443c55239a54a7e5b91bfc38627ce3b53e7649b4b70d050bfa457804db
|
||||
SIZE (gohugo/spf13-viper-v1.2.0_GH0.tar.gz) = 34451
|
||||
SHA256 (gohugo/stretchr-testify-f2347ac_GH0.tar.gz) = 3d9482c54e66f64fad782341e784d52e994f2b24dd5e71429c3ca14cb29028c8
|
||||
SIZE (gohugo/stretchr-testify-f2347ac_GH0.tar.gz) = 101555
|
||||
SHA256 (gohugo/tdewolff-minify-v2.3.6_GH0.tar.gz) = d596f276fe55a4887268af160942110d27a8efb19219a28519cf920eca31cbdf
|
||||
SIZE (gohugo/tdewolff-minify-v2.3.6_GH0.tar.gz) = 2124420
|
||||
SHA256 (gohugo/tdewolff-parse-fced451_GH0.tar.gz) = 94feda5f1e428f9d1a46fd8dc8427738de2423d09c36e33d5816a12a398cb22d
|
||||
SIZE (gohugo/tdewolff-parse-fced451_GH0.tar.gz) = 74994
|
||||
SHA256 (gohugo/tdewolff-minify-v2.3.7_GH0.tar.gz) = 84ff61fc766cc8ec84ba126ab2fe93469d81a1c238bbe3b97075b83118042d8c
|
||||
SIZE (gohugo/tdewolff-minify-v2.3.7_GH0.tar.gz) = 2125512
|
||||
SHA256 (gohugo/tdewolff-parse-v2.3.5_GH0.tar.gz) = e7d691607f6f53336af7c03a92ba24b78c709513b31a31e719620d4d2d07d813
|
||||
SIZE (gohugo/tdewolff-parse-v2.3.5_GH0.tar.gz) = 75027
|
||||
SHA256 (gohugo/tdewolff-test-v1.0.0_GH0.tar.gz) = 59a698a716e87203b2cf58c7ba9a11a1c75400bff22faf6a4a34fcd2a789e267
|
||||
SIZE (gohugo/tdewolff-test-v1.0.0_GH0.tar.gz) = 2606
|
||||
SHA256 (gohugo/wellington-go-libsass-615eaa4_GH0.tar.gz) = c61167dc546c15a0ac085adc6e96305af60b80b4ab5dc763ee90481c0539c21d
|
||||
|
|
@ -137,8 +145,8 @@ SHA256 (gohugo/golang-net-161cd47_GH0.tar.gz) = 03a66d67eb211331fb5c3941a4f7fef1
|
|||
SIZE (gohugo/golang-net-161cd47_GH0.tar.gz) = 965339
|
||||
SHA256 (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 526fab48f250f45ec22dbfd2700df629871ea8aeb8289a49c58f4fc606a7a5e5
|
||||
SIZE (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 16327
|
||||
SHA256 (gohugo/golang-sys-d0be072_GH0.tar.gz) = 9bebf0bdf2149703e369ccde42da5f705db68cdf3d31438e3ec9e7f03f99ae20
|
||||
SIZE (gohugo/golang-sys-d0be072_GH0.tar.gz) = 1075457
|
||||
SHA256 (gohugo/golang-sys-9b800f9_GH0.tar.gz) = fb70e17a193f1bf01728e2ed6c763abd816fdd88c591aaa4fa71cb7472d011b0
|
||||
SIZE (gohugo/golang-sys-9b800f9_GH0.tar.gz) = 1109389
|
||||
SHA256 (gohugo/go-check-check-788fd78_GH0.tar.gz) = 7348808a92ff352cf0d68a2140a10db9b4758bfb904e0d7a5070d481b4b82d68
|
||||
SIZE (gohugo/go-check-check-788fd78_GH0.tar.gz) = 31590
|
||||
SHA256 (gohugo/go-yaml-yaml-v2.2.1_GH0.tar.gz) = 33218aa3bd60a307fe14e66b970473cb411bb6ca3d4f4a5e30c97b44f9b4e84b
|
||||
|
|
|
|||
|
|
@ -14,9 +14,9 @@ BUILD_DEPENDS= go>=1.9.4:lang/go
|
|||
USES= compiler
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= RELEASE.2018-10-25T01-27-03Z
|
||||
GH_TAGNAME= RELEASE.2018-11-22T02-51-56Z
|
||||
GH_SUBDIR= src/github.com/${PORTNAME}/${PORTNAME}
|
||||
COMMIT_ID= bf66e9a529fed3d6c460bcdbbd0a60bc167866a4
|
||||
COMMIT_ID= eddf468aef34e14ba1fac0c911b2fc9b47789d88
|
||||
|
||||
PLIST_FILES= bin/minio
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541117791
|
||||
SHA256 (minio-minio-2018.10.25.01.27.03-RELEASE.2018-10-25T01-27-03Z_GH0.tar.gz) = bda20ba4cd139e5d3b0811e4a7aa439755bc1295e7d07bb82386cb6e6537a72e
|
||||
SIZE (minio-minio-2018.10.25.01.27.03-RELEASE.2018-10-25T01-27-03Z_GH0.tar.gz) = 9083869
|
||||
TIMESTAMP = 1543343293
|
||||
SHA256 (minio-minio-2018.11.22.02.51.56-RELEASE.2018-11-22T02-51-56Z_GH0.tar.gz) = 3f631faacc084048fd86d2a7a0b3bef84b1232462765b5423764b7b05407d9f1
|
||||
SIZE (minio-minio-2018.11.22.02.51.56-RELEASE.2018-11-22T02-51-56Z_GH0.tar.gz) = 9076540
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.15.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.15.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ CACHE_PURGE_CONFIGURE_ON= --add-module=${WRKDIR}/ngx_cache_purge-2.3
|
|||
CLOJURE_CATEGORIES+= java
|
||||
CLOJURE_USE= JAVA=yes JAVA_OS=native JAVA_VERSION=1.8 \
|
||||
JAVA_VENDOR=openjdk JAVA_BUILD=yes JAVA_RUN=yes
|
||||
CLOJURE_GH_TUPLE= nginx-clojure:nginx-clojure:1129712:clojure
|
||||
CLOJURE_GH_TUPLE= nginx-clojure:nginx-clojure:9d35bff:clojure
|
||||
CLOJURE_CONFIGURE_ENV= "JNI_INCS=-I${LOCALBASE}/openjdk8/include -I${LOCALBASE}/openjdk8/include/freebsd"
|
||||
CLOJURE_VARS= DSO_EXTMODS+=clojure CLOJURE_SUBDIR=/src/c
|
||||
|
||||
|
|
@ -219,10 +219,10 @@ NAXSI_NGINX_VER= 0.56
|
|||
NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
|
||||
NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
|
||||
|
||||
NJS_GH_TUPLE= nginx:njs:da25ee4:njs
|
||||
NJS_GH_TUPLE= nginx:njs:ca2bcd2:njs
|
||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||
|
||||
PASSENGER_NGINX_VER= 5.3.5
|
||||
PASSENGER_NGINX_VER= 5.3.7
|
||||
PASSENGER_CATEGORIES= ruby
|
||||
PASSENGER_USE= ruby=yes
|
||||
PASSENGER_BUILD_DEPENDS=${LOCALBASE}/bin/rake:devel/rubygem-rake
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1542241152
|
||||
SHA256 (nginx-1.15.6.tar.gz) = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
|
||||
SIZE (nginx-1.15.6.tar.gz) = 1025761
|
||||
TIMESTAMP = 1543359412
|
||||
SHA256 (nginx-1.15.7.tar.gz) = 8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93
|
||||
SIZE (nginx-1.15.7.tar.gz) = 1026732
|
||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
|
|
@ -13,8 +13,8 @@ SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d
|
|||
SIZE (ngx_http_response-0.3.tar.gz) = 2244
|
||||
SHA256 (modsecurity-2.9.2.tar.gz) = 41a8f73476ec891f3a9e8736b98b64ea5c2105f1ce15ea57a1f05b4bf2ffaeb5
|
||||
SIZE (modsecurity-2.9.2.tar.gz) = 4298993
|
||||
SHA256 (passenger-5.3.5.tar.gz) = 2a257b1902691736dcee5d193784f45d44c8709ee2ed039d89eb3fedfe07cca1
|
||||
SIZE (passenger-5.3.5.tar.gz) = 7217952
|
||||
SHA256 (passenger-5.3.7.tar.gz) = ff9185257feafd6c2d982652dd1bbd06118895012f6e799ce170b7c855f7b5cb
|
||||
SIZE (passenger-5.3.7.tar.gz) = 7195477
|
||||
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
|
||||
SIZE (ngx_slowfs_cache-1.10.tar.gz) = 11809
|
||||
SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316
|
||||
|
|
@ -25,8 +25,8 @@ SHA256 (anomalizer-ngx_aws_auth-f1bcf3b_GH0.tar.gz) = e250ce159a10dfbfa0d6658704
|
|||
SIZE (anomalizer-ngx_aws_auth-f1bcf3b_GH0.tar.gz) = 15369
|
||||
SHA256 (eustas-ngx_brotli-e26248e_GH0.tar.gz) = 915d35ecbc58ceb20f8d1b9463719f9934ca24f5a5ab261f44cb8263f8c5aa0f
|
||||
SIZE (eustas-ngx_brotli-e26248e_GH0.tar.gz) = 12673
|
||||
SHA256 (nginx-clojure-nginx-clojure-1129712_GH0.tar.gz) = 2be00e9a51241f70d3eb38c0063400963e4f20f3ec4c6dea2affdd6ae50d4db3
|
||||
SIZE (nginx-clojure-nginx-clojure-1129712_GH0.tar.gz) = 624143
|
||||
SHA256 (nginx-clojure-nginx-clojure-9d35bff_GH0.tar.gz) = d0db12b13bc73c9909cbd789723782b3b6e898b1c440d893df5b704c78cd7715
|
||||
SIZE (nginx-clojure-nginx-clojure-9d35bff_GH0.tar.gz) = 624402
|
||||
SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f368095f85b943a78a4ff004d1cd217972e12b1571b2
|
||||
SIZE (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 7224
|
||||
SHA256 (simpl-ngx_devel_kit-v0.3.0_GH0.tar.gz) = 88e05a99a8a7419066f5ae75966fb1efc409bad4522d14986da074554ae61619
|
||||
|
|
@ -107,8 +107,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-4cde86b_GH0.tar.gz) = d56e12955d933a39c7573
|
|||
SIZE (SpiderLabs-ModSecurity-nginx-4cde86b_GH0.tar.gz) = 26453
|
||||
SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) = 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4
|
||||
SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) = 192120
|
||||
SHA256 (nginx-njs-da25ee4_GH0.tar.gz) = f6d3af9d0bae319a338382a4e29e898864ed3925b447de0bf60ee8abaed9e9e0
|
||||
SIZE (nginx-njs-da25ee4_GH0.tar.gz) = 281611
|
||||
SHA256 (nginx-njs-ca2bcd2_GH0.tar.gz) = 7ab07dd5a95aad3f1c25a7599aae7a277979b9ec96bba95a557ef8f2caa482fc
|
||||
SIZE (nginx-njs-ca2bcd2_GH0.tar.gz) = 284764
|
||||
SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9
|
||||
SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742
|
||||
SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- ../passenger-5.3.5/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400
|
||||
+++ ../passenger-5.3.5/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400
|
||||
--- ../passenger-5.3.7/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400
|
||||
+++ ../passenger-5.3.7/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400
|
||||
@@ -33,13 +33,12 @@
|
||||
desc "Build Nginx support files"
|
||||
task :nginx => [
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= payara
|
||||
PORTVERSION= 4.1.2.173
|
||||
PORTVERSION= 5.183
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= https://github.com/payara/Payara/releases/download/${PORTNAME}-server-${PORTVERSION}/
|
||||
|
||||
MASTER_SITES= http://central.maven.org/maven2/fish/payara/distributions/${PORTNAME}/${PORTVERSION}/
|
||||
MAINTAINER= dmytro@posteo.net
|
||||
COMMENT= Java EE application server derived from GlassFish Server Open Source Edition
|
||||
|
||||
|
|
@ -16,7 +15,7 @@ USE_JAVA= yes
|
|||
JAVA_VERSION= 1.8+
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/payara41
|
||||
WRKSRC= ${WRKDIR}/payara5
|
||||
DATADIR= ${PREFIX}/${PORTNAME}-${PORTVERSION}
|
||||
VARMAIN= /var/${PORTNAME}
|
||||
VARDIR= /var/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
|
@ -30,7 +29,7 @@ PLIST_SUB+= VARMAIN=${VARMAIN}
|
|||
SUB_LIST= PAYARAVERSION=${PORTVERSION} \
|
||||
JAVA_HOME=${JAVA_HOME}
|
||||
|
||||
DOWNLOAD_URL= https://github.com/payara/Payara/releases/download/${PORTNAME}-server-${PORTVERSION}/
|
||||
DOWNLOAD_URL= http://central.maven.org/maven2/fish/payara/distributions/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
USE_RC_SUBR= payara
|
||||
|
||||
|
|
@ -44,6 +43,7 @@ GLASSFISH_BIN_FILES= appclient asadmin capture-schema jspc package-appclient sch
|
|||
do-install:
|
||||
@${SED} "s|%%VARDIR%%|${VARDIR}|g" ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message
|
||||
@${MKDIR} ${STAGEDIR}${VARDIR}/prefs
|
||||
@${RM} ${WRKSRC}/bin/letsencrypt.py
|
||||
@${FIND} ${WRKSRC} -name '*.bat' -delete
|
||||
@${FIND} ${WRKSRC} -name '*.exe' -delete
|
||||
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR})
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1508166436
|
||||
SHA256 (payara-4.1.2.173.zip) = 944fae8fa38e83cf291e6176152827113a4733174096c49a2cf3d218ba1ad7f2
|
||||
SIZE (payara-4.1.2.173.zip) = 131401522
|
||||
TIMESTAMP = 1540103826
|
||||
SHA256 (payara-5.183.zip) = 2940a780c781643f5bc3044658e935443e5d51d96e2ee62bac4baefa7e6122df
|
||||
SIZE (payara-5.183.zip) = 148253713
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Payara Server is a patched, enhanced and supported application server
|
||||
derived from GlassFish Server Open Source Edition 4.x.
|
||||
derived from GlassFish Server Open Source Edition.
|
||||
|
||||
WWW: http://www.payara.fish/
|
||||
|
|
|
|||
1088
www/payara/pkg-plist
1088
www/payara/pkg-plist
File diff suppressed because it is too large
Load diff
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= passenger
|
||||
PORTVERSION= 5.3.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 5.3.7
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMEPREFIX= rubygem-
|
||||
|
|
@ -41,21 +40,7 @@ USES+= apache:2.2+
|
|||
USE_RUBY= yes
|
||||
RAKE_BIN= ${LOCALBASE}/bin/rake
|
||||
USES+= cpe gem libtool python:env shebangfix ssl
|
||||
SHEBANG_FILES= \
|
||||
src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py \
|
||||
dev/vagrant/nginx_start \
|
||||
dev/vagrant/provision.sh \
|
||||
dev/ci/run-tests-with-docker \
|
||||
dev/ci/tests/debian/run \
|
||||
dev/ci/tests/rpm/run \
|
||||
dev/ci/scripts/setup-host-natively.sh \
|
||||
dev/ci/scripts/docker-entrypoint-stage2.sh \
|
||||
dev/ci/scripts/inituidgid \
|
||||
dev/ci/scripts/debug-console-wrapper.sh \
|
||||
dev/ci/scripts/run-tests-natively-stage2.sh \
|
||||
dev/ci/scripts/docker-entrypoint.sh \
|
||||
dev/ci/run-tests-natively \
|
||||
dev/ci/setup-host
|
||||
SHEBANG_FILES= src/cxx_supportlib/vendor-copy/libuv/gyp_uv.py
|
||||
|
||||
LIB_DEPENDS+= libuv.so:devel/libuv \
|
||||
libcurl.so:ftp/curl \
|
||||
|
|
@ -80,12 +65,6 @@ SYMLINK_SUB_LIST= PASSENGER_INSTALL_DIR="${PREFIX}/${GEMS_DIR}/${PORTNAME}"
|
|||
SYMLINK_SUB_LIST_OFF= PASSENGER_INSTALL_DIR="${PREFIX}/${GEM_LIB_DIR}"
|
||||
|
||||
pre-patch:
|
||||
.if ${FLAVOR} == nginx
|
||||
@${ECHO_CMD}
|
||||
@${ECHO_CMD} "Do not forget compile www/nginx"
|
||||
@${ECHO_CMD} "with PASSENGER_MODULE support"
|
||||
@${ECHO_CMD}
|
||||
.endif
|
||||
@${REINPLACE_CMD} \
|
||||
's!-Wall!!g; \
|
||||
s!gcc!${CC}!g; \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537823017
|
||||
SHA256 (rubygem/passenger-5.3.5.gem) = b8c84f92be4fb40bc9a1a455ce95db9fa8f354db01aa923c80afe2b3f255f31e
|
||||
SIZE (rubygem/passenger-5.3.5.gem) = 7134720
|
||||
TIMESTAMP = 1543359462
|
||||
SHA256 (rubygem/passenger-5.3.7.gem) = 7399b1ef7bc826f6e06d9143b1f802bb585ee393f5c8bfa18a58b6d2e9c24213
|
||||
SIZE (rubygem/passenger-5.3.7.gem) = 7114240
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
--- src/agent/Core/SecurityUpdateChecker.h.orig 2018-11-03 10:06:51 UTC
|
||||
+++ src/agent/Core/SecurityUpdateChecker.h
|
||||
@@ -256,9 +256,11 @@ private:
|
||||
error.append(" for proxy address " + sessionState.config["proxy_url"].asString());
|
||||
break;
|
||||
|
||||
+#if LIBCURL_VERSION_NUM < 0x073e00
|
||||
case CURLE_SSL_CACERT:
|
||||
// Peer certificate cannot be authenticated with given / known CA certificates. This would happen
|
||||
// for MITM but could also be a truststore issue.
|
||||
+#endif
|
||||
case CURLE_PEER_FAILED_VERIFICATION:
|
||||
// The remote server's SSL certificate or SSH md5 fingerprint was deemed not OK.
|
||||
error.append(" while connecting to " + sessionState.configRlz.url
|
||||
|
|
@ -1,6 +1,11 @@
|
|||
The nginx flavor of this port installs passenger core binaries only,
|
||||
to make it works with nginx make sure www/nginx or www/nginx-devel
|
||||
port has been compiled with third-party PASSENGER module support and
|
||||
installed into a system.
|
||||
|
||||
#####################################################################
|
||||
|
||||
Please edit your nginx configuration file, and add these lines:
|
||||
Please edit a nginx configuration file, and add these lines:
|
||||
|
||||
server {
|
||||
root %%PASSENGER_INSTALL_DIR%%;
|
||||
|
|
@ -9,8 +14,7 @@ Please edit your nginx configuration file, and add these lines:
|
|||
passenger_sticky_sessions on;
|
||||
}
|
||||
|
||||
After you restart nginx, you are ready to deploy any number of Ruby on Rails
|
||||
applications on nginx, without any further Ruby on Rails-specific
|
||||
configuration!
|
||||
Once nginx restarts it's possible to deploy a Ruby on Rails
|
||||
application without any further Ruby on Rails-specific configuration!
|
||||
|
||||
#####################################################################
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webkit
|
||||
PORTVERSION= 2.22.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.22.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://webkitgtk.org/releases/
|
||||
PKGNAMESUFFIX= 2-gtk3
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540925863
|
||||
SHA256 (webkitgtk-2.22.3.tar.xz) = 9dfd542902953be9af8ff32bd37fe662ca3d75f7348514ebac15c6252a6ccd72
|
||||
SIZE (webkitgtk-2.22.3.tar.xz) = 16753248
|
||||
TIMESTAMP = 1543011535
|
||||
SHA256 (webkitgtk-2.22.4.tar.xz) = fab5be2883802352ae0e735dd1eff4bc18abaff7ac78689cec72eb2f611943b8
|
||||
SIZE (webkitgtk-2.22.4.tar.xz) = 16752132
|
||||
|
|
|
|||
|
|
@ -209,10 +209,10 @@ lib/girepository-1.0/WebKit2-4.0.typelib
|
|||
lib/girepository-1.0/WebKit2WebExtension-4.0.typelib
|
||||
lib/libjavascriptcoregtk-4.0.so
|
||||
lib/libjavascriptcoregtk-4.0.so.18
|
||||
lib/libjavascriptcoregtk-4.0.so.18.11.4
|
||||
lib/libjavascriptcoregtk-4.0.so.18.11.5
|
||||
lib/libwebkit2gtk-4.0.so
|
||||
lib/libwebkit2gtk-4.0.so.37
|
||||
lib/libwebkit2gtk-4.0.so.37.33.4
|
||||
lib/libwebkit2gtk-4.0.so.37.33.5
|
||||
lib/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so
|
||||
libdata/pkgconfig/javascriptcoregtk-4.0.pc
|
||||
libdata/pkgconfig/webkit2gtk-4.0.pc
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libX11
|
||||
PORTVERSION= 1.6.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= x11
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1534962530
|
||||
SHA256 (xorg/lib/libX11-1.6.6.tar.bz2) = 65fe181d40ec77f45417710c6a67431814ab252d21c2e85c75dd1ed568af414f
|
||||
SIZE (xorg/lib/libX11-1.6.6.tar.bz2) = 2342730
|
||||
TIMESTAMP = 1540956919
|
||||
SHA256 (xorg/lib/libX11-1.6.7.tar.bz2) = 910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348
|
||||
SIZE (xorg/lib/libX11-1.6.7.tar.bz2) = 2290260
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue