Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
Ports
Commits
2006f37a
Commit
2006f37a
authored
Jul 04, 2022
by
HardenedBSD Sync Service
Browse files
Merge branch 'freebsd/main' into hardenedbsd/main
parents
885d3fa8
4787e5c9
Changes
40
Hide whitespace changes
Inline
Side-by-side
astro/xtide/Makefile
View file @
2006f37a
# Created by: Brion Moss <brion@queeg.com>
PORTNAME
=
xtide
PORTVERSION
=
2.15.
4
PORTVERSION
=
2.15.
5
CATEGORIES
=
astro geography
MASTER_SITES
=
https://flaterco.com/files/xtide/
DISTFILES
=
${DISTNAME}${EXTRACT_SUFX}
\
${DISTNAME_TCD}${EXTRACT_SUFX}
\
${DISTNAME_HARM}${EXTRACT_SUFX}
MAINTAINER
=
ports
@FreeBSD.org
MAINTAINER
=
wen
@FreeBSD.org
COMMENT
=
Harmonic tide clock and tide predictor
LICENSE
=
GPLv3
...
...
astro/xtide/distinfo
View file @
2006f37a
TIMESTAMP = 16
44906838
SHA256 (xtide-2.15.
4
.tar.xz) =
726622969bc94adab52a8e060b21e2a2434d463febd0d6d2920b25a12ca5093c
SIZE (xtide-2.15.
4
.tar.xz) = 574
580
TIMESTAMP = 16
56933016
SHA256 (xtide-2.15.
5
.tar.xz) =
b9460dcf167e8d9544dcb34a751516d14a97fc3f4aebc6a8bb5ca5f2710d7164
SIZE (xtide-2.15.
5
.tar.xz) = 574
972
SHA256 (libtcd-2.2.7-r3.tar.xz) = e1dde9aafb771eab57c676a99b4b79d61c6800990a0e72782bc20057a8a2d877
SIZE (libtcd-2.2.7-r3.tar.xz) = 272284
SHA256 (harmonics-dwf-20210110-free.tar.xz) = af4550d36a1a1ca2e8c8b523c7d64b27845cb9dd8685c5fdfa5196b6cefa0c38
...
...
astro/xtide/pkg-plist
View file @
2006f37a
...
...
@@ -63,7 +63,7 @@ lib/libtcd.so.1.0.2
lib/libxtide.a
lib/libxtide.so
lib/libxtide.so.1
lib/libxtide.so.1.0.
4
lib/libxtide.so.1.0.
5
man/man1/tide.1.gz
%%X11%%man/man1/xtide.1.gz
man/man8/xttpd.8.gz
...
...
databases/pgbouncer/Makefile
View file @
2006f37a
# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME
=
pgbouncer
PORTVERSION
=
1.1
6.1
PORTVERSION
=
1.1
7.0
CATEGORIES
=
databases
MASTER_SITES
=
https://pgbouncer.github.io/downloads/files/
${PORTVERSION}
/
\
http://pgbouncer.github.io/downloads/files/
${PORTVERSION}
/
...
...
@@ -13,36 +13,37 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS
=
libevent.so:devel/libevent
USES
=
cpe gmake ssl pkgconfig
USES
=
cpe gmake pkgconfig ssl
USE_RC_SUBR
=
pgbouncer
GNU_CONFIGURE
=
yes
CONFIGURE_ARGS
=
--enable-evdns
\
--with-libevent
=
${LOCALBASE}
CONFIGURE_ENV
+=
PTHREAD_LIBS
=
"-lpthread"
PORTSCOUT
=
site:https://pgbouncer.github.io/downloads/
SUB_FILES
=
pkg-message
SUB_LIST
+=
PGBOUNCER_RUNDIR
=
"
${PGBOUNCER_RUNDIR}
"
USERS
=
pgbouncer
GROUPS
=
pgbouncer
USE_RC_SUBR
=
pgbouncer
GNU_CONFIGURE
=
yes
PLIST_SUB
+=
PGBOUNCER_GROUP
=
"
${GROUPS}
"
\
PGBOUNCER_LOGDIR
=
"
${PGBOUNCER_LOGDIR}
"
\
PGBOUNCER_RUNDIR
=
"
${PGBOUNCER_RUNDIR}
"
\
PGBOUNCER_USER
=
"
${USERS}
"
OPTIONS_DEFINE
=
CARES
CARES_LIB_DEPENDS
=
libcares.so:dns/c-ares
CARES_CONFIGURE_WITH
=
cares
CONFIGURE_ARGS
=
--with-libevent
=
${LOCALBASE}
--enable-evdns
CONFIGURE_ENV
+=
PTHREAD_LIBS
=
"-lpthread"
PGBOUNCER_USER
?=
pgbouncer
PGBOUNCER_GROUP
?=
pgbouncer
PGBOUNCER_USER
?=
pgbouncer
PGBOUNCER_RUNDIR
?=
/var/run/pgbouncer
PGBOUNCER_LOGDIR
?=
/var/log/pgbouncer
PLIST_SUB
+=
PGBOUNCER_USER
=
"
${USERS}
"
\
PGBOUNCER_GROUP
=
"
${GROUPS}
"
\
PGBOUNCER_LOGDIR
=
"
${PGBOUNCER_LOGDIR}
"
\
PGBOUNCER_RUNDIR
=
"
${PGBOUNCER_RUNDIR}
"
SUB_LIST
+=
PGBOUNCER_RUNDIR
=
"
${PGBOUNCER_RUNDIR}
"
SUB_FILES
=
pkg-message
post-patch
:
@
${REINPLACE_CMD}
-e
"s|= /etc/pgbouncer/userlist.txt|=
${PREFIX}
/etc/pgbouncer.users|g"
\
-e
"s|= /var/log/pgbouncer/pgbouncer.log|=
${PGBOUNCER_LOGDIR}
/pgbouncer.log|g"
\
...
...
databases/pgbouncer/distinfo
View file @
2006f37a
TIMESTAMP = 16
4483924
6
SHA256 (pgbouncer-1.1
6.1
.tar.gz) =
087477e9e4766d032b04b7b006c0c8d64160a54141a7bfc2c6e5ae7ae11bf7fc
SIZE (pgbouncer-1.1
6.1
.tar.gz) = 59
1450
TIMESTAMP = 16
5627342
6
SHA256 (pgbouncer-1.1
7.0
.tar.gz) =
657309b7bc5c7a85cbf70a9a441b535f7824123081eabb7ba86d00349a256e23
SIZE (pgbouncer-1.1
7.0
.tar.gz) = 59
8294
databases/postgresql15-client/Makefile
View file @
2006f37a
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
PORTNAME
=
postgresql
PORTREVISION
=
1
PORTREVISION
=
0
COMMENT
=
PostgreSQL database
(
client
)
...
...
databases/postgresql15-server/Makefile
View file @
2006f37a
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
PORTNAME
?=
postgresql
DISTVERSION
?=
15beta
1
DISTVERSION
?=
15beta
2
# PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
# not their own. Probably best to keep it at ?=0 when reset here too.
PORTREVISION
?=
1
PORTREVISION
?=
0
CATEGORIES
?=
databases
MASTER_SITES
=
PGSQL/source/v
${DISTVERSION}
PKGNAMESUFFIX
?=
${PORTVERSION:R}${COMPONENT}
...
...
databases/postgresql15-server/distinfo
View file @
2006f37a
TIMESTAMP = 165
2896412
SHA256 (postgresql/postgresql-15beta
1
.tar.bz2) =
5dd8a466fb0c9eca11f10b1275524fc8f38d1699cac6a689780b49eac878f7af
SIZE (postgresql/postgresql-15beta
1
.tar.bz2) = 2351
8203
TIMESTAMP = 165
6750071
SHA256 (postgresql/postgresql-15beta
2
.tar.bz2) =
2fedbc58b370f30e5f59fb0dcc8128a2ef9a922b50fa931b442e4fa27ca98830
SIZE (postgresql/postgresql-15beta
2
.tar.bz2) = 2351
1057
databases/py-carbon/Makefile
View file @
2006f37a
...
...
@@ -2,7 +2,7 @@
PORTNAME
=
carbon
PORTVERSION
=
1.1.10
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
databases python
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
...
...
databases/py-carbon/files/carbon.in
View file @
2006f37a
#!/bin/sh
# PROVIDE: carbon
# REQUIRE: LOGIN
# KEYWORD: shutdown
#
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable this service:
#
...
...
@@ -28,7 +29,7 @@
# in debug by default.
# carbon_logdir: Directory where carbon logs are stored.
# Default: /var/db/carbon/log
#
#
.
/etc/rc.subr
...
...
@@ -114,4 +115,3 @@ carbon_stop()
}
run_rc_command
"
$1
"
devel/got/Makefile
View file @
2006f37a
PORTNAME
=
got
PORTVERSION
=
0.72
PORTREVISION
=
1
PORTVERSION
=
0.73
CATEGORIES
=
devel
MASTER_SITES
=
https://gameoftrees.org/releases/
...
...
devel/got/distinfo
View file @
2006f37a
TIMESTAMP = 165
5574650
SHA256 (got-0.7
2
.tar.gz) =
8be46f3184ab0abcd4d8be9659e791a6a764e7e00abc320e66bd63b580e303fc
SIZE (got-0.7
2
.tar.gz) = 6
22448
TIMESTAMP = 165
6945056
SHA256 (got-0.7
3
.tar.gz) =
9b2046c6989d914ff93a042df7f5e97f81de7337d3bc8a8e9ef91784c2090c48
SIZE (got-0.7
3
.tar.gz) = 6
44344
devel/got/files/openbsd-compat/freezero.c
View file @
2006f37a
...
...
@@ -17,6 +17,8 @@
#include
<stdlib.h>
#include
<string.h>
void
freezero
(
void
*
,
size_t
);
void
freezero
(
void
*
ptr
,
size_t
sz
)
{
...
...
devel/got/files/openbsd-compat/recallocarray.c
View file @
2006f37a
...
...
@@ -21,6 +21,8 @@
#include
<string.h>
#include
<unistd.h>
void
*
recallocarray
(
void
*
,
size_t
,
size_t
,
size_t
);
/*
* This is sqrt(SIZE_MAX+1), as s1*s2 <= SIZE_MAX
* if both s1 < MUL_NO_OVERFLOW and s2 < MUL_NO_OVERFLOW
...
...
devel/got/files/patch-gotadmin_Makefile
View file @
2006f37a
--- gotadmin/Makefile.orig 202
1-10
-0
4
1
0
:08:
5
5 UTC
--- gotadmin/Makefile.orig 202
2-07
-0
3
1
1
:08:
4
5 UTC
+++ gotadmin/Makefile
@@ -2
4
,8 +2
4
,4 @@
DPADD = ${LIBZ} ${LIBUTIL}
@@ -2
5
,8 +2
5
,4 @@
DPADD = ${LIBZ} ${LIBUTIL}
NOMAN = Yes
.endif
...
...
devel/got/files/patch-lib_sigs.c
0 → 100644
View file @
2006f37a
---
lib
/
sigs
.
c
.
orig
2022
-
07
-
04
14
:
54
:
12
UTC
+++
lib
/
sigs
.
c
@@
-
206
,
7
+
206
,
7
@@
got_tag_write_signed_data
(
BUF
*
buf
,
struct
got_tag_obj
got_date_format_gmtoff
(
gmtoff
,
sizeof
(
gmtoff
),
got_object_tag_get_tagger_gmtoff
(
tag
));
if
(
asprintf
(
&
tagger
,
"%s %lld %s"
,
got_object_tag_get_tagger
(
tag
),
-
got_object_tag_get_tagger_time
(
tag
),
gmtoff
)
==
-
1
)
{
+
(
long
long
)
got_object_tag_get_tagger_time
(
tag
),
gmtoff
)
==
-
1
)
{
err
=
got_error_from_errno
(
"asprintf"
);
goto
done
;
}
devel/got/files/patch-libexec_got-read-pack_got-read-pack.c
View file @
2006f37a
---
libexec
/
got
-
read
-
pack
/
got
-
read
-
pack
.
c
.
orig
2022
-
0
6
-
19
1
8
:
4
7
:
42
UTC
---
libexec
/
got
-
read
-
pack
/
got
-
read
-
pack
.
c
.
orig
2022
-
0
7
-
04
1
4
:
4
8
:
30
UTC
+++
libexec
/
got
-
read
-
pack
/
got
-
read
-
pack
.
c
@@
-
14
,
6
+
14
,
7
@@
*
OR
IN
CONNECTION
WITH
THE
USE
OR
PERFORMANCE
OF
THIS
SOFTWARE
.
...
...
@@ -8,7 +8,7 @@
#include
<sys/stat.h>
#include
<sys/types.h>
#include
<sys/queue.h>
@@
-
1
646
,
6
+
1
647
,
11
@@
main
(
int
argc
,
char
*
argv
[])
@@
-
1
917
,
6
+
1
918
,
11
@@
main
(
int
argc
,
char
*
argv
[])
/* revoke access to most system calls */
if
(
pledge
(
"stdio recvfd"
,
NULL
)
==
-
1
)
{
err
=
got_error_from_errno
(
"pledge"
);
...
...
devel/got/files/patch-libexec_got-read-patch_got-read-patch.c
View file @
2006f37a
---
libexec
/
got
-
read
-
patch
/
got
-
read
-
patch
.
c
.
orig
2022
-
0
6
-
19
1
8
:
4
7
:
42
UTC
---
libexec
/
got
-
read
-
patch
/
got
-
read
-
patch
.
c
.
orig
2022
-
0
7
-
04
1
4
:
4
8
:
30
UTC
+++
libexec
/
got
-
read
-
patch
/
got
-
read
-
patch
.
c
@@
-
35
,
6
+
35
,
7
@@
*
OR
IN
CONNECTION
WITH
THE
USE
OR
PERFORMANCE
OF
THIS
SOFTWARE
.
...
...
@@ -8,7 +8,7 @@
#include
<sys/types.h>
#include
<sys/queue.h>
#include
<sys/uio.h>
@@
-
487
,
6
+
488
,
11
@@
main
(
int
argc
,
char
**
argv
)
@@
-
578
,
6
+
579
,
11
@@
main
(
int
argc
,
char
**
argv
)
/* revoke access to most system calls */
if
(
pledge
(
"stdio recvfd"
,
NULL
)
==
-
1
)
{
err
=
got_error_from_errno
(
"pledge"
);
...
...
devel/got/files/patch-regress_cmdline_Makefile
View file @
2006f37a
--- regress/cmdline/Makefile.orig 202
1-10-04
10
:
11:
31
UTC
--- regress/cmdline/Makefile.orig 202
2-05-
10
11:
21:59
UTC
+++ regress/cmdline/Makefile
@@ -9
3
,4 +9
3
,6 @@
cleanup:
@@ -9
7
,4 +9
7
,6 @@
cleanup:
./cleanup.sh -q -r "$(GOT_TEST_ROOT)"
...
...
devel/got/files/patch-regress_cmdline_commit.sh
View file @
2006f37a
---
regress/cmdline/commit.sh.orig 2022-0
2
-0
8
1
0:47:01
UTC
---
regress/cmdline/commit.sh.orig 2022-0
7
-0
2
1
3:23:44
UTC
+++ regress/cmdline/commit.sh
@@
-13
76
,7 +13
76
,7 @@ test_commit_prepared_logmsg
()
{
@@
-13
80
,7 +13
80
,7 @@ test_commit_prepared_logmsg
()
{
cat
>
$testroot
/editor.sh
<<
EOF
#!/bin/sh
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment