Giter VIP home page Giter VIP logo

Comments (4)

sanderjo avatar sanderjo commented on June 21, 2024

That trick only worked half: yes, there is a openssl-1.0.1k.tar.gz, but it doesn't match a checksum :-(

make[3]: Entering directory '/home/openwrt/openwrt/package/libs/openssl'
WARNING: skipping libopenssl -- package not selected
mkdir -p /home/openwrt/openwrt/dl
/home/openwrt/openwrt/scripts/download.pl "/home/openwrt/openwrt/dl" "openssl-1.0.1k.tar.gz" "f7175c9cd3c39bb1907ac8bba9df8ed3" "http://www.openssl.org/source/" "ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source" "ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/"
--2015-01-08 22:16:09--  http://www.openssl.org/source/openssl-1.0.1k.tar.gz
Resolving www.openssl.org (www.openssl.org)... 185.9.166.106
Connecting to www.openssl.org (www.openssl.org)|185.9.166.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4434910 (4.2M) [application/x-gzip]
Saving to: 'STDOUT'

100%[=====================================================================================================>] 4,434,910   4.78MB/s   in 0.9s   

2015-01-08 22:16:10 (4.78 MB/s) - written to stdout [4434910/4434910]

MD5 sum of the downloaded file does not match (file: d4f002bd22a56881340105028842ae1f, requested: f7175c9cd3c39bb1907ac8bba9df8ed3) - deleting download.

from docker-openwrt-buildroot.

sanderjo avatar sanderjo commented on June 21, 2024

I had a look at the git source, and it seems 3 hours ago a change was made the openssl Makefile: from j to k. Maybe I just make a new container image.

index 36f0adb..70eb741 100644 (file)
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -8,8 +8,8 @@
 include $(TOPDIR)/rules.mk

 PKG_NAME:=openssl
-PKG_VERSION:=1.0.1j
-PKG_RELEASE:=4
+PKG_VERSION:=1.0.1k
+PKG_RELEASE:=1
 PKG_USE_MIPS16:=0

 PKG_BUILD_PARALLEL:=1
@@ -18,7 +18,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.openssl.org/source/ \
        ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \
        ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/
-PKG_MD5SUM:=f7175c9cd3c39bb1907ac8bba9df8ed3
+PKG_MD5SUM:=d4f002bd22a56881340105028842ae1f

 PKG_LICENSE:=OpenSSL
 PKG_LICENSE_FILES:=LICENSE

http://git.openwrt.org/?p=openwrt.git;a=blobdiff;f=package/libs/openssl/Makefile;h=70eb741e2cdb7096e3f22b806d77795b3363576a;hp=36f0adb15a18b68c2a1128bdad664a87628d4036;hb=4c2cb7206dae7144d2e7895d57a1c84d8c255588;hpb=49f779cb1a5e5c307db32cdd1ce75b3cf9f92baa

from docker-openwrt-buildroot.

noonien avatar noonien commented on June 21, 2024

Do you still experience this issue?

from docker-openwrt-buildroot.

sanderjo avatar sanderjo commented on June 21, 2024

No. Closed.

from docker-openwrt-buildroot.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.