forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: HardenedBSD
- Loading branch information
Showing
5,709 changed files
with
132,383 additions
and
143,456 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,8 @@ | |
|
||
PORTNAME= atk | ||
PORTVERSION= 2.28.1 | ||
DISTVERSIONSUFFIX= -1.el7 | ||
DISTVERSIONSUFFIX= -2.el7 | ||
PORTREVISION= 1 | ||
CATEGORIES= accessibility linux | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
TIMESTAMP = 1556468753 | ||
SHA256 (centos/atk-2.28.1-1.el7.i686.rpm) = 5d4110591a2c1ef104ab5ab853635bb5161605635e622553bdef720d6c438f4c | ||
SIZE (centos/atk-2.28.1-1.el7.i686.rpm) = 267648 | ||
SHA256 (centos/atk-2.28.1-1.el7.x86_64.rpm) = 29c5f11d640a91806cccfffd1477812940c123768febed5540c8cf2b2e4ad8e5 | ||
SIZE (centos/atk-2.28.1-1.el7.x86_64.rpm) = 269000 | ||
SHA256 (centos/atk-2.28.1-1.el7.src.rpm) = 3444f24c570b5388d58eba70dec7beae5b66e57ce01f8e8d7a8ef98a8c5536ab | ||
SIZE (centos/atk-2.28.1-1.el7.src.rpm) = 731935 | ||
TIMESTAMP = 1588506931 | ||
SHA256 (centos/atk-2.28.1-2.el7.i686.rpm) = 8cf865025c4123bbb91d99b6e14151b9255cbf46a6a3fe13acb98445b71d9efb | ||
SIZE (centos/atk-2.28.1-2.el7.i686.rpm) = 267800 | ||
SHA256 (centos/atk-2.28.1-2.el7.x86_64.rpm) = 942fc4bc5390444c1758043bc5dd4c01c84e3e7c008c1c8ad4a6aefffb5e458d | ||
SIZE (centos/atk-2.28.1-2.el7.x86_64.rpm) = 268988 | ||
SHA256 (centos/atk-2.28.1-2.el7.src.rpm) = 722e38b119bd945cac8c152f2b824dbadea56f55004502364d80e0a17534223a | ||
SIZE (centos/atk-2.28.1-2.el7.src.rpm) = 731636 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1572274411 | ||
SHA256 (rubygem/atk-3.4.1.gem) = 88240dd7f28f38d05349363585827df2da258412c531744bf18f74e3824a1829 | ||
SIZE (rubygem/atk-3.4.1.gem) = 15872 | ||
TIMESTAMP = 1588450806 | ||
SHA256 (rubygem/atk-3.4.2.gem) = f29a8a211f2693c5e7e7af3e4e101f959c69137ac816798bcc720c02878762cb | ||
SIZE (rubygem/atk-3.4.2.gem) = 15872 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- config.in.orig 2019-03-16 16:41:19 UTC | ||
+++ config.in | ||
@@ -16,9 +16,9 @@ | ||
# Setting the Gzip OS Code | ||
# | ||
|
||
-BUILD_ZLIB = True | ||
-INCLUDE = ./zlib-src | ||
-LIB = ./zlib-src | ||
+BUILD_ZLIB = False | ||
+INCLUDE = /usr/include | ||
+LIB = /usr/lib | ||
OLD_ZLIB = False | ||
GZIP_OS_CODE = AUTO_DETECT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- Makefile.PL.orig 2019-12-07 14:59:48 UTC | ||
+++ Makefile.PL | ||
@@ -42,7 +42,6 @@ WriteMakefile( | ||
|
||
INSTALLDIRS => ($] >= 5.009 && $] < 5.011 ? 'perl' : 'site'), | ||
|
||
- EXE_FILES => ['bin/zipdetails', 'bin/streamzip'], | ||
|
||
( | ||
$] >= 5.009 && $] <= 5.011001 && ! $ENV{PERL_CORE} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1558983754 | ||
SHA256 (stachenov-quazip-v0.8.1_GH0.tar.gz) = 4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14 | ||
SIZE (stachenov-quazip-v0.8.1_GH0.tar.gz) = 150584 | ||
TIMESTAMP = 1588315994 | ||
SHA256 (stachenov-quazip-v0.9_GH0.tar.gz) = 377ebf77630e4cff7411fe149cb342e10f3be55ba123cc0b1ee09a25fc3faa06 | ||
SIZE (stachenov-quazip-v0.9_GH0.tar.gz) = 155764 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,8 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= libosmium | ||
PORTVERSION= 2.15.4 | ||
PORTVERSION= 2.15.5 | ||
DISTVERSIONPREFIX= v | ||
PORTREVISION= 2 | ||
CATEGORIES= astro geography devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1575309359 | ||
SHA256 (osmcode-libosmium-v2.15.4_GH0.tar.gz) = 402247f7764bc20c061fa7d9fad15fc85459b7ce4f420274de78c94d05ddf260 | ||
SIZE (osmcode-libosmium-v2.15.4_GH0.tar.gz) = 500435 | ||
TIMESTAMP = 1588285492 | ||
SHA256 (osmcode-libosmium-v2.15.5_GH0.tar.gz) = b32ab1f3c75c229806d90c087872064050d2f22e1afa70eed8dea32360cde358 | ||
SIZE (osmcode-libosmium-v2.15.5_GH0.tar.gz) = 503952 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1587384914 | ||
SHA256 (mkgmap-r4483.tar.gz) = 33c83f935c84cc8a129df4f568be734c41b237195527700affd8ede04e659e28 | ||
SIZE (mkgmap-r4483.tar.gz) = 3444493 | ||
TIMESTAMP = 1588511967 | ||
SHA256 (mkgmap-r4485.tar.gz) = 4819efd1a820bb1db40fbbdeb679db6ac7811461d184df7635817669999d4696 | ||
SIZE (mkgmap-r4485.tar.gz) = 3456441 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1530841277 | ||
SHA256 (Astro-Catalog-4.34.tar.gz) = 284d4fd85fd662bf1e1711fa82d8d614d09d6bc8e3bd675a4f5055b47901bdcc | ||
SIZE (Astro-Catalog-4.34.tar.gz) = 266222 | ||
TIMESTAMP = 1588450874 | ||
SHA256 (Astro-Catalog-4.35.tar.gz) = 7110588444f9f14f5ffc256dd7242ca1a8b2ea6ee9a4f95096cb7028081e0347 | ||
SIZE (Astro-Catalog-4.35.tar.gz) = 266376 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1555591811 | ||
SHA256 (amsynth-1.9.0.tar.bz2) = c0d1e11be528366da543363e73363a4b9fd86f72e03d2d22adb3ec355fa61a80 | ||
SIZE (amsynth-1.9.0.tar.bz2) = 1145389 | ||
TIMESTAMP = 1588840938 | ||
SHA256 (amsynth-1.10.0.tar.gz) = c662232c7a8e87fd907e493bf4660dba4e05a4ad4c3c5380212f056d8dc03826 | ||
SIZE (amsynth-1.10.0.tar.gz) = 1504474 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
PORTNAME= fasttracker2 | ||
DISTVERSIONPREFIX= v | ||
DISTVERSION= 1.21 | ||
DISTVERSION= 1.23 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1587623661 | ||
SHA256 (8bitbubsy-ft2-clone-v1.21_GH0.tar.gz) = 2f83768e119112696345e743a54584bb95e97d47a60d215f1ac0602a51974416 | ||
SIZE (8bitbubsy-ft2-clone-v1.21_GH0.tar.gz) = 4531146 | ||
TIMESTAMP = 1588251022 | ||
SHA256 (8bitbubsy-ft2-clone-v1.23_GH0.tar.gz) = 6fc47b54e445ad50bda7cb7f0d99b3efec096adaa149befd68564a8dc9fb7c4f | ||
SIZE (8bitbubsy-ft2-clone-v1.23_GH0.tar.gz) = 4471884 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= FAudio | ||
DISTVERSION= 20.04 | ||
PORTREVISION= 1 | ||
DISTVERSION= 20.05 | ||
CATEGORIES= audio | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1585800155 | ||
SHA256 (FNA-XNA-FAudio-20.04_GH0.tar.gz) = ff18365b401b66944159aac20065bcc343f20f8f19d2341e7718b2ae43f0dec8 | ||
SIZE (FNA-XNA-FAudio-20.04_GH0.tar.gz) = 909025 | ||
TIMESTAMP = 1588344933 | ||
SHA256 (FNA-XNA-FAudio-20.05_GH0.tar.gz) = 62e68c61970552f27f0bc4943bf92af5f4b9ae2a30ed4fa70784e1f7056c6625 | ||
SIZE (FNA-XNA-FAudio-20.05_GH0.tar.gz) = 1130178 |
Oops, something went wrong.