summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r325328jkim2017-11-1347-51/+134
| | | | | | Merge OpenSSL 1.0.2m. (cherry picked from commit a88f0513c4cf81f98bab740e4f112f1a6d7f4d42)
* MFC: r318899jkim2017-11-1347-59/+107
| | | | | | Merge OpenSSL 1.0.2l. (cherry picked from commit ffd1bb8c599181e0733f8e00d8d8198b4ea6a73b)
* DIRDEPS_BUILD: Update dependencies.bdrewery2017-05-091-2/+0
| | | | | | This is a direct commit since MFCing these changes is impractical. Sponsored by: Dell EMC Isilon
* MFC: r312825jkim2017-01-2646-644/+468
| | | | Merge OpenSSL 1.0.2k.
* MFC r311140:ngie2017-01-161-1/+1
| | | | | | | | | | | | Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and MK_KERBEROS_SUPPORT != no This fixes the odd case where someone specified MK_GSSAPI=no and MK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn't make sense, but the build system doesn't prevent this case today, and it didn't when I filed the bug back in 2011 either). PR: 159745
* MFC: r306342jkim2016-09-2646-46/+46
| | | | Merge OpenSSL 1.0.2j.
* MFC: r306193jkim2016-09-2246-101/+121
| | | | Merge OpenSSL 1.0.2u.
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after r298107 Summary of changes: - Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed - Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously. - Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. - Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo - Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup) Document the proposed changes in share/examples/tests/tests/... via examples so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of replacing FILES. share/mk/bsd.README didn't seem like the appropriate method of communicating that info. MFC after: never probably X-MFC with: r298107 PR: 209114 Relnotes: yes Tested with: buildworld, installworld, checkworld; buildworld, packageworld Sponsored by: EMC / Isilon Storage Division
* Merge OpenSSL 1.0.2h.jkim2016-05-0346-48/+48
| | | | Relnotes: yes
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
| | | | | | | | | | | | Fix a related typo while here. Note, this change results in the Kyuafile inclusion in the runtime package, which needs to be fixed, however addresses the PR as far as I can tell in my tests. PR: 209114 Submitted by: ngie Sponsored by: The FreeBSD Foundation
* MFHgjb2016-03-147-28/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Upgrade to OpenSSH 7.2p2.des2016-03-117-28/+2
| |
* | MFHgjb2016-03-101-0/+11
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+11
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-03-0246-88/+110
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Merge OpenSSL 1.0.2g.jkim2016-03-0146-88/+110
| | | | | | | | Relnotes: yes
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+5
| | | | | | | | Sponsored by: The FreeBSD Foundation
* | MFHgjb2016-01-2946-94/+94
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Merge OpenSSL 1.0.2f.jkim2016-01-2846-94/+94
| | | | | | | | Relnotes: yes
* | MFH r289384-r293170gjb2016-01-0455-209/+344
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Replace unneeded manual dependency on header by adding it to SRCS.bdrewery2015-12-077-18/+10
| | | | | | | | | | | | | | | | | | | | bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if there is not yet a depend file. The headers in SRCS are never built or installed. After 'make depend' the header was already added as a proper dependency on the objects where needed. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * Merge OpenSSL 1.0.2e.jkim2015-12-0346-111/+101
| |
| * Retire the NONE cipher option.des2015-11-231-4/+0
| |
| * Clean up OpenSSL makefiles.jkim2015-11-061-1/+1
| |
| * Merge OpenSSL 1.0.2d.jkim2015-10-3046-115/+270
| |
| * Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
| | | | | | | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* | MFH to r289370gjb2015-10-151-3/+1
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
* | Finish merging from head, messed up in previous attemptbapt2015-09-125-5/+0
|\ \ | |/
| |
| \
*-. \ Merge from headbapt2015-09-1246-46/+46
|\ \ \ | | |/
| | * Remove remnant from USEPRIVATELIB removalbapt2015-09-045-5/+0
| |/ | | | | | | Sponsored by: gandi.net
| * Merge OpenSSL 1.0.1p.jkim2015-07-0946-46/+46
| |
* | Merge from headbapt2015-06-1555-103/+371
|\ \ | |/
| * Add META_MODE support.sjg2015-06-139-0/+230
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-089-18/+0
| | |
| | * Merge sync of headsjg2015-05-2762-887/+1218
| | |\
| | * \ Merge from head@274682sjg2014-11-1954-125/+652
| | |\ \
| | * \ \ Merge head from 7/28sjg2014-08-1953-65/+82
| | |\ \ \
| | * | | | Updated dependenciessjg2014-05-169-0/+10
| | | | | |
| | * | | | Merge from headsjg2014-05-088-8/+8
| | |\ \ \ \
| | * \ \ \ \ Merge headsjg2014-04-2848-107/+152
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge head@256284sjg2013-10-132-29/+11
| | |\ \ \ \ \ \
| | * | | | | | | Updated dependenciessjg2013-10-137-0/+81
| | | | | | | | |
| | * | | | | | | Merge headsjg2013-09-117-22/+117
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ sync from headsjg2013-04-1245-124/+129
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Updated dependenciessjg2013-03-119-0/+9
| | | | | | | | | | |
| | * | | | | | | | | Updated dependenciessjg2013-02-169-18/+0
| | | | | | | | | | |
| | * | | | | | | | | Sync with HEAD.obrien2013-02-082-1/+5
| | |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ \ \ Sync from headsjg2012-11-0448-515/+3425
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-229-0/+231
| | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
OpenPOWER on IntegriCloud