Re: [OpenWrt-Devel] [PATCH 0/7] new packages, 4th, byobu, calcurse, gawk, remind, taskwarrior, tig

2012-03-13 Thread Xiangfu Liu

Hi

Please take a look those patches[1]

How can I apply commit right? I have more patches on Ben Nanonote kernel and 
u-boot.

Thanks very much
Xiangfu


[1]
https://lists.openwrt.org/pipermail/openwrt-devel/2012-March/014343.html
https://lists.openwrt.org/pipermail/openwrt-devel/2012-March/014351.html

On 03/05/2012 10:55 AM, xiangf...@gmail.com wrote:

From: Xiangfuxian...@openmobilefree.net


Xiangfu (7):
   4th: forth compiler
   byobu: decorative, multi-panel screens terminal
   calcurse: fullscreen curses based calendar
   gawk: GNU version of awk
   remind: powerfull commandline reminder
   taskwarrior: command line task manager
   tig: console git repository viewer

  devel/4th/Makefile |   49 +
  net/tig/Makefile   |   39 +
  utils/byobu/Makefile   |   52 
  utils/calcurse/Makefile|   39 +
  utils/gawk/Makefile|   50 ++
  utils/remind/Makefile  |   43 
  utils/taskwarrior/Makefile |   36 ++
  7 files changed, 308 insertions(+), 0 deletions(-)
  create mode 100644 devel/4th/Makefile
  create mode 100644 net/tig/Makefile
  create mode 100644 utils/byobu/Makefile
  create mode 100644 utils/calcurse/Makefile
  create mode 100644 utils/gawk/Makefile
  create mode 100644 utils/remind/Makefile
  create mode 100644 utils/taskwarrior/Makefile



___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 1/7] 4th: forth compiler

2012-03-13 Thread Gabor Juhos
2012.03.05. 3:55 keltezéssel, xiangf...@gmail.com írta:
 From: Xiangfu xiangf...@gmail.com
 
 
 Signed-off-by: Xiangfu xiangf...@gmail.com

Applied.

Thanks,
Gabor

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 2/7] byobu: decorative, multi-panel screens terminal

2012-03-13 Thread Gabor Juhos
2012.03.05. 3:55 keltezéssel, xiangf...@gmail.com írta:
 From: Xiangfu xiangf...@gmail.com
 
 
 Signed-off-by: Xiangfu xiangf...@gmail.com

Applied.

Thanks,
Gabor


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 3/7] calcurse: fullscreen curses based calendar

2012-03-13 Thread Gabor Juhos
2012.03.05. 3:55 keltezéssel, xiangf...@gmail.com írta:
 From: Xiangfu xiangf...@gmail.com
 
 
 Signed-off-by: Xiangfu xiangf...@gmail.com

Applied.

Thanks,
Gabor

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 6/7] taskwarrior: command line task manager

2012-03-13 Thread Gabor Juhos
2012.03.05. 3:55 keltezéssel, xiangf...@gmail.com írta:
 From: Xiangfu xiangf...@gmail.com
 
 
 Signed-off-by: Xiangfu xiangf...@gmail.com

Applied.

Thanks,
Gabor

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH 7/7] tig: console git repository viewer

2012-03-13 Thread Gabor Juhos
2012.03.05. 3:55 keltezéssel, xiangf...@gmail.com írta:
 From: Xiangfu xiangf...@gmail.com
 
 
 Signed-off-by: Xiangfu xiangf...@gmail.com

Applied.

Thanks,
Gabor

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] openssl 1.0.0h update patch

2012-03-13 Thread Peter Wagner
Hi

this patch updates openssl to 1.0.0h and refreshes all patches.
This fixes CVE-2012-0884.

Signed-off-by: Peter Wagner tripo...@gmx.at
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index d72b06a..22e85ec 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openssl
-PKG_VERSION:=1.0.0g
+PKG_VERSION:=1.0.0h
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://www.openssl.org/source/ \
 	ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \
 	ftp://ftp.webmonster.de/pub/openssl/source/ \
 	ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/
-PKG_MD5SUM:=07ecbe4324f140d157478637d6beccf1
+PKG_MD5SUM:=a5bc483c570f2ac3758ce5c19b667fab
 
 PKG_BUILD_DEPENDS:=ocf-crypto-headers
 PKG_CONFIG_DEPENDS:=CONFIG_OPENSSL_ENGINE
diff --git a/package/openssl/patches/150-no_engines.patch b/package/openssl/patches/150-no_engines.patch
index 09d733a..f245fae 100644
--- a/package/openssl/patches/150-no_engines.patch
+++ b/package/openssl/patches/150-no_engines.patch
@@ -1,6 +1,6 @@
 --- a/Configure
 +++ b/Configure
-@@ -1886,6 +1886,11 @@ EOF
+@@ -1888,6 +1888,11 @@ EOF
  	close(OUT);
}

@@ -14,7 +14,7 @@
  Configured for $target.
 --- a/util/libeay.num
 +++ b/util/libeay.num
-@@ -2071,7 +2071,6 @@ PKCS7_ATTR_SIGN_it  
+@@ -2071,7 +2071,6 @@ PKCS7_ATTR_SIGN_it
  UI_add_error_string 2633	EXIST::FUNCTION:
  KRB5_CHECKSUM_free  2634	EXIST::FUNCTION:
  OCSP_REQUEST_get_ext2635	EXIST::FUNCTION:
@@ -22,7 +22,7 @@
  ENGINE_register_all_digests 2637	EXIST::FUNCTION:ENGINE
  PKEY_USAGE_PERIOD_it2638	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
  PKEY_USAGE_PERIOD_it2638	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-@@ -2545,7 +2544,6 @@ OCSP_RESPONSE_new   
+@@ -2545,7 +2544,6 @@ OCSP_RESPONSE_new
  AES_set_encrypt_key 3024	EXIST::FUNCTION:AES
  OCSP_resp_count 3025	EXIST::FUNCTION:
  KRB5_CHECKSUM_new   3026	EXIST::FUNCTION:
@@ -30,7 +30,7 @@
  OCSP_onereq_get0_id 3028	EXIST::FUNCTION:
  ENGINE_set_default_ciphers  3029	EXIST::FUNCTION:ENGINE
  NOTICEREF_it3030	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
-@@ -2576,7 +2574,6 @@ ASN1_primitive_free 
+@@ -2576,7 +2574,6 @@ ASN1_primitive_free
  i2d_EXTENDED_KEY_USAGE  3052	EXIST::FUNCTION:
  i2d_OCSP_SIGNATURE  3053	EXIST::FUNCTION:
  asn1_enc_save   3054	EXIST::FUNCTION:
@@ -38,7 +38,7 @@
  _ossl_old_des_pcbc_encrypt  3056	EXIST::FUNCTION:DES
  PKCS12_MAC_DATA_it  3057	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
  PKCS12_MAC_DATA_it  3057	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
-@@ -2600,7 +2597,6 @@ asn1_get_choice_selector
+@@ -2600,7 +2597,6 @@ asn1_get_choice_selector
  i2d_KRB5_CHECKSUM   3072	EXIST::FUNCTION:
  ENGINE_set_table_flags  3073	EXIST::FUNCTION:ENGINE
  AES_options 3074	EXIST::FUNCTION:AES
@@ -46,7 +46,7 @@
  OCSP_id_cmp 3076	EXIST::FUNCTION:
  OCSP_BASICRESP_new  3077	EXIST::FUNCTION:
  OCSP_REQUEST_get_ext_by_NID 3078	EXIST::FUNCTION:
-@@ -2667,7 +2663,6 @@ OCSP_CRLID_it   
+@@ -2667,7 +2663,6 @@ OCSP_CRLID_it
  OCSP_CRLID_it   3127	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
  i2d_KRB5_AUTHENTBODY3128	EXIST::FUNCTION:
  OCSP_REQUEST_get_ext_count  3129	EXIST::FUNCTION:
@@ -54,7 +54,7 @@
  X509_NAME_it3131	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
  X509_NAME_it3131	EXIST:EXPORT_VAR_AS_FUNCTION:FUNCTION:
  USERNOTICE_it   3132	EXIST:!EXPORT_VAR_AS_FUNCTION:VARIABLE:
-@@ -2762,8 +2757,6 @@ DES_read_2passwords 
+@@ -2762,8 +2757,6 @@ DES_read_2passwords
  DES_read_password   3207	EXIST::FUNCTION:DES
  UI_UTIL_read_pw 3208	EXIST::FUNCTION:
  UI_UTIL_read_pw_string  3209	EXIST::FUNCTION:
@@ -63,7 +63,7 @@
  OPENSSL_add_all_algorithms_noconf   3212	EXIST:!VMS:FUNCTION:
  OPENSSL_add_all_algo_noconf 3212	EXIST:VMS:FUNCTION:
  OPENSSL_add_all_algorithms_conf 3213	EXIST:!VMS:FUNCTION:
-@@ -2772,7 +2765,6 @@ OPENSSL_load_builtin_modules
+@@ -2772,7 +2765,6 @@ OPENSSL_load_builtin_modules
  AES_ofb128_encrypt  3215	EXIST::FUNCTION:AES
  AES_ctr128_encrypt  3216	EXIST::FUNCTION:AES
  AES_cfb128_encrypt  3217	EXIST::FUNCTION:AES
@@ -71,7 +71,7 @@