Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
1f5a8593
Commit
1f5a8593
authored
4 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update libressl
Change-Id: I1256fcb763bd4982714e9205078919d0d05a1e6b
parent
5b96fde6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/libressl/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/libressl/SHA512SUMS
contrib/src/libressl/rules.mak
+4
-4
4 additions, 4 deletions
contrib/src/libressl/rules.mak
with
5 additions
and
5 deletions
contrib/src/libressl/SHA512SUMS
+
1
−
1
View file @
1f5a8593
e341dbce8ef3e3314a0734918e83d74f6e8f36a0b84e63dde8d3e6fda02
05
7
45
ba233527339cc065da644d5f784c44aa09c56ef952f0f7de5f2f14c09016a89e portable-0974145a9e62d844b5b159cddbce36552bca30df
.tar.gz
03e77a426cf269035caf745db96f3b4a402bfd7e1709ceb23cc0ee6bb6ed4ecd86372e9b4693
05
4
45
73e407ea2aa47cf723e54164b0b43414255562cfc234470 portable-v3.2.0
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/libressl/rules.mak
+
4
−
4
View file @
1f5a8593
...
...
@@ -18,9 +18,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
LIBRESSL_VERSION
:=
0974145a9e62d844b5b159cddbce36552bca30df
OPENBSD_VERSION
:=
OPENBSD_6_3
SSL_VERSION
:=
3.2.0
LIBRESSL_VERSION
:=
v
$(
SSL_VERSION
)
OPENBSD_VERSION
:=
libressl-v
$(
SSL_VERSION
)
LIBRESSL_URL
:=
https://github.com/libressl-portable/portable/archive/
$(
LIBRESSL_VERSION
)
.tar.gz
OPENBSD_URL
:=
https://github.com/libressl-portable/openbsd/archive/
$(
OPENBSD_VERSION
)
.tar.gz
...
...
@@ -39,7 +39,7 @@ $(TARBALLS)/openbsd-$(OPENBSD_VERSION).tar.gz:
libressl
:
portable-$(LIBRESSL_VERSION).tar.gz openbsd-$(OPENBSD_VERSION).tar.gz
$(
UNPACK
)
$(
APPLY
)
$(
SRC
)
/libressl/getpagesize.patch
mv
portable-
$(
SSL_VERSION
)
portable-v
$(
SSL_VERSION
)
$(
APPLY
)
$(
SRC
)
/libressl/0001-build-don-t-fetch-git-tag-if-openbsd-directory-exist.patch
mv
openbsd-
$(
OPENBSD_VERSION
)
$(
UNPACK_DIR
)
/openbsd
$(
MOVE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment