Overview
Comment: | Move upstream packages into a "vendor" directory |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | monocypher |
Files: | files | file ages | folders |
SHA3-256: |
51030d99809e21bcb08dfc273784396e |
User & Date: | rkeene on 2019-01-10 20:54:45.615 |
Other Links: | branch diff | manifest | tags |
Context
2019-01-10
| ||
21:03 | Update Makefile to make changing directories of vendor projects easier check-in: 57397abd17 user: rkeene tags: monocypher | |
20:54 | Move upstream packages into a "vendor" directory check-in: 51030d9980 user: rkeene tags: monocypher | |
09:55 | Minor cleanup check-in: 78b6dd6345 user: rkeene tags: monocypher | |
Changes
Modified .fossil-settings/ignore-glob
from [59abf1089d]
to [c75060f1f0].
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 | - + | aclocal.m4 config.guess config.sub configure install-sh config.log config.status |
Modified Makefile.in
from [074532d27e]
to [15be8b26a5].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 | - + | CC := @CC@ AR := @AR@ RANLIB := @RANLIB@ CFLAGS := @CFLAGS@ @SHOBJFLAGS@ |
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + - + - + - + - - + + - - + + | -@REMOVESYMS@ nano-amalgamation.o $(AR) rc @EXTENSION_TARGET@ nano-amalgamation.o -$(RANLIB) @EXTENSION_TARGET@ endif # The amalgamation is used when compiling statically so that the same ABI can be exposed # to upstream projects rather than requiring them to filter out our symbols |
︙ | |||
96 97 98 99 100 101 102 | 96 97 98 99 100 101 102 103 104 105 106 | - + | rm -f config.log config.status rm -f nano.tcl.h nano.tcl.h.new.1 nano.tcl.h.new.2 rm -rf coverage.dir mrproper: distclean rm -f @srcdir@/configure @srcdir@/aclocal.m4 @srcdir@/config.guess @srcdir@/config.sub @srcdir@/install-sh rm -f @srcdir@/nano.vers |
Modified autogen.sh
from [daaff1df63]
to [5177f2c1f8].
︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + | autoconf rm -rf autom4te.cache # Assemble argon2 rm -rf argon2 |
︙ |
Name change
from monocypher/monocypher.c
to vendor/monocypher/monocypher.c.
Name change
from monocypher/monocypher.h
to vendor/monocypher/monocypher.h.
Name change
from monocypher/version
to vendor/monocypher/version.