Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
0c255422
Commit
0c255422
authored
5 years ago
by
Sibren Vasse
Browse files
Options
Downloads
Patches
Plain Diff
openssh: update to 8.1p1
Signed-off-by:
Sibren Vasse
<
github@sibrenvasse.nl
>
parent
086ca890
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/openssh/Makefile
+3
-3
3 additions, 3 deletions
net/openssh/Makefile
net/openssh/patches/010-musl-stdio.patch
+0
-22
0 additions, 22 deletions
net/openssh/patches/010-musl-stdio.patch
with
3 additions
and
25 deletions
net/openssh/Makefile
+
3
−
3
View file @
0c255422
...
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
openssh
PKG_VERSION
:=
8.
0
p1
PKG_RELEASE
:=
2
PKG_VERSION
:=
8.
1
p1
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
\
https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/
\
https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/
PKG_HASH
:=
bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68
PKG_HASH
:=
02f5dbef3835d0753556f973cd57b4c19b6b1f6cd24c03445e23ac77ca1b93ff
PKG_LICENSE
:=
BSD ISC
PKG_LICENSE_FILES
:=
LICENCE
...
...
This diff is collapsed.
Click to expand it.
net/openssh/patches/010-musl-stdio.patch
deleted
100644 → 0
+
0
−
22
View file @
086ca890
From 73eb6cef41daba0359c1888e4756108d41b4e819 Mon Sep 17 00:00:00 2001
From: Darren Tucker <dtucker@dtucker.net>
Date: Sun, 16 Jun 2019 12:55:27 +1000
Subject: [PATCH] Include stdio.h for vsnprintf.
Patch from mforney at mforney.org.
---
openbsd-compat/setproctitle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/openbsd-compat/setproctitle.c b/openbsd-compat/setproctitle.c
index dbd1a95a0..e4064323a 100644
--- a/openbsd-compat/setproctitle.c
+++ b/openbsd-compat/setproctitle.c
@@ -36,6 +36,7 @@
#ifndef HAVE_SETPROCTITLE
#include <stdarg.h>
+#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#ifdef HAVE_SYS_PSTAT_H
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